Forms
-
contact_form
-
service
-
firstname
-
lastname
-
email
-
phone
-
subject
-
message
-
submit
-
information
-
_token
-
contact_form
Form type:
"App\Form\ContactFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contact {#685 -id: null -firstname: null -lastname: null -email: null -phone: null -subject: null -message: null -createdAt: null -service: null -information: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Contact {#685 -id: null -firstname: null -lastname: null -email: null -phone: null -subject: null -message: null -createdAt: null -service: null -information: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data | App\Entity\Contact {#685 -id: null -firstname: null -lastname: null -email: null -phone: null -subject: null -message: null -createdAt: null -service: null -information: null } |
| data_class | "App\Entity\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#871 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | App\Entity\Contact {#685 -id: null -firstname: null -lastname: null -email: null -phone: null -subject: null -message: null -createdAt: null -service: null -information: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1001 -form: Symfony\Component\Form\Form {#1371 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#869 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | App\Entity\Contact {#685 -id: null -firstname: null -lastname: null -email: null -phone: null -subject: null -message: null -createdAt: null -service: null -information: null } |
service
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Accueil" => [ App\Entity\ContactService {#927 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#836 …} -position: 1 -category: App\Entity\ContactCategory {#955 …} } App\Entity\ContactService {#953 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#957 …} -position: 2 -category: App\Entity\ContactCategory {#955 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#959 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#964 …} -position: 1 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#966 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#967 …} -position: 2 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#969 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#970 …} -position: 3 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#973 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#972 …} -position: 5 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#930 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#852 …} -position: 6 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#909 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 7 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#931 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#888 …} -position: 8 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#859 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#910 …} -position: 9 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#920 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#923 …} -position: 10 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#854 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#855 …} -position: 11 -category: App\Entity\ContactCategory {#961 …} } ] "Commissions" => [ App\Entity\ContactService {#897 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#937 …} -position: 1 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#898 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#903 …} -position: 2 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#905 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#979 …} -position: 3 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#978 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#975 …} -position: 4 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#976 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#977 …} -position: 5 -category: App\Entity\ContactCategory {#864 …} } ] "Bureau" => [ App\Entity\ContactService {#841 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#885 …} -position: 1 -category: App\Entity\ContactCategory {#944 …} } App\Entity\ContactService {#947 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#948 …} -position: 2 -category: App\Entity\ContactCategory {#944 …} } App\Entity\ContactService {#950 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#951 …} -position: 3 -category: App\Entity\ContactCategory {#944 …} } ] ] |
[ "Accueil" => [ App\Entity\ContactService {#927 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#836 …} -position: 1 -category: App\Entity\ContactCategory {#955 …} } App\Entity\ContactService {#953 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#957 …} -position: 2 -category: App\Entity\ContactCategory {#955 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#959 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#964 …} -position: 1 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#966 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#967 …} -position: 2 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#969 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#970 …} -position: 3 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#973 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#972 …} -position: 5 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#930 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#852 …} -position: 6 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#909 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 7 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#931 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#888 …} -position: 8 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#859 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#910 …} -position: 9 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#920 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#923 …} -position: 10 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#854 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#855 …} -position: 11 -category: App\Entity\ContactCategory {#961 …} } ] "Commissions" => [ App\Entity\ContactService {#897 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#937 …} -position: 1 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#898 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#903 …} -position: 2 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#905 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#979 …} -position: 3 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#978 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#975 …} -position: 4 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#976 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#977 …} -position: 5 -category: App\Entity\ContactCategory {#864 …} } ] "Bureau" => [ App\Entity\ContactService {#841 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#885 …} -position: 1 -category: App\Entity\ContactCategory {#944 …} } App\Entity\ContactService {#947 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#948 …} -position: 2 -category: App\Entity\ContactCategory {#944 …} } App\Entity\ContactService {#950 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#951 …} -position: 3 -category: App\Entity\ContactCategory {#944 …} } ] ] |
| class | "App\Entity\ContactService" |
same as passed value |
| label | false |
false
|
| placeholder | "Choisissez un service *" |
same as passed value |
| translation_domain | 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#989 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#939 …} } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#995 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#992 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#994 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#996 …} } |
| choices | [ "Accueil" => [ App\Entity\ContactService {#927 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#836 …} -position: 1 -category: App\Entity\ContactCategory {#955 …} } App\Entity\ContactService {#953 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#957 …} -position: 2 -category: App\Entity\ContactCategory {#955 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#959 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#964 …} -position: 1 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#966 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#967 …} -position: 2 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#969 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#970 …} -position: 3 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#973 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#972 …} -position: 5 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#930 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#852 …} -position: 6 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#909 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 7 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#931 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#888 …} -position: 8 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#859 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#910 …} -position: 9 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#920 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#923 …} -position: 10 -category: App\Entity\ContactCategory {#961 …} } App\Entity\ContactService {#854 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#855 …} -position: 11 -category: App\Entity\ContactCategory {#961 …} } ] "Commissions" => [ App\Entity\ContactService {#897 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#937 …} -position: 1 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#898 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#903 …} -position: 2 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#905 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#979 …} -position: 3 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#978 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#975 …} -position: 4 -category: App\Entity\ContactCategory {#864 …} } App\Entity\ContactService {#976 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#977 …} -position: 5 -category: App\Entity\ContactCategory {#864 …} } ] "Bureau" => [ App\Entity\ContactService {#841 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#885 …} -position: 1 -category: App\Entity\ContactCategory {#944 …} } App\Entity\ContactService {#947 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#948 …} -position: 2 -category: App\Entity\ContactCategory {#944 …} } App\Entity\ContactService {#950 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#951 …} -position: 3 -category: App\Entity\ContactCategory {#944 …} } ] ] |
| class | "App\Entity\ContactService" |
| 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 {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerZjlA403\EntityManagerGhostEbeb667 {#25 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#999 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerZjlA403\EntityManagerGhostEbeb667 {#25 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#495 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Choisissez un service *" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | false |
| upload_max_size_message | Closure() {#1000 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#998 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_contact_form_service" ] |
| cache_key | "_contact_form_service_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ "Accueil" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1384 +label: "Accueil" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1133 +label: "Renseignements sur le Club" +value: "1" +data: App\Entity\ContactService {#927 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#836 …} -position: 1 -category: App\Entity\ContactCategory {#955 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1395 +label: "Site Internet" +value: "11" +data: App\Entity\ContactService {#953 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#957 …} -position: 2 -category: App\Entity\ContactCategory {#955 …} } +attr: [] +labelTranslationParameters: [] } ] } "Activités Sportives" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1357 +label: "Activités Sportives" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1356 +label: "Randonnée Pédestre" +value: "3" +data: App\Entity\ContactService {#959 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#964 …} -position: 1 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1376 +label: "Randonnée Alpine / Alpinisme" +value: "4" +data: App\Entity\ContactService {#966 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#967 …} -position: 2 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1358 +label: "Vélo de montagne / VTT" +value: "18" +data: App\Entity\ContactService {#969 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#970 …} -position: 3 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1131 +label: "Escalade" +value: "5" +data: App\Entity\ContactService {#973 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#972 …} -position: 5 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1404 +label: "Via Ferrata" +value: "6" +data: App\Entity\ContactService {#930 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#852 …} -position: 6 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1414 +label: "Ski de Randonnée" +value: "7" +data: App\Entity\ContactService {#909 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 7 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1426 +label: "Raquettes" +value: "8" +data: App\Entity\ContactService {#931 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#888 …} -position: 8 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1436 +label: "Ski de fond" +value: "9" +data: App\Entity\ContactService {#859 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#910 …} -position: 9 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1364 +label: "Marche Nordique" +value: "10" +data: App\Entity\ContactService {#920 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#923 …} -position: 10 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1363 +label: "Trail" +value: "2" +data: App\Entity\ContactService {#854 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#855 …} -position: 11 -category: App\Entity\ContactCategory {#961 …} } +attr: [] +labelTranslationParameters: [] } ] } "Commissions" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1142 +label: "Commissions" +choices: [ 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#990 +label: "Refuge" +value: "12" +data: App\Entity\ContactService {#897 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#937 …} -position: 1 -category: App\Entity\ContactCategory {#864 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +label: "Jeunes" +value: "16" +data: App\Entity\ContactService {#898 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#903 …} -position: 2 -category: App\Entity\ContactCategory {#864 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1139 +label: "Communication" +value: "17" +data: App\Entity\ContactService {#905 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#979 …} -position: 3 -category: App\Entity\ContactCategory {#864 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Nettoyage des sentiers" +value: "19" +data: App\Entity\ContactService {#978 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#975 …} -position: 4 -category: App\Entity\ContactCategory {#864 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1141 +label: "Formation" +value: "20" +data: App\Entity\ContactService {#976 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#977 …} -position: 5 -category: App\Entity\ContactCategory {#864 …} } +attr: [] +labelTranslationParameters: [] } ] } "Bureau" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1146 +label: "Bureau" +choices: [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1143 +label: "Présidence" +value: "13" +data: App\Entity\ContactService {#841 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#885 …} -position: 1 -category: App\Entity\ContactCategory {#944 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +label: "Trésorerie" +value: "14" +data: App\Entity\ContactService {#947 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#948 …} -position: 2 -category: App\Entity\ContactCategory {#944 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1145 +label: "Secrétariat" +value: "15" +data: App\Entity\ContactService {#950 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#951 …} -position: 3 -category: App\Entity\ContactCategory {#944 …} } +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1134 -form: Symfony\Component\Form\Form {#1105 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1136 …5} |
| full_name | "contact_form[service]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_service" |
| is_selected | Closure($choice, $value) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "service" |
| placeholder | "Choisissez un service *" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_contact_form_service" |
| valid | true |
| value | "" |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| label | "Prénom *" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1441 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Prénom *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#1018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1442 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_firstname" ] |
| cache_key | "_contact_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1148 -form: Symfony\Component\Form\Form {#1102 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1149 …5} |
| full_name | "contact_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_firstname" |
| label | "Prénom *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_contact_form_firstname" |
| valid | true |
| value | "" |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| label | "Nom *" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1448 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Nom *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#1437 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1445 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_lastname" ] |
| cache_key | "_contact_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1151 -form: Symfony\Component\Form\Form {#1099 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1152 …5} |
| full_name | "contact_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_lastname" |
| label | "Nom *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_contact_form_lastname" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "E-mail *" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1452 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "E-mail *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1427 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1003 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1153 -form: Symfony\Component\Form\Form {#1108 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1154 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | "E-mail *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_email" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "placeholder" => "+33123456789" ] |
[ "maxlength" => 255 "placeholder" => "+33123456789" ] |
| label | "Téléphone" |
same as passed value |
| required | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "+33123456789" ] |
| 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 {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#1415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1416 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "+33123456789" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_phone" ] |
| cache_key | "_contact_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1155 -form: Symfony\Component\Form\Form {#1111 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1156 …5} |
| full_name | "contact_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phone" |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_contact_form_phone" |
| valid | true |
| value | "" |
subject
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "pattern" => ".{5,}" ] |
[ "maxlength" => 255 "pattern" => ".{5,}" ] |
| label | "Sujet du message" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "pattern" => ".{5,}" ] |
| 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 {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1420 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Sujet du message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#1405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1406 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "pattern" => ".{5,}" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_subject" ] |
| cache_key | "_contact_form_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1157 -form: Symfony\Component\Form\Form {#1114 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1158 …5} |
| full_name | "contact_form[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_subject" |
| label | "Sujet du message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_contact_form_subject" |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "rows" => "7" ] |
[ "rows" => "7" ] |
| label | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => "7" ] |
| 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 {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1418 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#1396 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1408 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => "7" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
| cache_key | "_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1159 -form: Symfony\Component\Form\Form {#1117 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1160 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | false |
| 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 | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_contact_form_message" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "button" ] |
[ "class" => "button" ] |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "button" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | false |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "button" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_form_submit" ] |
| cache_key | "_contact_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1162 …5} |
| full_name | "contact_form[submit]" |
| id | "contact_form_submit" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | false |
| unique_block_prefix | "_contact_form_submit" |
| value | null |
information
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "style" => "display:none !important" "tabindex" => "-1" "autocomplete" => "off" ] |
[ "style" => "display:none !important" "tabindex" => "-1" "autocomplete" => "off" ] |
| required | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "style" => "display:none !important" "tabindex" => "-1" "autocomplete" => "off" ] |
| 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 {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1091 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#1378 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1383 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "style" => "display:none !important" "tabindex" => "-1" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_information" ] |
| cache_key | "_contact_form_information_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1163 -form: Symfony\Component\Form\Form {#1121 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1161 …5} |
| full_name | "contact_form[information]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_information" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "information" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_contact_form_information" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0d951bf8d18a69d2c2dc8a.lQFShHVeCLOdGTqNRIeQTljj8qr6eHXIPHLMduh8n_k.5lED8wAae4HUQ1y-C7HTBzeovO7KKRCBVT-nG48Kxq_cRBvhPilli_x4Yw" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "0d951bf8d18a69d2c2dc8a.lQFShHVeCLOdGTqNRIeQTljj8qr6eHXIPHLMduh8n_k.5lED8wAae4HUQ1y-C7HTBzeovO7KKRCBVT-nG48Kxq_cRBvhPilli_x4Yw" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#827 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#828 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#829 …} -namespace: Closure() {#831 …} } |
| data | "0d951bf8d18a69d2c2dc8a.lQFShHVeCLOdGTqNRIeQTljj8qr6eHXIPHLMduh8n_k.5lED8wAae4HUQ1y-C7HTBzeovO7KKRCBVT-nG48Kxq_cRBvhPilli_x4Yw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1164 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1166 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "0d951bf8d18a69d2c2dc8a.lQFShHVeCLOdGTqNRIeQTljj8qr6eHXIPHLMduh8n_k.5lED8wAae4HUQ1y-C7HTBzeovO7KKRCBVT-nG48Kxq_cRBvhPilli_x4Yw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1179 -form: Symfony\Component\Form\Form {#1175 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1170 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "0d951bf8d18a69d2c2dc8a.lQFShHVeCLOdGTqNRIeQTljj8qr6eHXIPHLMduh8n_k.5lED8wAae4HUQ1y-C7HTBzeovO7KKRCBVT-nG48Kxq_cRBvhPilli_x4Yw" |