- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- VichUploader
- EasyAdmin
- 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
landing_contact
"App\Form\LandingContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\LandingContact {#2043 -id: null -name: null -society: null -email: null -country: null -date: DateTime @1679693146 {#2085 date: 2023-03-24 22:25:46.853191 Europe/Paris (+01:00) } -catalog: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\LandingContact {#2043 -id: null -name: null -society: null -email: null -country: null -date: DateTime @1679693146 {#2085 date: 2023-03-24 22:25:46.853191 Europe/Paris (+01:00) } -catalog: null } |
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 | 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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data | App\Entity\LandingContact {#2043 -id: null -name: null -society: null -email: null -country: null -date: DateTime @1679693146 {#2085 date: 2023-03-24 22:25:46.853191 Europe/Paris (+01:00) } -catalog: null } |
data_class | "App\Entity\LandingContact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2169 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} use: { $class: "App\Entity\LandingContact" } } |
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 | null |
trim | true |
upload_max_size_message | Closure() {#2167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2168 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "landing_contact" "_landing_contact" ] |
cache_key | "_landing_contact_landing_contact" |
compound | true |
data | App\Entity\LandingContact {#2043 -id: null -name: null -society: null -email: null -country: null -date: DateTime @1679693146 {#2085 date: 2023-03-24 22:25:46.853191 Europe/Paris (+01:00) } -catalog: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2434 -form: Symfony\Component\Form\Form {#2336 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2354 …5} |
full_name | "landing_contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "landing_contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "landing_contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_landing_contact" |
valid | true |
value | App\Entity\LandingContact {#2043 -id: null -name: null -society: null -email: null -country: null -date: DateTime @1679693146 {#2085 date: 2023-03-24 22:25:46.853191 Europe/Paris (+01:00) } -catalog: null } |
name
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2234 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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 | 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 | null |
trim | true |
upload_max_size_message | Closure() {#2236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2235 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_landing_contact_name" ] |
cache_key | "_landing_contact_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2439 -form: Symfony\Component\Form\Form {#2378 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2440 …5} |
full_name | "landing_contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "landing_contact_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_landing_contact_name" |
valid | true |
value | "" |
society
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2240 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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 | 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 | null |
trim | true |
upload_max_size_message | Closure() {#2218 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2228 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_landing_contact_society" ] |
cache_key | "_landing_contact_society_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2438 -form: Symfony\Component\Form\Form {#2382 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2437 …5} |
full_name | "landing_contact[society]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "landing_contact_society" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "society" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_landing_contact_society" |
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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2186 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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 | 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 | null |
trim | true |
upload_max_size_message | Closure() {#2203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2141 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_landing_contact_email" ] |
cache_key | "_landing_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2436 -form: Symfony\Component\Form\Form {#2385 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2435 …5} |
full_name | "landing_contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "landing_contact_email" |
label | null |
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 | null |
unique_block_prefix | "_landing_contact_email" |
valid | true |
value | "" |
country
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2197 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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 | 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 | null |
trim | true |
upload_max_size_message | Closure() {#2246 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2154 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_landing_contact_country" ] |
cache_key | "_landing_contact_country_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2359 -form: Symfony\Component\Form\Form {#2343 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2353 …5} |
full_name | "landing_contact[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "landing_contact_country" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "country" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_landing_contact_country" |
valid | true |
value | "" |
catalog
"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 | Closure($catalog) {#2224 class: "App\Form\LandingContactType" this: App\Form\LandingContactType {#2091 …} } |
same as passed value |
class | "App\Entity\Catalog" |
same as passed value |
expanded | false |
false
|
label | false |
false
|
multiple | false |
false
|
placeholder | "landing_contact_type.catalog.placeholder" |
same as passed value |
query_builder | Closure(CatalogRepository $er) {#2219 class: "App\Form\LandingContactType" this: App\Form\LandingContactType {#2091 …} use: { $options: [ "block_name" => null "disabled" => false "label" => null "label_format" => null "label_translation_parameters" => [] "attr_translation_parameters" => [] "translation_domain" => null "auto_initialize" => true "trim" => true "required" => true "property_path" => null "mapped" => true "by_reference" => true "inherit_data" => false "compound" => true "method" => "POST" "post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file." "allow_file_upload" => false "help_translation_parameters" => [] "invalid_message" => "This value is not valid." "invalid_message_parameters" => [] "error_mapping" => [] "allow_extra_fields" => false "extra_fields_message" => "This form should not contain extra fields." "csrf_protection" => true "csrf_field_name" => "_token" "csrf_message" => "The CSRF token is invalid. Please try to resubmit the form." "csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } "csrf_token_id" => null "block_prefix" => null "row_attr" => [] "label_html" => false "attr" => [] "priority" => 0 "data_class" => "App\Entity\LandingContact" "empty_data" => Closure(FormInterface $form) {#2169 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} use: { $class: "App\Entity\LandingContact" } } "error_bubbling" => true "label_attr" => [] "action" => "" "upload_max_size_message" => Closure() {#2167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2168 …} } } "help" => null "help_attr" => [] "help_html" => false "is_empty_callback" => null "getter" => null "setter" => null "form_attr" => false "validation_groups" => null "constraints" => [] "legacy_error_messages" => true "data" => App\Entity\LandingContact {#2043 -id: null -name: null -society: null -email: null -country: null -date: DateTime @1679693146 {#2085 date: 2023-03-24 22:25:46.853191 Europe/Paris (+01:00) } -catalog: null } ] } } |
Doctrine\ORM\QueryBuilder {#2297 -_em: Doctrine\ORM\EntityManager {#787 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2207 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2294 #from: "App\Entity\Catalog" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT a FROM App\Entity\Catalog a" -parameters: Doctrine\Common\Collections\ArrayCollection {#2280 …} -_firstResult: null -_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 |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure($catalog) {#2224 class: "App\Form\LandingContactType" this: App\Form\LandingContactType {#2091 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2341 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2327 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2334 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2326 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2335 -om: ContainerPabiEAQ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#41 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2283 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Catalog" |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
em | ContainerPabiEAQ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#41 …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 {#2335 -om: ContainerPabiEAQ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#41 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2283 …} -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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "landing_contact_type.catalog.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 {#2297 -_em: Doctrine\ORM\EntityManager {#787 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2207 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2294 #from: "App\Entity\Catalog" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT a FROM App\Entity\Catalog a" -parameters: Doctrine\Common\Collections\ArrayCollection {#2280 …} -_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() {#2284 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2289 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_landing_contact_catalog" ] |
cache_key | "_landing_contact_catalog_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "Zebrafish & other aquatic species behavior solutions" +value: "1" +data: App\Entity\Catalog {#2376 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "Rodent’s Behavior Solutions" +value: "2" +data: App\Entity\Catalog {#2420 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2425 -form: Symfony\Component\Form\Form {#2345 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2426 …5} |
full_name | "landing_contact[catalog]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "landing_contact_catalog" |
is_selected | Closure($choice, $value) {#2455 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2238 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "catalog" |
placeholder | "landing_contact_type.catalog.placeholder" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_landing_contact_catalog" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "0a65.Y3k1bdLyNrT4Ef-tEAOcT_Bv-IgszMUjKWIk1o9hvlw.GQBMF7SEUsWddbLIWEyqBL4N1eZDiqtHfydIv-MvjAMLS28-lsdc3rVViA" |
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 | "0a65.Y3k1bdLyNrT4Ef-tEAOcT_Bv-IgszMUjKWIk1o9hvlw.GQBMF7SEUsWddbLIWEyqBL4N1eZDiqtHfydIv-MvjAMLS28-lsdc3rVViA" |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data | "0a65.Y3k1bdLyNrT4Ef-tEAOcT_Bv-IgszMUjKWIk1o9hvlw.GQBMF7SEUsWddbLIWEyqBL4N1eZDiqtHfydIv-MvjAMLS28-lsdc3rVViA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2458 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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() {#2462 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#2428 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_landing_contact__token" ] |
cache_key | "_landing_contact__token_hidden" |
compound | false |
data | "0a65.Y3k1bdLyNrT4Ef-tEAOcT_Bv-IgszMUjKWIk1o9hvlw.GQBMF7SEUsWddbLIWEyqBL4N1eZDiqtHfydIv-MvjAMLS28-lsdc3rVViA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2472 -form: Symfony\Component\Form\Form {#2468 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2463 …5} |
full_name | "landing_contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "landing_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 | null |
unique_block_prefix | "_landing_contact__token" |
valid | true |
value | "0a65.Y3k1bdLyNrT4Ef-tEAOcT_Bv-IgszMUjKWIk1o9hvlw.GQBMF7SEUsWddbLIWEyqBL4N1eZDiqtHfydIv-MvjAMLS28-lsdc3rVViA" |
newsletter
"App\Form\NewsletterType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Newsletter {#4444 -id: null -email: null -date: DateTime @1679693147 {#4453 date: 2023-03-24 22:25:47.384833 Europe/Paris (+01:00) } -name: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Newsletter {#4444 -id: null -email: null -date: DateTime @1679693147 {#4453 date: 2023-03-24 22:25:47.384833 Europe/Paris (+01:00) } -name: null } |
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 | 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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data | App\Entity\Newsletter {#4444 -id: null -email: null -date: DateTime @1679693147 {#4453 date: 2023-03-24 22:25:47.384833 Europe/Paris (+01:00) } -name: null } |
data_class | "App\Entity\Newsletter" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4447 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} use: { $class: "App\Entity\Newsletter" } } |
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 | null |
trim | true |
upload_max_size_message | Closure() {#4445 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#4446 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/inscription-newsletter" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "newsletter" "_newsletter" ] |
cache_key | "_newsletter_newsletter" |
compound | true |
data | App\Entity\Newsletter {#4444 -id: null -email: null -date: DateTime @1679693147 {#4453 date: 2023-03-24 22:25:47.384833 Europe/Paris (+01:00) } -name: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4506 -form: Symfony\Component\Form\Form {#4519 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4454 …5} |
full_name | "newsletter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "newsletter" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter" |
valid | true |
value | App\Entity\Newsletter {#4444 -id: null -email: null -date: DateTime @1679693147 {#4453 date: 2023-03-24 22:25:47.384833 Europe/Paris (+01:00) } -name: null } |
name
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "newsletter_type.name.placeholder" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4461 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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 | "newsletter_type.name.placeholder" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4482 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#4484 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_newsletter_name" ] |
cache_key | "_newsletter_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4530 -form: Symfony\Component\Form\Form {#4515 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4528 …5} |
full_name | "newsletter[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_name" |
label | "newsletter_type.name.placeholder" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_name" |
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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "newsletter_type.email.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 | [ "maxlength" => 255 ] |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4469 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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 | "newsletter_type.email.placeholder" |
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() {#4496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#4493 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_newsletter_email" ] |
cache_key | "_newsletter_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4531 -form: Symfony\Component\Form\Form {#4521 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4532 …5} |
full_name | "newsletter[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_email" |
label | "newsletter_type.email.placeholder" |
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 | null |
unique_block_prefix | "_newsletter_email" |
valid | true |
value | "" |
condition
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
label | "contact_type.condition_label" |
same as passed value |
label_attr | [ "class" => "fw-400 checkbox-custom" ] |
[ "class" => "fw-400 checkbox-custom" ] |
label_html | true |
same as passed value |
label_translation_parameters | [ "%url%" => "/legal-notice" ] |
[ "%url%" => "/legal-notice" ] |
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 | [] |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#4502 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4494 …} } |
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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#4485 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "contact_type.condition_label" |
label_attr | [ "class" => "fw-400 checkbox-custom" ] |
label_format | null |
label_html | true |
label_translation_parameters | [ "%url%" => "/legal-notice" ] |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4509 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#4507 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_condition" ] |
cache_key | "_newsletter_condition_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4533 -form: Symfony\Component\Form\Form {#4524 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4543 …5} |
full_name | "newsletter[condition]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_condition" |
label | "contact_type.condition_label" |
label_attr | [ "class" => "fw-400 checkbox-custom" ] |
label_format | null |
label_html | true |
label_translation_parameters | [ "%url%" => "/legal-notice" ] |
method | "POST" |
multipart | false |
name | "condition" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_condition" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7f3ed46c1.SMyYaBsnNcebM_LUAVQo3F3-9ZOSEqWODBh3CiQnAl4.IYfCPERBe6yoXKXjdiRuthCnoeerJJfYTXJPM2kSZgcjqeASU0oDj_B_pw" |
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 | "7f3ed46c1.SMyYaBsnNcebM_LUAVQo3F3-9ZOSEqWODBh3CiQnAl4.IYfCPERBe6yoXKXjdiRuthCnoeerJJfYTXJPM2kSZgcjqeASU0oDj_B_pw" |
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 {#18 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#28 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#14 …} -namespace: Closure() {#16 …} } |
data | "7f3ed46c1.SMyYaBsnNcebM_LUAVQo3F3-9ZOSEqWODBh3CiQnAl4.IYfCPERBe6yoXKXjdiRuthCnoeerJJfYTXJPM2kSZgcjqeASU0oDj_B_pw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4497 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2092 …} } |
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() {#4545 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2132 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#175 …} $translationDomain: "validators" $message: Closure() {#4546 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter__token" ] |
cache_key | "_newsletter__token_hidden" |
compound | false |
data | "7f3ed46c1.SMyYaBsnNcebM_LUAVQo3F3-9ZOSEqWODBh3CiQnAl4.IYfCPERBe6yoXKXjdiRuthCnoeerJJfYTXJPM2kSZgcjqeASU0oDj_B_pw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4556 -form: Symfony\Component\Form\Form {#4552 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4547 …5} |
full_name | "newsletter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter__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 | null |
unique_block_prefix | "_newsletter__token" |
valid | true |
value | "7f3ed46c1.SMyYaBsnNcebM_LUAVQo3F3-9ZOSEqWODBh3CiQnAl4.IYfCPERBe6yoXKXjdiRuthCnoeerJJfYTXJPM2kSZgcjqeASU0oDj_B_pw" |