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 {#488 -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 {#488 -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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data | App\Entity\Contact {#488 -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) {#909 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() {#907 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#908 …} $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 {#488 -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 {#1038 -form: Symfony\Component\Form\Form {#1408 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#906 …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 {#488 -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 {#964 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#873 …} -position: 1 -category: App\Entity\ContactCategory {#992 …} } App\Entity\ContactService {#990 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#994 …} -position: 2 -category: App\Entity\ContactCategory {#992 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#996 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#1001 …} -position: 1 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1003 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#1004 …} -position: 2 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1006 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#1007 …} -position: 3 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1010 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#1009 …} -position: 5 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#967 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#889 …} -position: 6 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#946 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#929 …} -position: 7 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#968 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#925 …} -position: 8 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#896 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 9 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#957 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#960 …} -position: 10 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#891 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 11 -category: App\Entity\ContactCategory {#998 …} } ] "Commissions" => [ App\Entity\ContactService {#934 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 1 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#935 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#940 …} -position: 2 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#942 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#1016 …} -position: 3 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#1015 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#1012 …} -position: 4 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#1013 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#1014 …} -position: 5 -category: App\Entity\ContactCategory {#901 …} } ] "Bureau" => [ App\Entity\ContactService {#878 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 1 -category: App\Entity\ContactCategory {#981 …} } App\Entity\ContactService {#984 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#985 …} -position: 2 -category: App\Entity\ContactCategory {#981 …} } App\Entity\ContactService {#987 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#988 …} -position: 3 -category: App\Entity\ContactCategory {#981 …} } ] ] |
[ "Accueil" => [ App\Entity\ContactService {#964 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#873 …} -position: 1 -category: App\Entity\ContactCategory {#992 …} } App\Entity\ContactService {#990 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#994 …} -position: 2 -category: App\Entity\ContactCategory {#992 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#996 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#1001 …} -position: 1 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1003 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#1004 …} -position: 2 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1006 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#1007 …} -position: 3 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1010 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#1009 …} -position: 5 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#967 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#889 …} -position: 6 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#946 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#929 …} -position: 7 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#968 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#925 …} -position: 8 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#896 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 9 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#957 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#960 …} -position: 10 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#891 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 11 -category: App\Entity\ContactCategory {#998 …} } ] "Commissions" => [ App\Entity\ContactService {#934 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 1 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#935 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#940 …} -position: 2 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#942 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#1016 …} -position: 3 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#1015 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#1012 …} -position: 4 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#1013 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#1014 …} -position: 5 -category: App\Entity\ContactCategory {#901 …} } ] "Bureau" => [ App\Entity\ContactService {#878 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 1 -category: App\Entity\ContactCategory {#981 …} } App\Entity\ContactService {#984 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#985 …} -position: 2 -category: App\Entity\ContactCategory {#981 …} } App\Entity\ContactService {#987 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#988 …} -position: 3 -category: App\Entity\ContactCategory {#981 …} } ] ] |
| 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 {#1026 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#976 …} } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1032 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1029 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1031 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1033 …} } |
| choices | [ "Accueil" => [ App\Entity\ContactService {#964 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#873 …} -position: 1 -category: App\Entity\ContactCategory {#992 …} } App\Entity\ContactService {#990 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#994 …} -position: 2 -category: App\Entity\ContactCategory {#992 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#996 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#1001 …} -position: 1 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1003 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#1004 …} -position: 2 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1006 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#1007 …} -position: 3 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#1010 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#1009 …} -position: 5 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#967 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#889 …} -position: 6 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#946 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#929 …} -position: 7 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#968 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#925 …} -position: 8 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#896 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 9 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#957 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#960 …} -position: 10 -category: App\Entity\ContactCategory {#998 …} } App\Entity\ContactService {#891 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 11 -category: App\Entity\ContactCategory {#998 …} } ] "Commissions" => [ App\Entity\ContactService {#934 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 1 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#935 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#940 …} -position: 2 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#942 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#1016 …} -position: 3 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#1015 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#1012 …} -position: 4 -category: App\Entity\ContactCategory {#901 …} } App\Entity\ContactService {#1013 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#1014 …} -position: 5 -category: App\Entity\ContactCategory {#901 …} } ] "Bureau" => [ App\Entity\ContactService {#878 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 1 -category: App\Entity\ContactCategory {#981 …} } App\Entity\ContactService {#984 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#985 …} -position: 2 -category: App\Entity\ContactCategory {#981 …} } App\Entity\ContactService {#987 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#988 …} -position: 3 -category: App\Entity\ContactCategory {#981 …} } ] ] |
| 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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerFL15MwY\EntityManagerGhostEbeb667 {#109 …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 {#1036 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerFL15MwY\EntityManagerGhostEbeb667 {#109 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#440 …} } |
| 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() {#1037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1035 …} $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 {#1421 +label: "Accueil" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1170 +label: "Renseignements sur le Club" +value: "1" +data: App\Entity\ContactService {#964 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#873 …} -position: 1 -category: App\Entity\ContactCategory {#992 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1432 +label: "Site Internet" +value: "11" +data: App\Entity\ContactService {#990 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#994 …} -position: 2 -category: App\Entity\ContactCategory {#992 …} } +attr: [] +labelTranslationParameters: [] } ] } "Activités Sportives" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1394 +label: "Activités Sportives" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1393 +label: "Randonnée Pédestre" +value: "3" +data: App\Entity\ContactService {#996 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#1001 …} -position: 1 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1413 +label: "Randonnée Alpine / Alpinisme" +value: "4" +data: App\Entity\ContactService {#1003 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#1004 …} -position: 2 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1395 +label: "Vélo de montagne / VTT" +value: "18" +data: App\Entity\ContactService {#1006 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#1007 …} -position: 3 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1168 +label: "Escalade" +value: "5" +data: App\Entity\ContactService {#1010 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#1009 …} -position: 5 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1441 +label: "Via Ferrata" +value: "6" +data: App\Entity\ContactService {#967 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#889 …} -position: 6 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1451 +label: "Ski de Randonnée" +value: "7" +data: App\Entity\ContactService {#946 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#929 …} -position: 7 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1463 +label: "Raquettes" +value: "8" +data: App\Entity\ContactService {#968 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#925 …} -position: 8 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1473 +label: "Ski de fond" +value: "9" +data: App\Entity\ContactService {#896 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 9 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1401 +label: "Marche Nordique" +value: "10" +data: App\Entity\ContactService {#957 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#960 …} -position: 10 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1400 +label: "Trail" +value: "2" +data: App\Entity\ContactService {#891 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#892 …} -position: 11 -category: App\Entity\ContactCategory {#998 …} } +attr: [] +labelTranslationParameters: [] } ] } "Commissions" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1179 +label: "Commissions" +choices: [ 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +label: "Refuge" +value: "12" +data: App\Entity\ContactService {#934 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 1 -category: App\Entity\ContactCategory {#901 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1175 +label: "Jeunes" +value: "16" +data: App\Entity\ContactService {#935 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#940 …} -position: 2 -category: App\Entity\ContactCategory {#901 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1176 +label: "Communication" +value: "17" +data: App\Entity\ContactService {#942 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#1016 …} -position: 3 -category: App\Entity\ContactCategory {#901 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1177 +label: "Nettoyage des sentiers" +value: "19" +data: App\Entity\ContactService {#1015 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#1012 …} -position: 4 -category: App\Entity\ContactCategory {#901 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1178 +label: "Formation" +value: "20" +data: App\Entity\ContactService {#1013 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#1014 …} -position: 5 -category: App\Entity\ContactCategory {#901 …} } +attr: [] +labelTranslationParameters: [] } ] } "Bureau" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1183 +label: "Bureau" +choices: [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1180 +label: "Présidence" +value: "13" +data: App\Entity\ContactService {#878 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 1 -category: App\Entity\ContactCategory {#981 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1181 +label: "Trésorerie" +value: "14" +data: App\Entity\ContactService {#984 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#985 …} -position: 2 -category: App\Entity\ContactCategory {#981 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1182 +label: "Secrétariat" +value: "15" +data: App\Entity\ContactService {#987 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#988 …} -position: 3 -category: App\Entity\ContactCategory {#981 …} } +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1171 -form: Symfony\Component\Form\Form {#1142 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1173 …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) {#1187 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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1478 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() {#1055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1479 …} $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 {#1185 -form: Symfony\Component\Form\Form {#1139 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1186 …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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1485 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() {#1474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1482 …} $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 {#1188 -form: Symfony\Component\Form\Form {#1136 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1189 …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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1489 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() {#1464 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1040 …} $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 {#1190 -form: Symfony\Component\Form\Form {#1145 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1191 …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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1458 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() {#1452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1453 …} $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 {#1192 -form: Symfony\Component\Form\Form {#1148 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1193 …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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1457 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() {#1442 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1443 …} $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 {#1194 -form: Symfony\Component\Form\Form {#1151 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1195 …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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1455 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() {#1433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1445 …} $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 {#1196 -form: Symfony\Component\Form\Form {#1154 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1197 …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 {#1199 …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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1128 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() {#1415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1420 …} $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 {#1200 -form: Symfony\Component\Form\Form {#1158 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1198 …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 | "0fd3688631b2e7bcea457dc.9nlrwqzRhZkaXXfxOMfeqhn1woKS-5yYAgVcom9Rsrg.oBYTtJSz9rRTJUamcYmmh3KNhtj_kO3TcFNtxygGgICsPl-M1Jewz0I0Jg" |
| 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 | "0fd3688631b2e7bcea457dc.9nlrwqzRhZkaXXfxOMfeqhn1woKS-5yYAgVcom9Rsrg.oBYTtJSz9rRTJUamcYmmh3KNhtj_kO3TcFNtxygGgICsPl-M1Jewz0I0Jg" |
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 {#864 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#865 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#866 …} -namespace: Closure() {#868 …} } |
| data | "0fd3688631b2e7bcea457dc.9nlrwqzRhZkaXXfxOMfeqhn1woKS-5yYAgVcom9Rsrg.oBYTtJSz9rRTJUamcYmmh3KNhtj_kO3TcFNtxygGgICsPl-M1Jewz0I0Jg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1201 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() {#1206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#748 …} $message: Closure() {#1203 …} $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 | "0fd3688631b2e7bcea457dc.9nlrwqzRhZkaXXfxOMfeqhn1woKS-5yYAgVcom9Rsrg.oBYTtJSz9rRTJUamcYmmh3KNhtj_kO3TcFNtxygGgICsPl-M1Jewz0I0Jg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1216 -form: Symfony\Component\Form\Form {#1212 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1207 …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 | "0fd3688631b2e7bcea457dc.9nlrwqzRhZkaXXfxOMfeqhn1woKS-5yYAgVcom9Rsrg.oBYTtJSz9rRTJUamcYmmh3KNhtj_kO3TcFNtxygGgICsPl-M1Jewz0I0Jg" |