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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| 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) {#871 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() {#869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#870 …} $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 {#1000 -form: Symfony\Component\Form\Form {#1370 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#868 …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 {#926 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#835 …} -position: 1 -category: App\Entity\ContactCategory {#954 …} } App\Entity\ContactService {#952 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#956 …} -position: 2 -category: App\Entity\ContactCategory {#954 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#958 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#963 …} -position: 1 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#965 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#966 …} -position: 2 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#968 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#969 …} -position: 3 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#972 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#971 …} -position: 5 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#929 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#851 …} -position: 6 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#908 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#891 …} -position: 7 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#930 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#887 …} -position: 8 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#858 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#909 …} -position: 9 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#919 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 10 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#853 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#854 …} -position: 11 -category: App\Entity\ContactCategory {#960 …} } ] "Commissions" => [ App\Entity\ContactService {#896 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#936 …} -position: 1 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#897 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#902 …} -position: 2 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#904 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#978 …} -position: 3 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#977 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 4 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#975 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#976 …} -position: 5 -category: App\Entity\ContactCategory {#863 …} } ] "Bureau" => [ App\Entity\ContactService {#840 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#884 …} -position: 1 -category: App\Entity\ContactCategory {#943 …} } App\Entity\ContactService {#946 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 2 -category: App\Entity\ContactCategory {#943 …} } App\Entity\ContactService {#949 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#950 …} -position: 3 -category: App\Entity\ContactCategory {#943 …} } ] ] |
[ "Accueil" => [ App\Entity\ContactService {#926 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#835 …} -position: 1 -category: App\Entity\ContactCategory {#954 …} } App\Entity\ContactService {#952 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#956 …} -position: 2 -category: App\Entity\ContactCategory {#954 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#958 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#963 …} -position: 1 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#965 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#966 …} -position: 2 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#968 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#969 …} -position: 3 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#972 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#971 …} -position: 5 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#929 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#851 …} -position: 6 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#908 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#891 …} -position: 7 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#930 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#887 …} -position: 8 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#858 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#909 …} -position: 9 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#919 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 10 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#853 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#854 …} -position: 11 -category: App\Entity\ContactCategory {#960 …} } ] "Commissions" => [ App\Entity\ContactService {#896 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#936 …} -position: 1 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#897 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#902 …} -position: 2 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#904 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#978 …} -position: 3 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#977 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 4 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#975 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#976 …} -position: 5 -category: App\Entity\ContactCategory {#863 …} } ] "Bureau" => [ App\Entity\ContactService {#840 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#884 …} -position: 1 -category: App\Entity\ContactCategory {#943 …} } App\Entity\ContactService {#946 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 2 -category: App\Entity\ContactCategory {#943 …} } App\Entity\ContactService {#949 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#950 …} -position: 3 -category: App\Entity\ContactCategory {#943 …} } ] ] |
| 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 {#988 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#938 …} } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#994 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#991 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#993 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#995 …} } |
| choices | [ "Accueil" => [ App\Entity\ContactService {#926 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#835 …} -position: 1 -category: App\Entity\ContactCategory {#954 …} } App\Entity\ContactService {#952 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#956 …} -position: 2 -category: App\Entity\ContactCategory {#954 …} } ] "Activités Sportives" => [ App\Entity\ContactService {#958 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#963 …} -position: 1 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#965 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#966 …} -position: 2 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#968 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#969 …} -position: 3 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#972 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#971 …} -position: 5 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#929 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#851 …} -position: 6 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#908 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#891 …} -position: 7 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#930 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#887 …} -position: 8 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#858 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#909 …} -position: 9 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#919 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 10 -category: App\Entity\ContactCategory {#960 …} } App\Entity\ContactService {#853 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#854 …} -position: 11 -category: App\Entity\ContactCategory {#960 …} } ] "Commissions" => [ App\Entity\ContactService {#896 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#936 …} -position: 1 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#897 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#902 …} -position: 2 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#904 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#978 …} -position: 3 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#977 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 4 -category: App\Entity\ContactCategory {#863 …} } App\Entity\ContactService {#975 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#976 …} -position: 5 -category: App\Entity\ContactCategory {#863 …} } ] "Bureau" => [ App\Entity\ContactService {#840 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#884 …} -position: 1 -category: App\Entity\ContactCategory {#943 …} } App\Entity\ContactService {#946 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 2 -category: App\Entity\ContactCategory {#943 …} } App\Entity\ContactService {#949 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#950 …} -position: 3 -category: App\Entity\ContactCategory {#943 …} } ] ] |
| 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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerDO3zNIw\EntityManagerGhostEbeb667 {#41 …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 {#998 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerDO3zNIw\EntityManagerGhostEbeb667 {#41 …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() {#999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#997 …} $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 {#1383 +label: "Accueil" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1132 +label: "Renseignements sur le Club" +value: "1" +data: App\Entity\ContactService {#926 -id: 1 -name: "Renseignements sur le Club" -recipients: Doctrine\ORM\PersistentCollection {#835 …} -position: 1 -category: App\Entity\ContactCategory {#954 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1394 +label: "Site Internet" +value: "11" +data: App\Entity\ContactService {#952 -id: 11 -name: "Site Internet" -recipients: Doctrine\ORM\PersistentCollection {#956 …} -position: 2 -category: App\Entity\ContactCategory {#954 …} } +attr: [] +labelTranslationParameters: [] } ] } "Activités Sportives" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1356 +label: "Activités Sportives" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "Randonnée Pédestre" +value: "3" +data: App\Entity\ContactService {#958 -id: 3 -name: "Randonnée Pédestre" -recipients: Doctrine\ORM\PersistentCollection {#963 …} -position: 1 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1375 +label: "Randonnée Alpine / Alpinisme" +value: "4" +data: App\Entity\ContactService {#965 -id: 4 -name: "Randonnée Alpine / Alpinisme" -recipients: Doctrine\ORM\PersistentCollection {#966 …} -position: 2 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "Vélo de montagne / VTT" +value: "18" +data: App\Entity\ContactService {#968 -id: 18 -name: "Vélo de montagne / VTT" -recipients: Doctrine\ORM\PersistentCollection {#969 …} -position: 3 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1130 +label: "Escalade" +value: "5" +data: App\Entity\ContactService {#972 -id: 5 -name: "Escalade" -recipients: Doctrine\ORM\PersistentCollection {#971 …} -position: 5 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1403 +label: "Via Ferrata" +value: "6" +data: App\Entity\ContactService {#929 -id: 6 -name: "Via Ferrata" -recipients: Doctrine\ORM\PersistentCollection {#851 …} -position: 6 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1413 +label: "Ski de Randonnée" +value: "7" +data: App\Entity\ContactService {#908 -id: 7 -name: "Ski de Randonnée" -recipients: Doctrine\ORM\PersistentCollection {#891 …} -position: 7 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1425 +label: "Raquettes" +value: "8" +data: App\Entity\ContactService {#930 -id: 8 -name: "Raquettes" -recipients: Doctrine\ORM\PersistentCollection {#887 …} -position: 8 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1435 +label: "Ski de fond" +value: "9" +data: App\Entity\ContactService {#858 -id: 9 -name: "Ski de fond" -recipients: Doctrine\ORM\PersistentCollection {#909 …} -position: 9 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1363 +label: "Marche Nordique" +value: "10" +data: App\Entity\ContactService {#919 -id: 10 -name: "Marche Nordique" -recipients: Doctrine\ORM\PersistentCollection {#922 …} -position: 10 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1362 +label: "Trail" +value: "2" +data: App\Entity\ContactService {#853 -id: 2 -name: "Trail" -recipients: Doctrine\ORM\PersistentCollection {#854 …} -position: 11 -category: App\Entity\ContactCategory {#960 …} } +attr: [] +labelTranslationParameters: [] } ] } "Commissions" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1141 +label: "Commissions" +choices: [ 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#989 +label: "Refuge" +value: "12" +data: App\Entity\ContactService {#896 -id: 12 -name: "Refuge" -recipients: Doctrine\ORM\PersistentCollection {#936 …} -position: 1 -category: App\Entity\ContactCategory {#863 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1137 +label: "Jeunes" +value: "16" +data: App\Entity\ContactService {#897 -id: 16 -name: "Jeunes" -recipients: Doctrine\ORM\PersistentCollection {#902 …} -position: 2 -category: App\Entity\ContactCategory {#863 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +label: "Communication" +value: "17" +data: App\Entity\ContactService {#904 -id: 17 -name: "Communication" -recipients: Doctrine\ORM\PersistentCollection {#978 …} -position: 3 -category: App\Entity\ContactCategory {#863 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1139 +label: "Nettoyage des sentiers" +value: "19" +data: App\Entity\ContactService {#977 -id: 19 -name: "Nettoyage des sentiers" -recipients: Doctrine\ORM\PersistentCollection {#974 …} -position: 4 -category: App\Entity\ContactCategory {#863 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Formation" +value: "20" +data: App\Entity\ContactService {#975 -id: 20 -name: "Formation" -recipients: Doctrine\ORM\PersistentCollection {#976 …} -position: 5 -category: App\Entity\ContactCategory {#863 …} } +attr: [] +labelTranslationParameters: [] } ] } "Bureau" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1145 +label: "Bureau" +choices: [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1142 +label: "Présidence" +value: "13" +data: App\Entity\ContactService {#840 -id: 13 -name: "Présidence" -recipients: Doctrine\ORM\PersistentCollection {#884 …} -position: 1 -category: App\Entity\ContactCategory {#943 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1143 +label: "Trésorerie" +value: "14" +data: App\Entity\ContactService {#946 -id: 14 -name: "Trésorerie" -recipients: Doctrine\ORM\PersistentCollection {#947 …} -position: 2 -category: App\Entity\ContactCategory {#943 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +label: "Secrétariat" +value: "15" +data: App\Entity\ContactService {#949 -id: 15 -name: "Secrétariat" -recipients: Doctrine\ORM\PersistentCollection {#950 …} -position: 3 -category: App\Entity\ContactCategory {#943 …} } +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1133 -form: Symfony\Component\Form\Form {#1104 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1135 …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) {#1149 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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1440 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() {#1017 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1441 …} $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 {#1147 -form: Symfony\Component\Form\Form {#1101 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1148 …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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1447 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() {#1436 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1444 …} $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 {#1150 -form: Symfony\Component\Form\Form {#1098 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1151 …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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1451 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() {#1426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1002 …} $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 {#1152 -form: Symfony\Component\Form\Form {#1107 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1153 …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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| 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 | "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() {#1414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1415 …} $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 {#1154 -form: Symfony\Component\Form\Form {#1110 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1155 …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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1419 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() {#1404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1405 …} $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 {#1156 -form: Symfony\Component\Form\Form {#1113 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1157 …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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1417 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() {#1395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1407 …} $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 {#1158 -form: Symfony\Component\Form\Form {#1116 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1159 …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 {#1161 …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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1090 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() {#1377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1382 …} $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 {#1162 -form: Symfony\Component\Form\Form {#1120 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1160 …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 | "516d70eb959c81.bcAZ7tAMHIc2SgGks6HKuZBm9pbNhArauXblUjm4bVs.IZpUnLRgftAbZzDW0uupjKZXkNSotHrj8AfQMVbZG2sejWifg29wt3cJYg" |
| 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 | "516d70eb959c81.bcAZ7tAMHIc2SgGks6HKuZBm9pbNhArauXblUjm4bVs.IZpUnLRgftAbZzDW0uupjKZXkNSotHrj8AfQMVbZG2sejWifg29wt3cJYg" |
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 {#826 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#827 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#828 …} -namespace: Closure() {#830 …} } |
| data | "516d70eb959c81.bcAZ7tAMHIc2SgGks6HKuZBm9pbNhArauXblUjm4bVs.IZpUnLRgftAbZzDW0uupjKZXkNSotHrj8AfQMVbZG2sejWifg29wt3cJYg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1163 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() {#1168 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1165 …} $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 | "516d70eb959c81.bcAZ7tAMHIc2SgGks6HKuZBm9pbNhArauXblUjm4bVs.IZpUnLRgftAbZzDW0uupjKZXkNSotHrj8AfQMVbZG2sejWifg29wt3cJYg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1178 -form: Symfony\Component\Form\Form {#1174 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1169 …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 | "516d70eb959c81.bcAZ7tAMHIc2SgGks6HKuZBm9pbNhArauXblUjm4bVs.IZpUnLRgftAbZzDW0uupjKZXkNSotHrj8AfQMVbZG2sejWifg29wt3cJYg" |