Forms
contact
Form type:
"App\Form\ContactType"
Errors
This form has no errors.
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
No options were passed when constructing this form.
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 |
box | 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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2417 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | "form" |
trim | true |
upload_max_size_message | Closure() {#2419 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2418 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2652 -form: Symfony\Component\Form\Form {#2653 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2420 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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 | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact" |
valid | true |
value | null |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2424 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2424 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Nom *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2424 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2430 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2431 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_lastname" ] |
cache_key | "_contact_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2696 -form: Symfony\Component\Form\Form {#2649 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2520 …5} |
full_name | "contact[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_lastname" |
label | "Nom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_lastname" |
uses_autocomplete | false |
valid | true |
value | "" |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Prénom *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2450 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2451 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_firstname" ] |
cache_key | "_contact_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2687 -form: Symfony\Component\Form\Form {#2661 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2493 …5} |
full_name | "contact[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_firstname" |
label | "Prénom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_firstname" |
uses_autocomplete | false |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2426 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2426 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
label | "E-mail *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2426 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2463 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "E-mail *" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2464 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
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 {#2484 -form: Symfony\Component\Form\Form {#2666 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2475 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_email" |
label | "E-mail *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_email" |
uses_autocomplete | false |
valid | true |
value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "Téléphone *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2472 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Téléphone *" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2473 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_phone" ] |
cache_key | "_contact_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2466 -form: Symfony\Component\Form\Form {#2663 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2453 …5} |
full_name | "contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_phone" |
label | "Téléphone *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_phone" |
uses_autocomplete | false |
valid | true |
value | "" |
subject
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2428 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2428 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Sujet *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2428 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2481 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Sujet *" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2482 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_subject" ] |
cache_key | "_contact_subject_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2444 -form: Symfony\Component\Form\Form {#2674 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2721 …5} |
full_name | "contact[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_subject" |
label | "Sujet *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_subject" |
uses_autocomplete | false |
valid | true |
value | "" |
message
Errors
This form has no errors.
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 | "Message *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2494 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Message *" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2491 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2490 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
cache_key | "_contact_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2723 -form: Symfony\Component\Form\Form {#2677 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2724 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_message" |
label | "Message *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_message" |
uses_autocomplete | false |
valid | true |
value | "" |
reserved
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "class" => "label strong" ] |
[ "class" => "label strong" ] |
choices | [ "Un membre de la CNCE" => "member" "Une personne extérieure à la CNCE" => "other" ] |
[ "Un membre de la CNCE" => "member" "Une personne extérieure à la CNCE" => "other" ] |
expanded | true |
same as passed value |
label | "Vous êtes *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "label strong" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 | [ "Un membre de la CNCE" => "member" "Une personne extérieure à la CNCE" => "other" ] |
compound | true |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Vous êtes *" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2518 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "label strong" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_reserved" ] |
cache_key | "_contact_reserved_choice" |
choice_translation_domain | "form" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "Un membre de la CNCE" +value: "member" +data: "member" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +label: "Une personne extérieure à la CNCE" +value: "other" +data: "other" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2725 -form: Symfony\Component\Form\Form {#2702 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#2726 …5} |
full_name | "contact[reserved]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_reserved" |
is_selected | Closure($choice, $value) {#2749 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Vous êtes *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "reserved" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
sortable | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_reserved" |
uses_autocomplete | false |
valid | true |
value | "" |
0
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Un membre de la CNCE" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "member" |
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 | "entry" |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2554 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2555 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Un membre de la CNCE" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2682 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "member" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_contact_reserved_entry" ] |
cache_key | "_contact_reserved_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2755 -form: Symfony\Component\Form\Form {#2705 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2754 …5} |
full_name | "contact[reserved]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_reserved_0" |
label | "Un membre de la CNCE" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_reserved_entry" |
valid | true |
value | "member" |
1
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Une personne extérieure à la CNCE" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "other" |
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 | "entry" |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2554 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2555 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Une personne extérieure à la CNCE" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2695 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2694 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "other" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_contact_reserved_entry" ] |
cache_key | "_contact_reserved_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2756 -form: Symfony\Component\Form\Form {#2708 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2757 …5} |
full_name | "contact[reserved]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_reserved_1" |
label | "Une personne extérieure à la CNCE" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_reserved_entry" |
valid | true |
value | "other" |
recaptcha
Form type:
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Errors
This form has no errors.
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 | "contact" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#2429 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#2429 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
locale | "fr" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "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 {#2429 +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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2542 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
host | null |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
locale | "fr" |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2543 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "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 {#2753 -form: Symfony\Component\Form\Form {#2711 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2752 …5} |
full_name | "contact[recaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
host | "www.google.com" |
id | "contact_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "fr" |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "my_site_key" |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_recaptcha" |
valid | true |
value | "" |
optin
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2432 +payload: null +message: "This value should be true." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#2432 +payload: null +message: "This value should be true." } ] |
mapped | false |
false
|
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 | [ Symfony\Component\Validator\Constraints\IsTrue {#2432 +payload: null +message: "This value should be true." } ] |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2554 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2555 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
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 | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2557 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2559 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_optin" ] |
cache_key | "_contact_optin_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2759 -form: Symfony\Component\Form\Form {#2714 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2758 …5} |
full_name | "contact[optin]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_optin" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "optin" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_optin" |
valid | true |
value | "1" |
firm
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 |
---|---|---|
class | "App\Entity\Firm" |
same as passed value |
query_builder | Closure(FirmRepository $er) {#2433 class: "App\Form\ContactType" this: App\Form\ContactType {#2348 …} } |
Doctrine\ORM\QueryBuilder {#2605 -em: ContainerUxbaaQz\EntityManagerGhostEbeb667 {#445 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2643 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2644 #from: "App\Entity\Firm" #alias: "f" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2641 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "f.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT f FROM App\Entity\Firm f ORDER BY f.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2637 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2575 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2576 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2671 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2638 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2642 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2623 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2662 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2646 …} } |
choices | null |
class | "App\Entity\Firm" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#2388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2389 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2390 …} -namespace: Closure() {#2392 …} } |
data_class | null |
disabled | false |
documentation | [] |
em | ContainerUxbaaQz\EntityManagerGhostEbeb667 {#445 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2659 -om: ContainerUxbaaQz\EntityManagerGhostEbeb667 {#445 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2580 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#2605 -em: ContainerUxbaaQz\EntityManagerGhostEbeb667 {#445 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2643 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2644 #from: "App\Entity\Firm" #alias: "f" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2641 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "f.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT f FROM App\Entity\Firm f ORDER BY f.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2637 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#2577 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_contact_firm" ] |
cache_key | "_contact_firm_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "Compagnie Nationale des Commissaires Enquêteurs" +value: "45" +data: App\Entity\Firm {#2780 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "Compagnie des CE de Mayotte" +value: "47" +data: App\Entity\Firm {#2978 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +label: "Compagnie des CE de Bordeaux Aquitaine" +value: "43" +data: App\Entity\Firm {#2987 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +label: "Compagnie des CE Région Alsace Moselle" +value: "44" +data: App\Entity\Firm {#3031 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "Union départementale des CE du Vaucluse" +value: "46" +data: App\Entity\Firm {#3021 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: "Compagnie des CE Adour-Gascogne" +value: "42" +data: App\Entity\Firm {#3012 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2775 +label: "Compagnie des CE d'Auvergne" +value: "41" +data: App\Entity\Firm {#2999 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2774 +label: "Compagnie des CE de Bretagne" +value: "39" +data: App\Entity\Firm {#3008 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2773 +label: "Compagnie des CE de Bourgogne" +value: "40" +data: App\Entity\Firm {#3047 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +label: "Compagnie régionale des CE Centre-Val de Loire" +value: "38" +data: App\Entity\Firm {#3057 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2770 +label: "Compagnie départementale des CE du Cher" +value: "37" +data: App\Entity\Firm {#3067 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3429 +label: "Compagnie des CE d'Eure-et-Loir" +value: "36" +data: App\Entity\Firm {#3076 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3430 +label: "Compagnie départementale des CE d'Indre-et-Loire" +value: "35" +data: App\Entity\Firm {#3086 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3433 +label: "Compagnie départementale des CE du Loiret" +value: "34" +data: App\Entity\Firm {#3096 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3432 +label: "Compagnie régionale des CE de Champagne-Ardenne" +value: "33" +data: App\Entity\Firm {#3106 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3431 +label: "Compagnie CE Région Corse" +value: "32" +data: App\Entity\Firm {#3116 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +label: "Compagnie des CE de Franche-Comté" +value: "31" +data: App\Entity\Firm {#3126 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3436 +label: "Compagnie des CE d'Ile-de-France" +value: "30" +data: App\Entity\Firm {#3136 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +label: "Compagnie des CE du Languedoc-Roussillon" +value: "29" +data: App\Entity\Firm {#3146 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3438 +label: "Compagnie Régionale des CE Limousin-Indre" +value: "28" +data: App\Entity\Firm {#3155 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3439 +label: "Compagnie des CE de Lorraine" +value: "27" +data: App\Entity\Firm {#3165 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3440 +label: "Association des CE de Midi-Pyrénées" +value: "26" +data: App\Entity\Firm {#3175 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +label: "Compagnie des CE du Nord et du Pas-de-Calais" +value: "25" +data: App\Entity\Firm {#3185 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3442 +label: "Compagnie des CE de Normandie 14-50-61" +value: "24" +data: App\Entity\Firm {#3195 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3443 +label: "Compagnie des CE Normandie 76-27" +value: "23" +data: App\Entity\Firm {#3205 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3444 +label: "Compagnie des CE des Pays de la Loire" +value: "22" +data: App\Entity\Firm {#3215 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3445 +label: "Compagnie des CE de la Vendée" +value: "21" +data: App\Entity\Firm {#3225 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +label: "Association des CE de la Sarthe" +value: "20" +data: App\Entity\Firm {#3235 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3447 +label: "Compagnie des CE de la Mayenne" +value: "19" +data: App\Entity\Firm {#3245 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +label: "Compagnie des CE du Maine-et-Loire" +value: "18" +data: App\Entity\Firm {#3255 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +label: "Compagnie des CE de Loire Atlantique" +value: "17" +data: App\Entity\Firm {#3265 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +label: "Compagnie Régionale des CE de Picardie" +value: "16" +data: App\Entity\Firm {#3275 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +label: "Compagnie des CE de Poitou-Charentes" +value: "15" +data: App\Entity\Firm {#3285 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +label: "Compagnie des CE Provence Alpes" +value: "14" +data: App\Entity\Firm {#3295 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +label: "Compagnie des CE des Alpes Maritimes" +value: "13" +data: App\Entity\Firm {#3305 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +label: "Compagnie des CE du Var" +value: "12" +data: App\Entity\Firm {#3315 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +label: "Compagnie des CE près le TA de Lyon" +value: "11" +data: App\Entity\Firm {#3324 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +label: "Compagnie des CE d'Ardèche" +value: "10" +data: App\Entity\Firm {#3334 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "Coordination des CE Drôme Isère Savoie" +value: "9" +data: App\Entity\Firm {#3343 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +label: "Compagnie des CE des Savoie" +value: "8" +data: App\Entity\Firm {#3353 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +label: "Compagnie des CE de l'Isère" +value: "7" +data: App\Entity\Firm {#3363 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +label: "Compagnie des CE de la Drôme" +value: "6" +data: App\Entity\Firm {#3373 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +label: "Compagnie des CE de la Réunion" +value: "5" +data: App\Entity\Firm {#3383 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +label: "Adhérents directs CNCE" +value: "4" +data: App\Entity\Firm {#3393 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +label: "Compagnie régionale des CE Guadeloupe" +value: "3" +data: App\Entity\Firm {#3402 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +label: "Compagnie des CE de Guyane" +value: "2" +data: App\Entity\Firm {#3412 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +label: "Compagnie des CE de Martinique" +value: "1" +data: App\Entity\Firm {#3422 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2760 -form: Symfony\Component\Form\Form {#2717 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2761 …5} |
full_name | "contact[firm]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_firm" |
is_selected | Closure($choice, $value) {#3467 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "firm" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" "bundles/runroomsortablebehavior/js/init.js" "bundles/fosckeditor/ckeditor.js" "bundles/webetdesigncms/build/cms_admin.js" "bundles/wdmedia/build/runtime.js" "bundles/wdmedia/build/media.js" "bundles/wdmailer/build/mailer.js" "build/admin/admin.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "bundles/fosckeditor/skins/moono-lisa/editor.css" "bundles/webetdesigncms/build/cms_admin.css" "bundles/wdmedia/build/media.css" "bundles/wdmailer/build/mailer.css" "bundles/wduser/admin_user.css" "build/admin/admin.css" ] "role_admin" => "ROLE_BO" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
sortable | false |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_firm" |
uses_autocomplete | false |
valid | true |
value | "" |