- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 170
- Events
- Routing
- Cache
- Translation 11
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
subject
-
city
-
submit
-
_token
-
-
-
recaptcha
-
email
-
messageText
-
submit
-
_token
-
-
-
recaptcha
-
username
-
email
-
rating
-
description
-
submit
-
_token
-
search
"App\Tutorka\Bundle\CoreBundle\Form\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer {#1486 -processor: App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterProcessor {#1487 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/search-handler" |
same as passed value |
data | App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer {#1486 -processor: App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterProcessor {#1487 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/search-handler" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => "novalidate" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data | App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer {#1486 -processor: App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterProcessor {#1487 …} } |
data_class | "App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2328 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} use: { $class: "App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | "forms" |
trim | true |
upload_max_size_message | Closure() {#2326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#2327 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/search-handler" |
attr | [ "novalidate" => "novalidate" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search" "_search" ] |
cache_key | "_search_search" |
compound | true |
data | App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer {#1486 -processor: App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterProcessor {#1487 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2429 -form: Symfony\Component\Form\Form {#2411 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2325 …5} |
full_name | "search" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "search" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_search" |
valid | true |
value | App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer {#1486 -processor: App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterProcessor {#1487 …} } |
subject
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
choice_value | "slug" |
same as passed value |
class | "App\Tutorka\Bundle\ContentBundle\Entity\Subject" |
same as passed value |
multiple | false |
false
|
placeholder | "subject.placeholder" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#2378 class: "App\Tutorka\Bundle\CoreBundle\Form\Type\SearchType" this: App\Tutorka\Bundle\CoreBundle\Form\Type\SearchType {#2263 …} } |
Doctrine\ORM\QueryBuilder {#2322 -_em: Doctrine\ORM\EntityManager {#399 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2320 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2319 #from: "App\Tutorka\Bundle\ContentBundle\Entity\Subject" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2318 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.orderNumber ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#2346 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT e FROM App\Tutorka\Bundle\ContentBundle\Entity\Subject e ORDER BY e.orderNumber ASC, e.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2321 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2358 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2314 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2363 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | "slug" |
choices | null |
class | "App\Tutorka\Bundle\ContentBundle\Entity\Subject" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
em | ContainerDjkJqtw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#400 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2351 -om: ContainerDjkJqtw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#400 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#601 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "subject.placeholder" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#2322 -_em: Doctrine\ORM\EntityManager {#399 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2320 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2319 #from: "App\Tutorka\Bundle\ContentBundle\Entity\Subject" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2318 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.orderNumber ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#2346 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT e FROM App\Tutorka\Bundle\ContentBundle\Entity\Subject e ORDER BY e.orderNumber ASC, e.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2321 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#2347 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_subject" ] |
cache_key | "_search_subject_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ "anglictina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "Angličtina" +value: "anglictina" +data: Proxies\__CG__\App\Tutorka\Bundle\ContentBundle\Entity\Subject {#1547 …} +attr: [] +labelTranslationParameters: [] } "architektura" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "Architektura" +value: "architektura" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2440 …} +attr: [] +labelTranslationParameters: [] } "autocad" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "AutoCAD" +value: "autocad" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2442 …} +attr: [] +labelTranslationParameters: [] } "biologie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Biologie" +value: "biologie" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2443 …} +attr: [] +labelTranslationParameters: [] } "cestina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "Čeština" +value: "cestina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2444 …} +attr: [] +labelTranslationParameters: [] } "cestina_pro_cizince" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "Čeština pro cizince" +value: "cestina-pro-cizince" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2445 …} +attr: [] +labelTranslationParameters: [] } "chemie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2510 +label: "Chemie" +value: "chemie" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2450 …} +attr: [] +labelTranslationParameters: [] } "cinstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2511 +label: "Čínština" +value: "cinstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2446 …} +attr: [] +labelTranslationParameters: [] } "danstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +label: "Dánština" +value: "danstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2458 …} +attr: [] +labelTranslationParameters: [] } "dejepis" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2513 +label: "Dějepis" +value: "dejepis" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2460 …} +attr: [] +labelTranslationParameters: [] } "deskriptivni_geometrie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +label: "Deskriptivní geometrie" +value: "deskriptivni-geometrie" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2461 …} +attr: [] +labelTranslationParameters: [] } "ekologie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2515 +label: "Ekologie" +value: "ekologie" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2462 …} +attr: [] +labelTranslationParameters: [] } "ekonomie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +label: "Ekonomie" +value: "ekonomie" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2463 …} +attr: [] +labelTranslationParameters: [] } "elektrotechnika" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +label: "Elektrotechnika" +value: "elektrotechnika" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2464 …} +attr: [] +labelTranslationParameters: [] } "Finstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +label: "Finština" +value: "Finstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2465 …} +attr: [] +labelTranslationParameters: [] } "fotografovani" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +label: "Fotografování" +value: "fotografovani" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2466 …} +attr: [] +labelTranslationParameters: [] } "francouzstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +label: "Francouzština" +value: "francouzstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2467 …} +attr: [] +labelTranslationParameters: [] } "fyzika" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2521 +label: "Fyzika" +value: "fyzika" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2468 …} +attr: [] +labelTranslationParameters: [] } "holandstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2522 +label: "Holandština" +value: "holandstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2469 …} +attr: [] +labelTranslationParameters: [] } "hra_na_housle" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2523 +label: "Hra na housle" +value: "hra-na-housle" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2470 …} +attr: [] +labelTranslationParameters: [] } "hra_na_kytaru" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2524 +label: "Hra na kytaru" +value: "hra-na-kytaru" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2471 …} +attr: [] +labelTranslationParameters: [] } "hudebni_vychova" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2525 +label: "Hudební výchova" +value: "hudebni-vychova" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2472 …} +attr: [] +labelTranslationParameters: [] } "informatika" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2526 +label: "Informatika" +value: "informatika" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2473 …} +attr: [] +labelTranslationParameters: [] } "italstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +label: "Italština" +value: "italstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2474 …} +attr: [] +labelTranslationParameters: [] } "japonstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2528 +label: "Japonština" +value: "japonstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2475 …} +attr: [] +labelTranslationParameters: [] } "klavir" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2529 +label: "Klavír" +value: "klavir" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2476 …} +attr: [] +labelTranslationParameters: [] } "kondicni_jizdy" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "Kondiční jízdy" +value: "kondicni-jizdy" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2477 …} +attr: [] +labelTranslationParameters: [] } "korejstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +label: "Korejština" +value: "korejstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2480 …} +attr: [] +labelTranslationParameters: [] } "literatura" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "Literatura" +value: "literatura" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2410 …} +attr: [] +labelTranslationParameters: [] } "madarstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2533 +label: "Maďarština" +value: "madarstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2478 …} +attr: [] +labelTranslationParameters: [] } "malovani" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2534 +label: "Malování" +value: "malovani" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2479 …} +attr: [] +labelTranslationParameters: [] } "matematika" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2535 +label: "Matematika" +value: "matematika" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2481 …} +attr: [] +labelTranslationParameters: [] } "ms_excel" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "MS Excel" +value: "ms-excel" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2482 …} +attr: [] +labelTranslationParameters: [] } "ms_powerpoint" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2537 +label: "MS Powerpoint" +value: "ms-powerpoint" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2483 …} +attr: [] +labelTranslationParameters: [] } "ms_word" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +label: "MS Word" +value: "ms-word" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2484 …} +attr: [] +labelTranslationParameters: [] } "nemcina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2539 +label: "Němčina" +value: "nemcina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2485 …} +attr: [] +labelTranslationParameters: [] } "norstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +label: "Norština" +value: "norstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2486 …} +attr: [] +labelTranslationParameters: [] } "ostatni" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2541 +label: "Ostatní" +value: "ostatni" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2487 …} +attr: [] +labelTranslationParameters: [] } "peceni_a_vareni" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2542 +label: "Pečení a vaření" +value: "peceni-a-vareni" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2488 …} +attr: [] +labelTranslationParameters: [] } "photoshop" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +label: "Photoshop" +value: "photoshop" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2489 …} +attr: [] +labelTranslationParameters: [] } "plavani" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +label: "Plavání" +value: "plavani" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2490 …} +attr: [] +labelTranslationParameters: [] } "polstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "Polština" +value: "polstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2491 …} +attr: [] +labelTranslationParameters: [] } "portugalstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +label: "Portugalština" +value: "portugalstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2492 …} +attr: [] +labelTranslationParameters: [] } "pravo" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2547 +label: "Právo" +value: "pravo" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2493 …} +attr: [] +labelTranslationParameters: [] } "programovani" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "Programování" +value: "programovani" +data: Proxies\__CG__\App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2089 …} +attr: [] +labelTranslationParameters: [] } "psychologie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2549 +label: "Psychologie" +value: "psychologie" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2494 …} +attr: [] +labelTranslationParameters: [] } "rectina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2550 +label: "Řečtina" +value: "rectina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2495 …} +attr: [] +labelTranslationParameters: [] } "rustina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "Ruština" +value: "rustina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2496 …} +attr: [] +labelTranslationParameters: [] } "slovenstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2552 +label: "Slovenština" +value: "slovenstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2497 …} +attr: [] +labelTranslationParameters: [] } "spanelstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +label: "Španělština" +value: "spanelstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2498 …} +attr: [] +labelTranslationParameters: [] } "statistika" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "Statistika" +value: "statistika" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2499 …} +attr: [] +labelTranslationParameters: [] } "strojirenstvi" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "Strojírenství" +value: "strojirenstvi" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2500 …} +attr: [] +labelTranslationParameters: [] } "svedstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "Švédština" +value: "svedstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2501 …} +attr: [] +labelTranslationParameters: [] } "tanec" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "Tanec" +value: "tanec" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2502 …} +attr: [] +labelTranslationParameters: [] } "Turectina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "Turečtina" +value: "Turectina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2503 …} +attr: [] +labelTranslationParameters: [] } "ucetnictvi" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "Účetnictví" +value: "ucetnictvi" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2504 …} +attr: [] +labelTranslationParameters: [] } "ukrajinstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "Ukrajinština" +value: "ukrajinstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2505 …} +attr: [] +labelTranslationParameters: [] } "vietnamstina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "Vietnamština" +value: "vietnamstina" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2506 …} +attr: [] +labelTranslationParameters: [] } "vytvarni_vychova" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "Výtvarní výchova" +value: "vytvarni-vychova" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2507 …} +attr: [] +labelTranslationParameters: [] } "zemepis" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +label: "Zeměpis" +value: "zemepis" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2508 …} +attr: [] +labelTranslationParameters: [] } "zpev" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "Zpěv" +value: "zpev" +data: App\Tutorka\Bundle\ContentBundle\Entity\Subject {#2509 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2434 -form: Symfony\Component\Form\Form {#2448 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2435 …5} |
full_name | "search[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_subject" |
is_selected | Closure($choice, $value) {#2432 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2374 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "subject" |
placeholder | "subject.placeholder" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_search_subject" |
valid | true |
value | "" |
city
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
choice_value | "slug" |
same as passed value |
class | "App\Tutorka\Bundle\ContentBundle\Entity\City" |
same as passed value |
multiple | false |
false
|
placeholder | "city.placeholder" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#2383 class: "App\Tutorka\Bundle\CoreBundle\Form\Type\SearchType" this: App\Tutorka\Bundle\CoreBundle\Form\Type\SearchType {#2263 …} } |
Doctrine\ORM\QueryBuilder {#2354 -_em: Doctrine\ORM\EntityManager {#399 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2353 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2360 #from: "App\Tutorka\Bundle\ContentBundle\Entity\City" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2365 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.orderNumber ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#2366 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT e FROM App\Tutorka\Bundle\ContentBundle\Entity\City e ORDER BY e.orderNumber ASC, e.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2359 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2398 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2368 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2367 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | "slug" |
choices | null |
class | "App\Tutorka\Bundle\ContentBundle\Entity\City" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
em | ContainerDjkJqtw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#400 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2377 -om: ContainerDjkJqtw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#400 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#780 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "city.placeholder" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#2354 -_em: Doctrine\ORM\EntityManager {#399 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2353 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2360 #from: "App\Tutorka\Bundle\ContentBundle\Entity\City" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2365 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.orderNumber ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#2366 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT e FROM App\Tutorka\Bundle\ContentBundle\Entity\City e ORDER BY e.orderNumber ASC, e.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2359 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#2355 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_city" ] |
cache_key | "_search_city_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ "cesko" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +label: "Česko" +value: "cesko" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2581 …} +attr: [] +labelTranslationParameters: [] } "praha" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "Praha (celá)" +value: "praha" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2008 …} +attr: [] +labelTranslationParameters: [] } "benesov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "Benešov" +value: "benesov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2582 …} +attr: [] +labelTranslationParameters: [] } "beroun" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "Beroun" +value: "beroun" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2583 …} +attr: [] +labelTranslationParameters: [] } "blansko" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "Blansko" +value: "blansko" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2584 …} +attr: [] +labelTranslationParameters: [] } "brno" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "Brno" +value: "brno" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2585 …} +attr: [] +labelTranslationParameters: [] } "brno_venkov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +label: "Brno-venkov" +value: "brno-venkov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2586 …} +attr: [] +labelTranslationParameters: [] } "bruntal" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "Bruntál" +value: "bruntal" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2587 …} +attr: [] +labelTranslationParameters: [] } "breclav" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +label: "Břeclav" +value: "breclav" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2588 …} +attr: [] +labelTranslationParameters: [] } "ceska_lipa" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +label: "Česká Lípa" +value: "ceska-lipa" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2589 …} +attr: [] +labelTranslationParameters: [] } "ceske_budejovice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +label: "České Budějovice" +value: "ceske-budejovice" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2590 …} +attr: [] +labelTranslationParameters: [] } "cesky_krumlov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +label: "Český Krumlov" +value: "cesky-krumlov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2591 …} +attr: [] +labelTranslationParameters: [] } "decin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "Děčín" +value: "decin" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2592 …} +attr: [] +labelTranslationParameters: [] } "domazlice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +label: "Domažlice" +value: "domazlice" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2593 …} +attr: [] +labelTranslationParameters: [] } "frydek_mistek" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +label: "Frýdek-Místek" +value: "frydek-mistek" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2594 …} +attr: [] +labelTranslationParameters: [] } "havlickuv_brod" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +label: "Havlíčkův Brod" +value: "havlickuv-brod" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2595 …} +attr: [] +labelTranslationParameters: [] } "hodonin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +label: "Hodonín" +value: "hodonin" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2596 …} +attr: [] +labelTranslationParameters: [] } "hradec_kralove" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +label: "Hradec Králové" +value: "hradec-kralove" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2597 …} +attr: [] +labelTranslationParameters: [] } "cheb" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "Cheb" +value: "cheb" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2598 …} +attr: [] +labelTranslationParameters: [] } "chomutov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "Chomutov" +value: "chomutov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2599 …} +attr: [] +labelTranslationParameters: [] } "chrudim" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "Chrudim" +value: "chrudim" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2600 …} +attr: [] +labelTranslationParameters: [] } "jablonec_nad_nisou" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +label: "Jablonec nad Nisou" +value: "jablonec-nad-nisou" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2601 …} +attr: [] +labelTranslationParameters: [] } "jesenik" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +label: "Jeseník" +value: "jesenik" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2602 …} +attr: [] +labelTranslationParameters: [] } "jicin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +label: "Jičín" +value: "jicin" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2603 …} +attr: [] +labelTranslationParameters: [] } "jihlava" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +label: "Jihlava" +value: "jihlava" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2604 …} +attr: [] +labelTranslationParameters: [] } "jindrichuv_hradec" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "Jindřichův Hradec" +value: "jindrichuv-hradec" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2605 …} +attr: [] +labelTranslationParameters: [] } "karlovy_vary" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2698 +label: "Karlovy Vary" +value: "karlovy-vary" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2606 …} +attr: [] +labelTranslationParameters: [] } "karvina" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2699 +label: "Karviná" +value: "karvina" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2607 …} +attr: [] +labelTranslationParameters: [] } "kladno" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "Kladno" +value: "kladno" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2608 …} +attr: [] +labelTranslationParameters: [] } "klatovy" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "Klatovy" +value: "klatovy" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2609 …} +attr: [] +labelTranslationParameters: [] } "kolin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "Kolín" +value: "kolin" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2610 …} +attr: [] +labelTranslationParameters: [] } "kromeriz" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +label: "Kroměříž" +value: "kromeriz" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2611 …} +attr: [] +labelTranslationParameters: [] } "kutna_hora" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +label: "Kutná Hora" +value: "kutna-hora" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2612 …} +attr: [] +labelTranslationParameters: [] } "liberec" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +label: "Liberec" +value: "liberec" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2613 …} +attr: [] +labelTranslationParameters: [] } "litomerice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "Litoměřice" +value: "litomerice" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2614 …} +attr: [] +labelTranslationParameters: [] } "louny" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "Louny" +value: "louny" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2615 …} +attr: [] +labelTranslationParameters: [] } "melnik" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "Mělník" +value: "melnik" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2616 …} +attr: [] +labelTranslationParameters: [] } "mlada_boleslav" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "Mladá Boleslav" +value: "mlada-boleslav" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2617 …} +attr: [] +labelTranslationParameters: [] } "most" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +label: "Most" +value: "most" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2618 …} +attr: [] +labelTranslationParameters: [] } "nachod" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "Náchod" +value: "nachod" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2619 …} +attr: [] +labelTranslationParameters: [] } "novy_jicin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "Nový Jičín" +value: "novy-jicin" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2620 …} +attr: [] +labelTranslationParameters: [] } "nymburk" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "Nymburk" +value: "nymburk" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2621 …} +attr: [] +labelTranslationParameters: [] } "olomouc" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "Olomouc" +value: "olomouc" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2622 …} +attr: [] +labelTranslationParameters: [] } "opava" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "Opava" +value: "opava" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2623 …} +attr: [] +labelTranslationParameters: [] } "ostrava" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "Ostrava" +value: "ostrava" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2624 …} +attr: [] +labelTranslationParameters: [] } "pardubice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "Pardubice" +value: "pardubice" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2625 …} +attr: [] +labelTranslationParameters: [] } "pelhrimov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "Pelhřimov" +value: "pelhrimov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2626 …} +attr: [] +labelTranslationParameters: [] } "pisek" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "Písek" +value: "pisek" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2627 …} +attr: [] +labelTranslationParameters: [] } "plzen_jih" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "Plzeň-jih" +value: "plzen-jih" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2628 …} +attr: [] +labelTranslationParameters: [] } "plzen" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "Plzeň" +value: "plzen" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2629 …} +attr: [] +labelTranslationParameters: [] } "plzen_sever" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "Plzeň-sever" +value: "plzen-sever" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2630 …} +attr: [] +labelTranslationParameters: [] } "praha_1" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "Praha 1" +value: "praha-1" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2631 …} +attr: [] +labelTranslationParameters: [] } "praha_2" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "Praha 2" +value: "praha-2" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2632 …} +attr: [] +labelTranslationParameters: [] } "praha_3" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "Praha 3" +value: "praha-3" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2633 …} +attr: [] +labelTranslationParameters: [] } "praha_4" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "Praha 4" +value: "praha-4" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2634 …} +attr: [] +labelTranslationParameters: [] } "praha_5" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "Praha 5" +value: "praha-5" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2635 …} +attr: [] +labelTranslationParameters: [] } "praha_6" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "Praha 6" +value: "praha-6" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2636 …} +attr: [] +labelTranslationParameters: [] } "praha_7" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "Praha 7" +value: "praha-7" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2637 …} +attr: [] +labelTranslationParameters: [] } "praha_8" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "Praha 8" +value: "praha-8" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2638 …} +attr: [] +labelTranslationParameters: [] } "praha_9" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +label: "Praha 9" +value: "praha-9" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2639 …} +attr: [] +labelTranslationParameters: [] } "praha_10" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "Praha 10" +value: "praha-10" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2640 …} +attr: [] +labelTranslationParameters: [] } "praha_11" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +label: "Praha 11" +value: "praha-11" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2641 …} +attr: [] +labelTranslationParameters: [] } "praha_12" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2734 +label: "Praha 12" +value: "praha-12" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2642 …} +attr: [] +labelTranslationParameters: [] } "praha_13" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +label: "Praha 13" +value: "praha-13" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2643 …} +attr: [] +labelTranslationParameters: [] } "praha_14" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +label: "Praha 14" +value: "praha-14" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2644 …} +attr: [] +labelTranslationParameters: [] } "praha_15" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2737 +label: "Praha 15" +value: "praha-15" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2645 …} +attr: [] +labelTranslationParameters: [] } "praha_16" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +label: "Praha 16" +value: "praha-16" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2646 …} +attr: [] +labelTranslationParameters: [] } "praha_17" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +label: "Praha 17" +value: "praha-17" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2647 …} +attr: [] +labelTranslationParameters: [] } "praha_18" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2740 +label: "Praha 18" +value: "praha-18" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2648 …} +attr: [] +labelTranslationParameters: [] } "praha_19" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +label: "Praha 19" +value: "praha-19" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2649 …} +attr: [] +labelTranslationParameters: [] } "praha_20" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2742 +label: "Praha 20" +value: "praha-20" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2650 …} +attr: [] +labelTranslationParameters: [] } "praha_21" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +label: "Praha 21" +value: "praha-21" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2651 …} +attr: [] +labelTranslationParameters: [] } "praha_22" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "Praha 22" +value: "praha-22" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2652 …} +attr: [] +labelTranslationParameters: [] } "praha_vychod" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2745 +label: "Praha-východ" +value: "praha-vychod" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2653 …} +attr: [] +labelTranslationParameters: [] } "praha_zapad" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +label: "Praha-západ" +value: "praha-zapad" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2654 …} +attr: [] +labelTranslationParameters: [] } "prachatice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "Prachatice" +value: "prachatice" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2655 …} +attr: [] +labelTranslationParameters: [] } "prerov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +label: "Přerov" +value: "prerov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2656 …} +attr: [] +labelTranslationParameters: [] } "pribram" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +label: "Příbram" +value: "pribram" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2657 …} +attr: [] +labelTranslationParameters: [] } "prostejov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +label: "Prostějov" +value: "prostejov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2658 …} +attr: [] +labelTranslationParameters: [] } "rakovnik" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +label: "Rakovník" +value: "rakovnik" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2659 …} +attr: [] +labelTranslationParameters: [] } "rokycany" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +label: "Rokycany" +value: "rokycany" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2660 …} +attr: [] +labelTranslationParameters: [] } "rychnov_nad_knezkou" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "Rychnov nad Kněžkou" +value: "rychnov-nad-knezkou" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2661 …} +attr: [] +labelTranslationParameters: [] } "semily" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "Semily" +value: "semily" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2662 …} +attr: [] +labelTranslationParameters: [] } "sekolov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +label: "Sokolov" +value: "sekolov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2663 …} +attr: [] +labelTranslationParameters: [] } "strakonice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "Strakonice" +value: "strakonice" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2664 …} +attr: [] +labelTranslationParameters: [] } "sumperk" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: "Šumperk" +value: "sumperk" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2665 …} +attr: [] +labelTranslationParameters: [] } "svitany" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +label: "Svitavy" +value: "svitany" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2666 …} +attr: [] +labelTranslationParameters: [] } "tabor" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +label: "Tábor" +value: "tabor" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2667 …} +attr: [] +labelTranslationParameters: [] } "tachov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "Tachov" +value: "tachov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2668 …} +attr: [] +labelTranslationParameters: [] } "teplice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "Teplice" +value: "teplice" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2669 …} +attr: [] +labelTranslationParameters: [] } "trebic" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "Třebíč" +value: "trebic" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2670 …} +attr: [] +labelTranslationParameters: [] } "trutnov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: "Trutnov" +value: "trutnov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2671 …} +attr: [] +labelTranslationParameters: [] } "uherske_hradiste" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "Uherské Hradiště" +value: "uherske-hradiste" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2672 …} +attr: [] +labelTranslationParameters: [] } "usti_nad_labem" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +label: "Ústí nad Labem" +value: "usti-nad-labem" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2673 …} +attr: [] +labelTranslationParameters: [] } "usti_nad_orlici" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +label: "Ústí nad Orlicí" +value: "usti-nad-orlici" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2674 …} +attr: [] +labelTranslationParameters: [] } "vsetin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +label: "Vsetín" +value: "vsetin" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2675 …} +attr: [] +labelTranslationParameters: [] } "vyskov" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "Vyškov" +value: "vyskov" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2676 …} +attr: [] +labelTranslationParameters: [] } "zdar_nad_sazavou" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +label: "Žďár nad Sázavou" +value: "zdar-nad-sazavou" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2677 …} +attr: [] +labelTranslationParameters: [] } "zlin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2770 +label: "Zlín" +value: "zlin" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2678 …} +attr: [] +labelTranslationParameters: [] } "znojmo" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2771 +label: "Znojmo" +value: "znojmo" +data: App\Tutorka\Bundle\ContentBundle\Entity\City {#2679 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2565 -form: Symfony\Component\Form\Form {#2452 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2433 …5} |
full_name | "search[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_city" |
is_selected | Closure($choice, $value) {#2566 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2374 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "city" |
placeholder | "city.placeholder" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_search_city" |
valid | true |
value | "" |
submit
"App\Tutorka\Bundle\CoreBundle\Form\Type\SubmitButtonType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
icon_before | "fas fa-search" |
same as passed value |
label | "btn.search.label" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
icon_after | null |
icon_before | "fas fa-search" |
label | "btn.search.label" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "data-loading-text" => "Hned to bude" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "submit_btn" "_search_submit" ] |
cache_key | "_search_submit_submit_btn" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2567 …5} |
full_name | "search[submit]" |
icon_after | "" |
icon_before | "fas fa-search" |
id | "search_submit" |
label | "btn.search.label" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | "forms" |
unique_block_prefix | "_search_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "d063735705aa0.7OYwX8qBA-wVf6ox3XYLz364pmNWs0A_12nxyqzbZ_M.n9JdEpjIVdt2IJ1yvgVTghuM1iQb-S9Tnj-hmdq-MIO2rWkXguhKnX8Q_w" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "d063735705aa0.7OYwX8qBA-wVf6ox3XYLz364pmNWs0A_12nxyqzbZ_M.n9JdEpjIVdt2IJ1yvgVTghuM1iQb-S9Tnj-hmdq-MIO2rWkXguhKnX8Q_w" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data | "d063735705aa0.7OYwX8qBA-wVf6ox3XYLz364pmNWs0A_12nxyqzbZ_M.n9JdEpjIVdt2IJ1yvgVTghuM1iQb-S9Tnj-hmdq-MIO2rWkXguhKnX8Q_w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2774 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#2773 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_search__token" ] |
cache_key | "_search__token_hidden" |
compound | false |
data | "d063735705aa0.7OYwX8qBA-wVf6ox3XYLz364pmNWs0A_12nxyqzbZ_M.n9JdEpjIVdt2IJ1yvgVTghuM1iQb-S9Tnj-hmdq-MIO2rWkXguhKnX8Q_w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2788 -form: Symfony\Component\Form\Form {#2784 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2779 …5} |
full_name | "search[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_search__token" |
valid | true |
value | "d063735705aa0.7OYwX8qBA-wVf6ox3XYLz364pmNWs0A_12nxyqzbZ_M.n9JdEpjIVdt2IJ1yvgVTghuM1iQb-S9Tnj-hmdq-MIO2rWkXguhKnX8Q_w" |
contact
"App\Tutorka\Bundle\ContentBundle\Form\Type\ContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Tutorka\Bundle\ContentBundle\Entity\Contact {#3605 -id: null -advert: App\Tutorka\Bundle\ContentBundle\Entity\AdvertOffer {#1621 …} -email: null -messageText: null -createdAt: null -ipAddress: null -addressUser: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/contact-handler" |
same as passed value |
data | App\Tutorka\Bundle\ContentBundle\Entity\Contact {#3605 -id: null -advert: App\Tutorka\Bundle\ContentBundle\Entity\AdvertOffer {#1621 …} -email: null -messageText: null -createdAt: null -ipAddress: null -addressUser: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/contact-handler" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data | App\Tutorka\Bundle\ContentBundle\Entity\Contact {#3605 -id: null -advert: App\Tutorka\Bundle\ContentBundle\Entity\AdvertOffer {#1621 …} -email: null -messageText: null -createdAt: null -ipAddress: null -addressUser: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} } |
data_class | "App\Tutorka\Bundle\ContentBundle\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3606 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} use: { $class: "App\Tutorka\Bundle\ContentBundle\Entity\Contact" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | "forms" |
trim | true |
upload_max_size_message | Closure() {#3783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#4170 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/contact-handler" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | App\Tutorka\Bundle\ContentBundle\Entity\Contact {#3605 -id: null -advert: App\Tutorka\Bundle\ContentBundle\Entity\AdvertOffer {#1621 …} -email: null -messageText: null -createdAt: null -ipAddress: null -addressUser: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4705 -form: Symfony\Component\Form\Form {#4706 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4246 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_contact" |
valid | true |
value | App\Tutorka\Bundle\ContentBundle\Entity\Contact {#3605 -id: null -advert: App\Tutorka\Bundle\ContentBundle\Entity\AdvertOffer {#1621 …} -email: null -messageText: null -createdAt: null -ipAddress: null -addressUser: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} } |
recaptcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action_name | "teacher_contact" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#4607 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#4607 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "teacher_contact" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#4607 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4250 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#4514 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
action_name | "teacher_contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_recaptcha" ] |
cache_key | "_contact_recaptcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#4721 -form: Symfony\Component\Form\Form {#4709 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4377 …5} |
full_name | "contact[recaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "contact_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_contact_recaptcha" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "email.label" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4684 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "email.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4686 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#4679 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_email" ] |
cache_key | "_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4723 -form: Symfony\Component\Form\Form {#4712 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4724 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | "email.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_contact_email" |
valid | true |
value | "" |
messageText
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "messageText.label" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4694 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "messageText.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4699 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#4693 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_messageText" ] |
cache_key | "_contact_messageText_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4725 -form: Symfony\Component\Form\Form {#4715 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4726 …5} |
full_name | "contact[messageText]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_messageText" |
label | "messageText.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "messageText" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_contact_messageText" |
valid | true |
value | "" |
submit
"App\Tutorka\Bundle\CoreBundle\Form\Type\SubmitButtonType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "btn.sendMessage.label" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
icon_after | null |
icon_before | null |
label | "btn.sendMessage.label" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "data-loading-text" => "Hned to bude" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "submit_btn" "_contact_submit" ] |
cache_key | "_contact_submit_submit_btn" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#4738 …5} |
full_name | "contact[submit]" |
icon_after | "" |
icon_before | "" |
id | "contact_submit" |
label | "btn.sendMessage.label" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | "forms" |
unique_block_prefix | "_contact_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "f2cb230943d0c.bHaGN-UYXxrlo_R03VSKHxUEK9E5L5gOsZHY0SS1cHs.KB7fXIIgF13XwMw9pCbmS3dwR7tLVqhK3_qCgUHNIkskIbdftEpvfrLLkw" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "f2cb230943d0c.bHaGN-UYXxrlo_R03VSKHxUEK9E5L5gOsZHY0SS1cHs.KB7fXIIgF13XwMw9pCbmS3dwR7tLVqhK3_qCgUHNIkskIbdftEpvfrLLkw" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data | "f2cb230943d0c.bHaGN-UYXxrlo_R03VSKHxUEK9E5L5gOsZHY0SS1cHs.KB7fXIIgF13XwMw9pCbmS3dwR7tLVqhK3_qCgUHNIkskIbdftEpvfrLLkw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4700 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#4736 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "f2cb230943d0c.bHaGN-UYXxrlo_R03VSKHxUEK9E5L5gOsZHY0SS1cHs.KB7fXIIgF13XwMw9pCbmS3dwR7tLVqhK3_qCgUHNIkskIbdftEpvfrLLkw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4749 -form: Symfony\Component\Form\Form {#4745 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4740 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_contact__token" |
valid | true |
value | "f2cb230943d0c.bHaGN-UYXxrlo_R03VSKHxUEK9E5L5gOsZHY0SS1cHs.KB7fXIIgF13XwMw9pCbmS3dwR7tLVqhK3_qCgUHNIkskIbdftEpvfrLLkw" |
rating
"App\Tutorka\Bundle\ContentBundle\Form\Type\RatingAddType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Tutorka\Bundle\ContentBundle\Entity\Rating {#5200 -id: Symfony\Component\Uid\UuidV4 {#5201 …} -username: null -email: null -rating: null -description: null -user: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} -fromUser: null -createdAt: null -confirmedAt: null -ipAddress: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/rating-handler" |
same as passed value |
data | App\Tutorka\Bundle\ContentBundle\Entity\Rating {#5200 -id: Symfony\Component\Uid\UuidV4 {#5201 …} -username: null -email: null -rating: null -description: null -user: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} -fromUser: null -createdAt: null -confirmedAt: null -ipAddress: null } |
same as passed value |
require_credentials | true |
same as passed value |
validation_groups | [ "Default" "guest" ] |
[ "Default" "guest" ] |
Resolved Options
Option | Value |
---|---|
action | "/rating-handler" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data | App\Tutorka\Bundle\ContentBundle\Entity\Rating {#5200 -id: Symfony\Component\Uid\UuidV4 {#5201 …} -username: null -email: null -rating: null -description: null -user: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} -fromUser: null -createdAt: null -confirmedAt: null -ipAddress: null } |
data_class | "App\Tutorka\Bundle\ContentBundle\Entity\Rating" |
disabled | false |
empty_data | Closure(FormInterface $form) {#5208 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} use: { $class: "App\Tutorka\Bundle\ContentBundle\Entity\Rating" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
require_credentials | true |
required | true |
row_attr | [] |
setter | null |
translation_domain | "forms" |
trim | true |
upload_max_size_message | Closure() {#5210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#5209 …} } } |
validation_groups | [ "Default" "guest" ] |
View Variables
Variable | Value |
---|---|
action | "/rating-handler" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "rating" "_rating" ] |
cache_key | "_rating_rating" |
compound | true |
data | App\Tutorka\Bundle\ContentBundle\Entity\Rating {#5200 -id: Symfony\Component\Uid\UuidV4 {#5201 …} -username: null -email: null -rating: null -description: null -user: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} -fromUser: null -createdAt: null -confirmedAt: null -ipAddress: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5264 -form: Symfony\Component\Form\Form {#5265 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5211 …5} |
full_name | "rating" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rating" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "rating" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_rating" |
valid | true |
value | App\Tutorka\Bundle\ContentBundle\Entity\Rating {#5200 -id: Symfony\Component\Uid\UuidV4 {#5201 …} -username: null -email: null -rating: null -description: null -user: Proxies\__CG__\App\Tutorka\Bundle\UserBundle\Entity\User {#1620 …} -fromUser: null -createdAt: null -confirmedAt: null -ipAddress: null } |
recaptcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action_name | "teacher_contact" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#5216 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#5216 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "teacher_contact" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#5216 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5218 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5220 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#5219 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
action_name | "teacher_contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_rating_recaptcha" ] |
cache_key | "_rating_recaptcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#5230 -form: Symfony\Component\Form\Form {#5268 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5239 …5} |
full_name | "rating[recaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "rating_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_rating_recaptcha" |
valid | true |
value | "" |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "firstName.label" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5227 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "firstName.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5229 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#5228 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rating_username" ] |
cache_key | "_rating_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5221 -form: Symfony\Component\Form\Form {#5271 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5286 …5} |
full_name | "rating[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rating_username" |
label | "firstName.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_rating_username" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "email.label" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "email.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#5237 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_rating_email" ] |
cache_key | "_rating_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5288 -form: Symfony\Component\Form\Form {#5274 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5289 …5} |
full_name | "rating[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rating_email" |
label | "email.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_rating_email" |
valid | true |
value | "" |
rating
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "rating.value.5.label" => 5 "rating.value.4.label" => 4 "rating.value.3.label" => 3 "rating.value.2.label" => 2 "rating.value.1.label" => 1 ] |
[ "rating.value.5.label" => 5 "rating.value.4.label" => 4 "rating.value.3.label" => 3 "rating.value.2.label" => 2 "rating.value.1.label" => 1 ] |
label | "rating.label" |
same as passed value |
placeholder | "rating.placeholder" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "rating.value.5.label" => 5 "rating.value.4.label" => 4 "rating.value.3.label" => 3 "rating.value.2.label" => 2 "rating.value.1.label" => 1 ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "rating.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "rating.placeholder" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#5246 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#5245 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_rating_rating" ] |
cache_key | "_rating_rating_choice" |
choice_translation_domain | "forms" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5309 +label: "rating.value.5.label" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5311 +label: "rating.value.4.label" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5312 +label: "rating.value.3.label" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5313 +label: "rating.value.2.label" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5314 +label: "rating.value.1.label" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5290 -form: Symfony\Component\Form\Form {#5277 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5291 …5} |
full_name | "rating[rating]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rating_rating" |
is_selected | Closure($choice, $value) {#5316 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2374 …} } |
label | "rating.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "rating" |
placeholder | "rating.placeholder" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_rating_rating" |
valid | true |
value | "" |
description
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "ratingDescription.label" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "ratingDescription.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#5257 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_rating_description" ] |
cache_key | "_rating_description_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5317 -form: Symfony\Component\Form\Form {#5280 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5318 …5} |
full_name | "rating[description]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rating_description" |
label | "ratingDescription.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "description" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_rating_description" |
valid | true |
value | "" |
submit
"App\Tutorka\Bundle\CoreBundle\Form\Type\SubmitButtonType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "btn.add.rating.label" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
icon_after | null |
icon_before | null |
label | "btn.add.rating.label" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "data-loading-text" => "Hned to bude" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "submit_btn" "_rating_submit" ] |
cache_key | "_rating_submit_submit_btn" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#5320 …5} |
full_name | "rating[submit]" |
icon_after | "" |
icon_before | "" |
id | "rating_submit" |
label | "btn.add.rating.label" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | "forms" |
unique_block_prefix | "_rating_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "c5da67aab6bb94bcd5fad4f91.uJz_GI4UpBX6mxr5yhTSRqpHoAPrKRhXCIpbW7bFR8g._6yYcd96nH6X33W-_l-Ea_0L0WioW2kFZNoyaY_8MIzb_Yd0zW3PX4PTdQ" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "c5da67aab6bb94bcd5fad4f91.uJz_GI4UpBX6mxr5yhTSRqpHoAPrKRhXCIpbW7bFR8g._6yYcd96nH6X33W-_l-Ea_0L0WioW2kFZNoyaY_8MIzb_Yd0zW3PX4PTdQ" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#970 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#971 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#969 …} -namespace: Closure() {#974 …} } |
data | "c5da67aab6bb94bcd5fad4f91.uJz_GI4UpBX6mxr5yhTSRqpHoAPrKRhXCIpbW7bFR8g._6yYcd96nH6X33W-_l-Ea_0L0WioW2kFZNoyaY_8MIzb_Yd0zW3PX4PTdQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5259 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2262 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $translationDomain: "validators" $message: Closure() {#5319 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_rating__token" ] |
cache_key | "_rating__token_hidden" |
compound | false |
data | "c5da67aab6bb94bcd5fad4f91.uJz_GI4UpBX6mxr5yhTSRqpHoAPrKRhXCIpbW7bFR8g._6yYcd96nH6X33W-_l-Ea_0L0WioW2kFZNoyaY_8MIzb_Yd0zW3PX4PTdQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5331 -form: Symfony\Component\Form\Form {#5327 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5322 …5} |
full_name | "rating[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rating__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_rating__token" |
valid | true |
value | "c5da67aab6bb94bcd5fad4f91.uJz_GI4UpBX6mxr5yhTSRqpHoAPrKRhXCIpbW7bFR8g._6yYcd96nH6X33W-_l-Ea_0L0WioW2kFZNoyaY_8MIzb_Yd0zW3PX4PTdQ" |