- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 1
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
name
-
entreprise
-
phone
-
email
-
message
-
isAccepted
-
email_honeypot
-
origin
-
originId
-
captchaVal
-
captchaUser
-
contact
"App\Form\Contact\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contact\Contact {#1926 -id: null -name: null -email: null -entreprise: null -phone: null -emailHoneypot: null -message: null -isAccepted: null -createdAt: null -origin: null -originId: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "#sectionContact" |
same as passed value |
| data | App\Entity\Contact\Contact {#1926 -id: null -name: null -email: null -entreprise: null -phone: null -emailHoneypot: null -message: null -isAccepted: null -createdAt: null -origin: null -originId: null } |
same as passed value |
| origin | Doctrine\ORM\Mapping\ClassMetadata {#1784 +name: "App\Entity\Pages\PageCategory" +namespace: "App\Entity\Pages" +rootEntityName: "App\Entity\Pages\PageCategory" +customGeneratorDefinition: null +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository" +isMappedSuperclass: false +isEmbeddedClass: false +parentClasses: [] +subClasses: [] +embeddedClasses: [] +namedQueries: [] +namedNativeQueries: [] +sqlResultSetMappings: [] +identifier: [ "id" ] +inheritanceType: 1 +generatorType: 4 +fieldMappings: [ "id" => [ "fieldName" => "id" "type" => "integer" "scale" => null "length" => null "unique" => false "nullable" => false "precision" => null "id" => true "columnName" => "id" ] "type" => [ "fieldName" => "type" "type" => "string" "scale" => null "length" => 255 "unique" => false "nullable" => true "precision" => null "columnName" => "type" ] "isEnable" => [ "fieldName" => "isEnable" "type" => "boolean" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "is_enable" ] "createdAt" => [ "fieldName" => "createdAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "created_at" ] "updatedAt" => [ "fieldName" => "updatedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "updated_at" ] "deletedAt" => [ "fieldName" => "deletedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "deleted_at" ] ] +fieldNames: [ "id" => "id" "type" => "type" "is_enable" => "isEnable" "created_at" => "createdAt" "updated_at" => "updatedAt" "deleted_at" => "deletedAt" ] +columnNames: [ "id" => "id" "type" => "type" "isEnable" => "is_enable" "createdAt" => "created_at" "updatedAt" => "updated_at" "deletedAt" => "deleted_at" ] +discriminatorValue: null +discriminatorMap: [] +discriminatorColumn: null +table: [ "name" => "page_category" ] +lifecycleCallbacks: [] +entityListeners: [] +associationMappings: [ "pageCategoryLang" => [ "fieldName" => "pageCategoryLang" "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "cascade" => [ "persist" ] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] "pageSousCategories" => [ "fieldName" => "pageSousCategories" "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "cascade" => [] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] ] +isIdentifierComposite: false +containsForeignIdentifier: false +containsEnumIdentifier: false +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1797 …} +sequenceGeneratorDefinition: null +tableGeneratorDefinition: null +changeTrackingPolicy: 1 +requiresFetchAfterChange: false +isVersioned: false +versionField: null +cache: null +reflClass: ReflectionClass {#1799 …} +isReadOnly: false #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …} +reflFields: [ "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1787 +name: "id" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00id" modifiers: "private" attributes: [ ReflectionAttribute {#3523 name: "Doctrine\ORM\Mapping\Id" arguments: [] } ReflectionAttribute {#3535 name: "Doctrine\ORM\Mapping\GeneratedValue" arguments: [] } ReflectionAttribute {#3547 name: "Doctrine\ORM\Mapping\Column" arguments: [] } ] } "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788 +name: "type" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00type" modifiers: "private" attributes: [ ReflectionAttribute {#3510 name: "Doctrine\ORM\Mapping\Column" arguments: [ "length" => 255 "nullable" => true ] } ] } "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1796 +name: "isEnable" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00isEnable" modifiers: "private" attributes: [ ReflectionAttribute {#3488 name: "Doctrine\ORM\Mapping\Column" arguments: [ "nullable" => true ] } ] } "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1790 +name: "createdAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00createdAt" modifiers: "private" attributes: [ ReflectionAttribute {#3568 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1791 +name: "updatedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3570 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1792 +name: "deletedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3565 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1794 +name: "pageCategoryLang" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang" modifiers: "private" attributes: [ ReflectionAttribute {#3579 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "orphanRemoval" => true "cascade" => [ "persist" ] ] } ] } "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1795 +name: "pageSousCategories" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories" modifiers: "private" attributes: [ ReflectionAttribute {#3578 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "orphanRemoval" => true ] } ] } ] -instantiator: Doctrine\Instantiator\Instantiator {#1785 …} -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1786 …} } |
same as passed value |
| originId | 25 |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "#sectionContact" |
| allow_extra_fields | true |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data | App\Entity\Contact\Contact {#1926 -id: null -name: null -email: null -entreprise: null -phone: null -emailHoneypot: null -message: null -isAccepted: null -createdAt: null -origin: null -originId: null } |
| data_class | "App\Entity\Contact\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2020 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} use: { $class: "App\Entity\Contact\Contact" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| idLangue | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| origin | Doctrine\ORM\Mapping\ClassMetadata {#1784 +name: "App\Entity\Pages\PageCategory" +namespace: "App\Entity\Pages" +rootEntityName: "App\Entity\Pages\PageCategory" +customGeneratorDefinition: null +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository" +isMappedSuperclass: false +isEmbeddedClass: false +parentClasses: [] +subClasses: [] +embeddedClasses: [] +namedQueries: [] +namedNativeQueries: [] +sqlResultSetMappings: [] +identifier: [ "id" ] +inheritanceType: 1 +generatorType: 4 +fieldMappings: [ "id" => [ "fieldName" => "id" "type" => "integer" "scale" => null "length" => null "unique" => false "nullable" => false "precision" => null "id" => true "columnName" => "id" ] "type" => [ "fieldName" => "type" "type" => "string" "scale" => null "length" => 255 "unique" => false "nullable" => true "precision" => null "columnName" => "type" ] "isEnable" => [ "fieldName" => "isEnable" "type" => "boolean" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "is_enable" ] "createdAt" => [ "fieldName" => "createdAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "created_at" ] "updatedAt" => [ "fieldName" => "updatedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "updated_at" ] "deletedAt" => [ "fieldName" => "deletedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "deleted_at" ] ] +fieldNames: [ "id" => "id" "type" => "type" "is_enable" => "isEnable" "created_at" => "createdAt" "updated_at" => "updatedAt" "deleted_at" => "deletedAt" ] +columnNames: [ "id" => "id" "type" => "type" "isEnable" => "is_enable" "createdAt" => "created_at" "updatedAt" => "updated_at" "deletedAt" => "deleted_at" ] +discriminatorValue: null +discriminatorMap: [] +discriminatorColumn: null +table: [ "name" => "page_category" ] +lifecycleCallbacks: [] +entityListeners: [] +associationMappings: [ "pageCategoryLang" => [ "fieldName" => "pageCategoryLang" "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "cascade" => [ "persist" ] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] "pageSousCategories" => [ "fieldName" => "pageSousCategories" "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "cascade" => [] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] ] +isIdentifierComposite: false +containsForeignIdentifier: false +containsEnumIdentifier: false +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1797 …} +sequenceGeneratorDefinition: null +tableGeneratorDefinition: null +changeTrackingPolicy: 1 +requiresFetchAfterChange: false +isVersioned: false +versionField: null +cache: null +reflClass: ReflectionClass {#1799 …} +isReadOnly: false #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …} +reflFields: [ "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1787 +name: "id" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00id" modifiers: "private" attributes: [ ReflectionAttribute {#3523 name: "Doctrine\ORM\Mapping\Id" arguments: [] } ReflectionAttribute {#3535 name: "Doctrine\ORM\Mapping\GeneratedValue" arguments: [] } ReflectionAttribute {#3547 name: "Doctrine\ORM\Mapping\Column" arguments: [] } ] } "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788 +name: "type" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00type" modifiers: "private" attributes: [ ReflectionAttribute {#3510 name: "Doctrine\ORM\Mapping\Column" arguments: [ "length" => 255 "nullable" => true ] } ] } "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1796 +name: "isEnable" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00isEnable" modifiers: "private" attributes: [ ReflectionAttribute {#3488 name: "Doctrine\ORM\Mapping\Column" arguments: [ "nullable" => true ] } ] } "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1790 +name: "createdAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00createdAt" modifiers: "private" attributes: [ ReflectionAttribute {#3568 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1791 +name: "updatedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3570 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1792 +name: "deletedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3565 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1794 +name: "pageCategoryLang" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang" modifiers: "private" attributes: [ ReflectionAttribute {#3579 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "orphanRemoval" => true "cascade" => [ "persist" ] ] } ] } "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1795 +name: "pageSousCategories" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories" modifiers: "private" attributes: [ ReflectionAttribute {#3578 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "orphanRemoval" => true ] } ] } ] -instantiator: Doctrine\Instantiator\Instantiator {#1785 …} -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1786 …} } |
| originId | 25 |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "forms" |
| trim | true |
| upload_max_size_message | Closure() {#2018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2019 …} } } |
| user | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "#sectionContact" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | App\Entity\Contact\Contact {#1926 -id: null -name: null -email: null -entreprise: null -phone: null -emailHoneypot: null -message: null -isAccepted: null -createdAt: null -origin: null -originId: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2597 -form: Symfony\Component\Form\Form {#2155 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2555 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact" |
| valid | true |
| value | App\Entity\Contact\Contact {#1926 -id: null -name: null -email: null -entreprise: null -phone: null -emailHoneypot: null -message: null -isAccepted: null -createdAt: null -origin: null -originId: 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 | [ "placeholder" => "Name*" "class" => "data-contact" ] |
[ "placeholder" => "Name*" "class" => "data-contact" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2071 +payload: null +message: "msg_required_name" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2071 +payload: null +message: "msg_required_name" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Name*" "class" => "data-contact" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2071 +payload: null +message: "msg_required_name" +allowNull: false +normalizer: null } ] |
| 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2035 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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() {#2038 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2036 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Name*" "class" => "data-contact" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name" ] |
| cache_key | "_contact_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2704 -form: Symfony\Component\Form\Form {#2213 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2703 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "forms" |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | "" |
entreprise
"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 | [ "placeholder" => "Entreprise*" "class" => "data-contact" ] |
[ "placeholder" => "Entreprise*" "class" => "data-contact" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2075 +payload: null +message: "msg_required_company" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2075 +payload: null +message: "msg_required_company" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Entreprise*" "class" => "data-contact" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2075 +payload: null +message: "msg_required_company" +allowNull: false +normalizer: null } ] |
| 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2010 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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() {#2008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2011 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Entreprise*" "class" => "data-contact" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_entreprise" ] |
| cache_key | "_contact_entreprise_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2706 -form: Symfony\Component\Form\Form {#2217 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2707 …5} |
| full_name | "contact[entreprise]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_entreprise" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "entreprise" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_entreprise" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 | [ "placeholder" => "Phone(facultatif)" ] |
[ "placeholder" => "Phone(facultatif)" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Type {#2070 +payload: null +message: "form.tel.not_valid" +type: "numeric" } ] |
[ Symfony\Component\Validator\Constraints\Type {#2070 +payload: null +message: "form.tel.not_valid" +type: "numeric" } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Phone(facultatif)" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Type {#2070 +payload: null +message: "form.tel.not_valid" +type: "numeric" } ] |
| 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1991 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2031 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2032 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Phone(facultatif)" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_contact_phone" ] |
| cache_key | "_contact_phone_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2710 -form: Symfony\Component\Form\Form {#2220 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2711 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_phone" |
| valid | true |
| value | "" |
"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 | [ "placeholder" => "Email*" ] |
[ "placeholder" => "Email*" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1994 +payload: null +message: "msg_required_email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2072 +payload: null +message: "form.email.not_valid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1994 +payload: null +message: "msg_required_email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2072 +payload: null +message: "form.email.not_valid" +mode: null +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Email*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1994 +payload: null +message: "msg_required_email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2072 +payload: null +message: "form.email.not_valid" +mode: null +normalizer: null } ] |
| 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2057 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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() {#2046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2061 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Email*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_email" ] |
| cache_key | "_contact_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2719 -form: Symfony\Component\Form\Form {#2161 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2720 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "forms" |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Your msg*" ] |
[ "placeholder" => "Your msg*" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1996 +payload: null +message: "msg_required_msg" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1996 +payload: null +message: "msg_required_msg" +allowNull: false +normalizer: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Your msg*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1996 +payload: null +message: "msg_required_msg" +allowNull: false +normalizer: null } ] |
| 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2051 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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() {#2062 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2052 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Your msg*" ] |
| 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 {#2604 -form: Symfony\Component\Form\Form {#2171 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2737 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | null |
| 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 | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
isAccepted
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1997 +payload: null +message: "Vous devez accepter les conditions générales." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1997 +payload: null +message: "Vous devez accepter les conditions générales." +allowNull: false +normalizer: null } ] |
| label | 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\NotBlank {#1997 +payload: null +message: "Vous devez accepter les conditions générales." +allowNull: false +normalizer: null } ] |
| 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2082 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2079 …} } |
| 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 {#2080 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| 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() {#2089 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2087 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_isAccepted" ] |
| cache_key | "_contact_isAccepted_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2592 -form: Symfony\Component\Form\Form {#2177 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2745 …5} |
| full_name | "contact[isAccepted]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_isAccepted" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "isAccepted" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_isAccepted" |
| valid | true |
| value | "1" |
email_honeypot
"Eo\HoneypotBundle\Form\Type\HoneypotType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| 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 | [ "autocomplete" => "nope" "tabindex" => -1 "aria-hidden" => "true" "style" => "position: fixed; left: -100%; top: -100%;" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| causesError | 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data | "" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2101 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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 | 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() {#2103 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2102 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "nope" "tabindex" => -1 "aria-hidden" => "true" "style" => "position: fixed; left: -100%; top: -100%;" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "honeypot" "_contact_email_honeypot" ] |
| cache_key | "_contact_email_honeypot_honeypot" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2712 -form: Symfony\Component\Form\Form {#2187 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2715 …5} |
| full_name | "contact[email_honeypot]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email_honeypot" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_honeypot" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_email_honeypot" |
| valid | true |
| value | "" |
origin
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\ORM\Mapping\ClassMetadata {#1784 +name: "App\Entity\Pages\PageCategory" +namespace: "App\Entity\Pages" +rootEntityName: "App\Entity\Pages\PageCategory" +customGeneratorDefinition: null +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository" +isMappedSuperclass: false +isEmbeddedClass: false +parentClasses: [] +subClasses: [] +embeddedClasses: [] +namedQueries: [] +namedNativeQueries: [] +sqlResultSetMappings: [] +identifier: [ "id" ] +inheritanceType: 1 +generatorType: 4 +fieldMappings: [ "id" => [ "fieldName" => "id" "type" => "integer" "scale" => null "length" => null "unique" => false "nullable" => false "precision" => null "id" => true "columnName" => "id" ] "type" => [ "fieldName" => "type" "type" => "string" "scale" => null "length" => 255 "unique" => false "nullable" => true "precision" => null "columnName" => "type" ] "isEnable" => [ "fieldName" => "isEnable" "type" => "boolean" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "is_enable" ] "createdAt" => [ "fieldName" => "createdAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "created_at" ] "updatedAt" => [ "fieldName" => "updatedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "updated_at" ] "deletedAt" => [ "fieldName" => "deletedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "deleted_at" ] ] +fieldNames: [ "id" => "id" "type" => "type" "is_enable" => "isEnable" "created_at" => "createdAt" "updated_at" => "updatedAt" "deleted_at" => "deletedAt" ] +columnNames: [ "id" => "id" "type" => "type" "isEnable" => "is_enable" "createdAt" => "created_at" "updatedAt" => "updated_at" "deletedAt" => "deleted_at" ] +discriminatorValue: null +discriminatorMap: [] +discriminatorColumn: null +table: [ "name" => "page_category" ] +lifecycleCallbacks: [] +entityListeners: [] +associationMappings: [ "pageCategoryLang" => [ "fieldName" => "pageCategoryLang" "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "cascade" => [ "persist" ] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] "pageSousCategories" => [ "fieldName" => "pageSousCategories" "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "cascade" => [] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] ] +isIdentifierComposite: false +containsForeignIdentifier: false +containsEnumIdentifier: false +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1797 …} +sequenceGeneratorDefinition: null +tableGeneratorDefinition: null +changeTrackingPolicy: 1 +requiresFetchAfterChange: false +isVersioned: false +versionField: null +cache: null +reflClass: ReflectionClass {#1799 …} +isReadOnly: false #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …} +reflFields: [ "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1787 +name: "id" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00id" modifiers: "private" attributes: [ ReflectionAttribute {#3523 name: "Doctrine\ORM\Mapping\Id" arguments: [] } ReflectionAttribute {#3535 name: "Doctrine\ORM\Mapping\GeneratedValue" arguments: [] } ReflectionAttribute {#3547 name: "Doctrine\ORM\Mapping\Column" arguments: [] } ] } "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788 +name: "type" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00type" modifiers: "private" attributes: [ ReflectionAttribute {#3510 name: "Doctrine\ORM\Mapping\Column" arguments: [ "length" => 255 "nullable" => true ] } ] } "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1796 +name: "isEnable" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00isEnable" modifiers: "private" attributes: [ ReflectionAttribute {#3488 name: "Doctrine\ORM\Mapping\Column" arguments: [ "nullable" => true ] } ] } "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1790 +name: "createdAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00createdAt" modifiers: "private" attributes: [ ReflectionAttribute {#3568 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1791 +name: "updatedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3570 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1792 +name: "deletedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3565 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1794 +name: "pageCategoryLang" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang" modifiers: "private" attributes: [ ReflectionAttribute {#3579 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "orphanRemoval" => true "cascade" => [ "persist" ] ] } ] } "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1795 +name: "pageSousCategories" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories" modifiers: "private" attributes: [ ReflectionAttribute {#3578 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "orphanRemoval" => true ] } ] } ] -instantiator: Doctrine\Instantiator\Instantiator {#1785 …} -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1786 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Doctrine\ORM\Mapping\ClassMetadata {#1784 +name: "App\Entity\Pages\PageCategory" +namespace: "App\Entity\Pages" +rootEntityName: "App\Entity\Pages\PageCategory" +customGeneratorDefinition: null +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository" +isMappedSuperclass: false +isEmbeddedClass: false +parentClasses: [] +subClasses: [] +embeddedClasses: [] +namedQueries: [] +namedNativeQueries: [] +sqlResultSetMappings: [] +identifier: [ "id" ] +inheritanceType: 1 +generatorType: 4 +fieldMappings: [ "id" => [ "fieldName" => "id" "type" => "integer" "scale" => null "length" => null "unique" => false "nullable" => false "precision" => null "id" => true "columnName" => "id" ] "type" => [ "fieldName" => "type" "type" => "string" "scale" => null "length" => 255 "unique" => false "nullable" => true "precision" => null "columnName" => "type" ] "isEnable" => [ "fieldName" => "isEnable" "type" => "boolean" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "is_enable" ] "createdAt" => [ "fieldName" => "createdAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "created_at" ] "updatedAt" => [ "fieldName" => "updatedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "updated_at" ] "deletedAt" => [ "fieldName" => "deletedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "deleted_at" ] ] +fieldNames: [ "id" => "id" "type" => "type" "is_enable" => "isEnable" "created_at" => "createdAt" "updated_at" => "updatedAt" "deleted_at" => "deletedAt" ] +columnNames: [ "id" => "id" "type" => "type" "isEnable" => "is_enable" "createdAt" => "created_at" "updatedAt" => "updated_at" "deletedAt" => "deleted_at" ] +discriminatorValue: null +discriminatorMap: [] +discriminatorColumn: null +table: [ "name" => "page_category" ] +lifecycleCallbacks: [] +entityListeners: [] +associationMappings: [ "pageCategoryLang" => [ "fieldName" => "pageCategoryLang" "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "cascade" => [ "persist" ] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] "pageSousCategories" => [ "fieldName" => "pageSousCategories" "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "cascade" => [] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] ] +isIdentifierComposite: false +containsForeignIdentifier: false +containsEnumIdentifier: false +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1797 …} +sequenceGeneratorDefinition: null +tableGeneratorDefinition: null +changeTrackingPolicy: 1 +requiresFetchAfterChange: false +isVersioned: false +versionField: null +cache: null +reflClass: ReflectionClass {#1799 …} +isReadOnly: false #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …} +reflFields: [ "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1787 +name: "id" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00id" modifiers: "private" attributes: [ ReflectionAttribute {#3523 name: "Doctrine\ORM\Mapping\Id" arguments: [] } ReflectionAttribute {#3535 name: "Doctrine\ORM\Mapping\GeneratedValue" arguments: [] } ReflectionAttribute {#3547 name: "Doctrine\ORM\Mapping\Column" arguments: [] } ] } "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788 +name: "type" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00type" modifiers: "private" attributes: [ ReflectionAttribute {#3510 name: "Doctrine\ORM\Mapping\Column" arguments: [ "length" => 255 "nullable" => true ] } ] } "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1796 +name: "isEnable" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00isEnable" modifiers: "private" attributes: [ ReflectionAttribute {#3488 name: "Doctrine\ORM\Mapping\Column" arguments: [ "nullable" => true ] } ] } "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1790 +name: "createdAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00createdAt" modifiers: "private" attributes: [ ReflectionAttribute {#3568 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1791 +name: "updatedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3570 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1792 +name: "deletedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3565 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1794 +name: "pageCategoryLang" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang" modifiers: "private" attributes: [ ReflectionAttribute {#3579 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "orphanRemoval" => true "cascade" => [ "persist" ] ] } ] } "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1795 +name: "pageSousCategories" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories" modifiers: "private" attributes: [ ReflectionAttribute {#3578 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "orphanRemoval" => true ] } ] } ] -instantiator: Doctrine\Instantiator\Instantiator {#1785 …} -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1786 …} } |
same as passed value |
| required | 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 | 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data | Doctrine\ORM\Mapping\ClassMetadata {#1784 +name: "App\Entity\Pages\PageCategory" +namespace: "App\Entity\Pages" +rootEntityName: "App\Entity\Pages\PageCategory" +customGeneratorDefinition: null +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository" +isMappedSuperclass: false +isEmbeddedClass: false +parentClasses: [] +subClasses: [] +embeddedClasses: [] +namedQueries: [] +namedNativeQueries: [] +sqlResultSetMappings: [] +identifier: [ "id" ] +inheritanceType: 1 +generatorType: 4 +fieldMappings: [ "id" => [ "fieldName" => "id" "type" => "integer" "scale" => null "length" => null "unique" => false "nullable" => false "precision" => null "id" => true "columnName" => "id" ] "type" => [ "fieldName" => "type" "type" => "string" "scale" => null "length" => 255 "unique" => false "nullable" => true "precision" => null "columnName" => "type" ] "isEnable" => [ "fieldName" => "isEnable" "type" => "boolean" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "is_enable" ] "createdAt" => [ "fieldName" => "createdAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "created_at" ] "updatedAt" => [ "fieldName" => "updatedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "updated_at" ] "deletedAt" => [ "fieldName" => "deletedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "deleted_at" ] ] +fieldNames: [ "id" => "id" "type" => "type" "is_enable" => "isEnable" "created_at" => "createdAt" "updated_at" => "updatedAt" "deleted_at" => "deletedAt" ] +columnNames: [ "id" => "id" "type" => "type" "isEnable" => "is_enable" "createdAt" => "created_at" "updatedAt" => "updated_at" "deletedAt" => "deleted_at" ] +discriminatorValue: null +discriminatorMap: [] +discriminatorColumn: null +table: [ "name" => "page_category" ] +lifecycleCallbacks: [] +entityListeners: [] +associationMappings: [ "pageCategoryLang" => [ "fieldName" => "pageCategoryLang" "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "cascade" => [ "persist" ] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] "pageSousCategories" => [ "fieldName" => "pageSousCategories" "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "cascade" => [] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] ] +isIdentifierComposite: false +containsForeignIdentifier: false +containsEnumIdentifier: false +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1797 …} +sequenceGeneratorDefinition: null +tableGeneratorDefinition: null +changeTrackingPolicy: 1 +requiresFetchAfterChange: false +isVersioned: false +versionField: null +cache: null +reflClass: ReflectionClass {#1799 …} +isReadOnly: false #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …} +reflFields: [ "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1787 +name: "id" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00id" modifiers: "private" attributes: [ ReflectionAttribute {#3523 name: "Doctrine\ORM\Mapping\Id" arguments: [] } ReflectionAttribute {#3535 name: "Doctrine\ORM\Mapping\GeneratedValue" arguments: [] } ReflectionAttribute {#3547 name: "Doctrine\ORM\Mapping\Column" arguments: [] } ] } "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788 +name: "type" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00type" modifiers: "private" attributes: [ ReflectionAttribute {#3510 name: "Doctrine\ORM\Mapping\Column" arguments: [ "length" => 255 "nullable" => true ] } ] } "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1796 +name: "isEnable" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00isEnable" modifiers: "private" attributes: [ ReflectionAttribute {#3488 name: "Doctrine\ORM\Mapping\Column" arguments: [ "nullable" => true ] } ] } "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1790 +name: "createdAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00createdAt" modifiers: "private" attributes: [ ReflectionAttribute {#3568 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1791 +name: "updatedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3570 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1792 +name: "deletedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3565 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1794 +name: "pageCategoryLang" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang" modifiers: "private" attributes: [ ReflectionAttribute {#3579 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "orphanRemoval" => true "cascade" => [ "persist" ] ] } ] } "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1795 +name: "pageSousCategories" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories" modifiers: "private" attributes: [ ReflectionAttribute {#3578 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "orphanRemoval" => true ] } ] } ] -instantiator: Doctrine\Instantiator\Instantiator {#1785 …} -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1786 …} } |
| data_class | "Doctrine\ORM\Mapping\ClassMetadata" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2111 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} use: { $class: "Doctrine\ORM\Mapping\ClassMetadata" } } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2118 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2112 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_origin" ] |
| cache_key | "_contact_origin_hidden" |
| compound | false |
| data | Doctrine\ORM\Mapping\ClassMetadata {#1784 +name: "App\Entity\Pages\PageCategory" +namespace: "App\Entity\Pages" +rootEntityName: "App\Entity\Pages\PageCategory" +customGeneratorDefinition: null +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository" +isMappedSuperclass: false +isEmbeddedClass: false +parentClasses: [] +subClasses: [] +embeddedClasses: [] +namedQueries: [] +namedNativeQueries: [] +sqlResultSetMappings: [] +identifier: [ "id" ] +inheritanceType: 1 +generatorType: 4 +fieldMappings: [ "id" => [ "fieldName" => "id" "type" => "integer" "scale" => null "length" => null "unique" => false "nullable" => false "precision" => null "id" => true "columnName" => "id" ] "type" => [ "fieldName" => "type" "type" => "string" "scale" => null "length" => 255 "unique" => false "nullable" => true "precision" => null "columnName" => "type" ] "isEnable" => [ "fieldName" => "isEnable" "type" => "boolean" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "is_enable" ] "createdAt" => [ "fieldName" => "createdAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "created_at" ] "updatedAt" => [ "fieldName" => "updatedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "updated_at" ] "deletedAt" => [ "fieldName" => "deletedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "deleted_at" ] ] +fieldNames: [ "id" => "id" "type" => "type" "is_enable" => "isEnable" "created_at" => "createdAt" "updated_at" => "updatedAt" "deleted_at" => "deletedAt" ] +columnNames: [ "id" => "id" "type" => "type" "isEnable" => "is_enable" "createdAt" => "created_at" "updatedAt" => "updated_at" "deletedAt" => "deleted_at" ] +discriminatorValue: null +discriminatorMap: [] +discriminatorColumn: null +table: [ "name" => "page_category" ] +lifecycleCallbacks: [] +entityListeners: [] +associationMappings: [ "pageCategoryLang" => [ "fieldName" => "pageCategoryLang" "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "cascade" => [ "persist" ] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] "pageSousCategories" => [ "fieldName" => "pageSousCategories" "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "cascade" => [] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] ] +isIdentifierComposite: false +containsForeignIdentifier: false +containsEnumIdentifier: false +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1797 …} +sequenceGeneratorDefinition: null +tableGeneratorDefinition: null +changeTrackingPolicy: 1 +requiresFetchAfterChange: false +isVersioned: false +versionField: null +cache: null +reflClass: ReflectionClass {#1799 …} +isReadOnly: false #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …} +reflFields: [ "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1787 +name: "id" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00id" modifiers: "private" attributes: [ ReflectionAttribute {#3523 name: "Doctrine\ORM\Mapping\Id" arguments: [] } ReflectionAttribute {#3535 name: "Doctrine\ORM\Mapping\GeneratedValue" arguments: [] } ReflectionAttribute {#3547 name: "Doctrine\ORM\Mapping\Column" arguments: [] } ] } "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788 +name: "type" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00type" modifiers: "private" attributes: [ ReflectionAttribute {#3510 name: "Doctrine\ORM\Mapping\Column" arguments: [ "length" => 255 "nullable" => true ] } ] } "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1796 +name: "isEnable" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00isEnable" modifiers: "private" attributes: [ ReflectionAttribute {#3488 name: "Doctrine\ORM\Mapping\Column" arguments: [ "nullable" => true ] } ] } "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1790 +name: "createdAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00createdAt" modifiers: "private" attributes: [ ReflectionAttribute {#3568 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1791 +name: "updatedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3570 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1792 +name: "deletedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3565 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1794 +name: "pageCategoryLang" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang" modifiers: "private" attributes: [ ReflectionAttribute {#3579 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "orphanRemoval" => true "cascade" => [ "persist" ] ] } ] } "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1795 +name: "pageSousCategories" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories" modifiers: "private" attributes: [ ReflectionAttribute {#3578 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "orphanRemoval" => true ] } ] } ] -instantiator: Doctrine\Instantiator\Instantiator {#1785 …} -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1786 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2863 -form: Symfony\Component\Form\Form {#2190 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2773 …5} |
| full_name | "contact[origin]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_origin" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "origin" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_origin" |
| valid | true |
| value | Doctrine\ORM\Mapping\ClassMetadata {#1784 +name: "App\Entity\Pages\PageCategory" +namespace: "App\Entity\Pages" +rootEntityName: "App\Entity\Pages\PageCategory" +customGeneratorDefinition: null +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository" +isMappedSuperclass: false +isEmbeddedClass: false +parentClasses: [] +subClasses: [] +embeddedClasses: [] +namedQueries: [] +namedNativeQueries: [] +sqlResultSetMappings: [] +identifier: [ "id" ] +inheritanceType: 1 +generatorType: 4 +fieldMappings: [ "id" => [ "fieldName" => "id" "type" => "integer" "scale" => null "length" => null "unique" => false "nullable" => false "precision" => null "id" => true "columnName" => "id" ] "type" => [ "fieldName" => "type" "type" => "string" "scale" => null "length" => 255 "unique" => false "nullable" => true "precision" => null "columnName" => "type" ] "isEnable" => [ "fieldName" => "isEnable" "type" => "boolean" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "is_enable" ] "createdAt" => [ "fieldName" => "createdAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "created_at" ] "updatedAt" => [ "fieldName" => "updatedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "updated_at" ] "deletedAt" => [ "fieldName" => "deletedAt" "type" => "datetime" "scale" => null "length" => null "unique" => false "nullable" => true "precision" => null "columnName" => "deleted_at" ] ] +fieldNames: [ "id" => "id" "type" => "type" "is_enable" => "isEnable" "created_at" => "createdAt" "updated_at" => "updatedAt" "deleted_at" => "deletedAt" ] +columnNames: [ "id" => "id" "type" => "type" "isEnable" => "is_enable" "createdAt" => "created_at" "updatedAt" => "updated_at" "deletedAt" => "deleted_at" ] +discriminatorValue: null +discriminatorMap: [] +discriminatorColumn: null +table: [ "name" => "page_category" ] +lifecycleCallbacks: [] +entityListeners: [] +associationMappings: [ "pageCategoryLang" => [ "fieldName" => "pageCategoryLang" "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "cascade" => [ "persist" ] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] "pageSousCategories" => [ "fieldName" => "pageSousCategories" "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "cascade" => [] "orphanRemoval" => true "fetch" => 2 "type" => 4 "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Pages\PageCategory" "isCascadeRemove" => true "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false ] ] +isIdentifierComposite: false +containsForeignIdentifier: false +containsEnumIdentifier: false +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1797 …} +sequenceGeneratorDefinition: null +tableGeneratorDefinition: null +changeTrackingPolicy: 1 +requiresFetchAfterChange: false +isVersioned: false +versionField: null +cache: null +reflClass: ReflectionClass {#1799 …} +isReadOnly: false #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …} +reflFields: [ "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1787 +name: "id" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00id" modifiers: "private" attributes: [ ReflectionAttribute {#3523 name: "Doctrine\ORM\Mapping\Id" arguments: [] } ReflectionAttribute {#3535 name: "Doctrine\ORM\Mapping\GeneratedValue" arguments: [] } ReflectionAttribute {#3547 name: "Doctrine\ORM\Mapping\Column" arguments: [] } ] } "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788 +name: "type" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00type" modifiers: "private" attributes: [ ReflectionAttribute {#3510 name: "Doctrine\ORM\Mapping\Column" arguments: [ "length" => 255 "nullable" => true ] } ] } "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1796 +name: "isEnable" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00isEnable" modifiers: "private" attributes: [ ReflectionAttribute {#3488 name: "Doctrine\ORM\Mapping\Column" arguments: [ "nullable" => true ] } ] } "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1790 +name: "createdAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00createdAt" modifiers: "private" attributes: [ ReflectionAttribute {#3568 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1791 +name: "updatedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3570 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1792 +name: "deletedAt" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt" modifiers: "private" attributes: [ ReflectionAttribute {#3565 name: "Doctrine\ORM\Mapping\Column" arguments: [ "type" => "datetime" "nullable" => true ] } ] } "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1794 +name: "pageCategoryLang" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang" modifiers: "private" attributes: [ ReflectionAttribute {#3579 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "pageCategory" "targetEntity" => "App\Entity\Pages\PageCategoryLang" "orphanRemoval" => true "cascade" => [ "persist" ] ] } ] } "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1795 +name: "pageSousCategories" +class: "App\Entity\Pages\PageCategory" -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories" modifiers: "private" attributes: [ ReflectionAttribute {#3578 name: "Doctrine\ORM\Mapping\OneToMany" arguments: [ "mappedBy" => "category" "targetEntity" => "App\Entity\Pages\PageSousCategory" "orphanRemoval" => true ] } ] } ] -instantiator: Doctrine\Instantiator\Instantiator {#1785 …} -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1786 …} } |
originId
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "25" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | 25 |
same as passed value |
| required | 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 | 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data | 25 |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2126 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_originId" ] |
| cache_key | "_contact_originId_hidden" |
| compound | false |
| data | "25" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2767 -form: Symfony\Component\Form\Form {#2193 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2701 …5} |
| full_name | "contact[originId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_originId" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "originId" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_originId" |
| valid | true |
| value | "25" |
captchaVal
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| 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 | 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2134 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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() {#2136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2135 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_captchaVal" ] |
| cache_key | "_contact_captchaVal_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2697 -form: Symfony\Component\Form\Form {#2196 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2696 …5} |
| full_name | "contact[captchaVal]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_captchaVal" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captchaVal" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_captchaVal" |
| valid | true |
| value | "" |
captchaUser
"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 | [ "placeholder" => "?" ] |
[ "placeholder" => "?" ] |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "?" ] |
| 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 {#1978 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1979 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1980 …} -namespace: Closure() {#1982 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2154 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1948 …} } |
| 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 | 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() {#2163 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1989 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1647 …} $translationDomain: "validators" $message: Closure() {#2153 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "?" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_captchaUser" ] |
| cache_key | "_contact_captchaUser_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2695 -form: Symfony\Component\Form\Form {#2199 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2694 …5} |
| full_name | "contact[captchaUser]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_captchaUser" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captchaUser" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "forms" |
| unique_block_prefix | "_contact_captchaUser" |
| valid | true |
| value | "" |