- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 15
- Events
- Routing
- Cache
- Translation 15
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
statut
-
email
-
email2
-
plainPassword
-
nom
-
prenom
-
naissance
-
cp
-
ville
-
telephone
-
autorisation
-
num_autorisation
-
agreeTerms
-
_token
-
registration_form
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#1123 -id: null -email: null -roles: [] -password: null -createdAt: null -updatedAt: null -nom: null -prenom: null -naissance: null -cp: null -telephone: null -isVerified: false -isApprouved: false -isSuspend: false -documents: Doctrine\Common\Collections\ArrayCollection {#1226 …} -shopPaniers: Doctrine\Common\Collections\ArrayCollection {#1189 …} -shopOrders: Doctrine\Common\Collections\ArrayCollection {#1191 …} -shopUserAdresses: Doctrine\Common\Collections\ArrayCollection {#1194 …} -UserEleveCredits: Doctrine\Common\Collections\ArrayCollection {#1193 …} -ShopOrderProductConsommations: Doctrine\Common\Collections\ArrayCollection {#1201 …} -ville: null -userEnseignantDocuments: Doctrine\Common\Collections\ArrayCollection {#1204 …} -userEnseignantAccountDetail: null -userEnseignantAccountVehicules: Doctrine\Common\Collections\ArrayCollection {#1205 …} -dpt: null -activiteDisponibilites: Doctrine\Common\Collections\ArrayCollection {#1206 …} -activiteDisponibiliteInscriptions: Doctrine\Common\Collections\ArrayCollection {#1207 …} -userEnseignantLieux: Doctrine\Common\Collections\ArrayCollection {#1208 …} -reference: null -userEleveCreditConsommations: Doctrine\Common\Collections\ArrayCollection {#1209 …} -livretEvaluations: Doctrine\Common\Collections\ArrayCollection {#1210 …} -estimations: Doctrine\Common\Collections\ArrayCollection {#1211 …} -factures: Doctrine\Common\Collections\ArrayCollection {#1212 …} -apiToken: null -deletedAt: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#1123 -id: null -email: null -roles: [] -password: null -createdAt: null -updatedAt: null -nom: null -prenom: null -naissance: null -cp: null -telephone: null -isVerified: false -isApprouved: false -isSuspend: false -documents: Doctrine\Common\Collections\ArrayCollection {#1226 …} -shopPaniers: Doctrine\Common\Collections\ArrayCollection {#1189 …} -shopOrders: Doctrine\Common\Collections\ArrayCollection {#1191 …} -shopUserAdresses: Doctrine\Common\Collections\ArrayCollection {#1194 …} -UserEleveCredits: Doctrine\Common\Collections\ArrayCollection {#1193 …} -ShopOrderProductConsommations: Doctrine\Common\Collections\ArrayCollection {#1201 …} -ville: null -userEnseignantDocuments: Doctrine\Common\Collections\ArrayCollection {#1204 …} -userEnseignantAccountDetail: null -userEnseignantAccountVehicules: Doctrine\Common\Collections\ArrayCollection {#1205 …} -dpt: null -activiteDisponibilites: Doctrine\Common\Collections\ArrayCollection {#1206 …} -activiteDisponibiliteInscriptions: Doctrine\Common\Collections\ArrayCollection {#1207 …} -userEnseignantLieux: Doctrine\Common\Collections\ArrayCollection {#1208 …} -reference: null -userEleveCreditConsommations: Doctrine\Common\Collections\ArrayCollection {#1209 …} -livretEvaluations: Doctrine\Common\Collections\ArrayCollection {#1210 …} -estimations: Doctrine\Common\Collections\ArrayCollection {#1211 …} -factures: Doctrine\Common\Collections\ArrayCollection {#1212 …} -apiToken: null -deletedAt: 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data | App\Entity\User {#1123 -id: null -email: null -roles: [] -password: null -createdAt: null -updatedAt: null -nom: null -prenom: null -naissance: null -cp: null -telephone: null -isVerified: false -isApprouved: false -isSuspend: false -documents: Doctrine\Common\Collections\ArrayCollection {#1226 …} -shopPaniers: Doctrine\Common\Collections\ArrayCollection {#1189 …} -shopOrders: Doctrine\Common\Collections\ArrayCollection {#1191 …} -shopUserAdresses: Doctrine\Common\Collections\ArrayCollection {#1194 …} -UserEleveCredits: Doctrine\Common\Collections\ArrayCollection {#1193 …} -ShopOrderProductConsommations: Doctrine\Common\Collections\ArrayCollection {#1201 …} -ville: null -userEnseignantDocuments: Doctrine\Common\Collections\ArrayCollection {#1204 …} -userEnseignantAccountDetail: null -userEnseignantAccountVehicules: Doctrine\Common\Collections\ArrayCollection {#1205 …} -dpt: null -activiteDisponibilites: Doctrine\Common\Collections\ArrayCollection {#1206 …} -activiteDisponibiliteInscriptions: Doctrine\Common\Collections\ArrayCollection {#1207 …} -userEnseignantLieux: Doctrine\Common\Collections\ArrayCollection {#1208 …} -reference: null -userEleveCreditConsommations: Doctrine\Common\Collections\ArrayCollection {#1209 …} -livretEvaluations: Doctrine\Common\Collections\ArrayCollection {#1210 …} -estimations: Doctrine\Common\Collections\ArrayCollection {#1211 …} -factures: Doctrine\Common\Collections\ArrayCollection {#1212 …} -apiToken: null -deletedAt: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1130 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1133 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1131 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\User {#1123 -id: null -email: null -roles: [] -password: null -createdAt: null -updatedAt: null -nom: null -prenom: null -naissance: null -cp: null -telephone: null -isVerified: false -isApprouved: false -isSuspend: false -documents: Doctrine\Common\Collections\ArrayCollection {#1226 …} -shopPaniers: Doctrine\Common\Collections\ArrayCollection {#1189 …} -shopOrders: Doctrine\Common\Collections\ArrayCollection {#1191 …} -shopUserAdresses: Doctrine\Common\Collections\ArrayCollection {#1194 …} -UserEleveCredits: Doctrine\Common\Collections\ArrayCollection {#1193 …} -ShopOrderProductConsommations: Doctrine\Common\Collections\ArrayCollection {#1201 …} -ville: null -userEnseignantDocuments: Doctrine\Common\Collections\ArrayCollection {#1204 …} -userEnseignantAccountDetail: null -userEnseignantAccountVehicules: Doctrine\Common\Collections\ArrayCollection {#1205 …} -dpt: null -activiteDisponibilites: Doctrine\Common\Collections\ArrayCollection {#1206 …} -activiteDisponibiliteInscriptions: Doctrine\Common\Collections\ArrayCollection {#1207 …} -userEnseignantLieux: Doctrine\Common\Collections\ArrayCollection {#1208 …} -reference: null -userEleveCreditConsommations: Doctrine\Common\Collections\ArrayCollection {#1209 …} -livretEvaluations: Doctrine\Common\Collections\ArrayCollection {#1210 …} -estimations: Doctrine\Common\Collections\ArrayCollection {#1211 …} -factures: Doctrine\Common\Collections\ArrayCollection {#1212 …} -apiToken: null -deletedAt: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1571 -form: Symfony\Component\Form\Form {#1359 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1583 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\User {#1123 -id: null -email: null -roles: [] -password: null -createdAt: null -updatedAt: null -nom: null -prenom: null -naissance: null -cp: null -telephone: null -isVerified: false -isApprouved: false -isSuspend: false -documents: Doctrine\Common\Collections\ArrayCollection {#1226 …} -shopPaniers: Doctrine\Common\Collections\ArrayCollection {#1189 …} -shopOrders: Doctrine\Common\Collections\ArrayCollection {#1191 …} -shopUserAdresses: Doctrine\Common\Collections\ArrayCollection {#1194 …} -UserEleveCredits: Doctrine\Common\Collections\ArrayCollection {#1193 …} -ShopOrderProductConsommations: Doctrine\Common\Collections\ArrayCollection {#1201 …} -ville: null -userEnseignantDocuments: Doctrine\Common\Collections\ArrayCollection {#1204 …} -userEnseignantAccountDetail: null -userEnseignantAccountVehicules: Doctrine\Common\Collections\ArrayCollection {#1205 …} -dpt: null -activiteDisponibilites: Doctrine\Common\Collections\ArrayCollection {#1206 …} -activiteDisponibiliteInscriptions: Doctrine\Common\Collections\ArrayCollection {#1207 …} -userEnseignantLieux: Doctrine\Common\Collections\ArrayCollection {#1208 …} -reference: null -userEleveCreditConsommations: Doctrine\Common\Collections\ArrayCollection {#1209 …} -livretEvaluations: Doctrine\Common\Collections\ArrayCollection {#1210 …} -estimations: Doctrine\Common\Collections\ArrayCollection {#1211 …} -factures: Doctrine\Common\Collections\ArrayCollection {#1212 …} -apiToken: null -deletedAt: null } |
statut
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "Eleve" => 0 "Formateur" => 1 ] |
[ "Eleve" => 0 "Formateur" => 1 ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Eleve" => 0 "Formateur" => 1 ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1157 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1159 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_statut" ] |
| cache_key | "_registration_form_statut_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1576 +label: "Eleve" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1577 +label: "Formateur" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1575 -form: Symfony\Component\Form\Form {#920 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1574 …5} |
| full_name | "registration_form[statut]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_statut" |
| is_selected | Closure($choice, $value) {#1580 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1151 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "statut" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_statut" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 180 ] |
[ "maxlength" => 180 ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 180 ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1737 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1736 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 180 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_email" ] |
| cache_key | "_registration_form_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1579 -form: Symfony\Component\Form\Form {#1395 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1581 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_email" |
| valid | true |
| value | "" |
email2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
| mapped | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "collapsing" ] |
[ "class" => "collapsing" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1759 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "collapsing" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1140 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_email2" ] |
| cache_key | "_registration_form_email2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1582 -form: Symfony\Component\Form\Form {#1346 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1570 …5} |
| full_name | "registration_form[email2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email2" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "collapsing" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_email2" |
| valid | true |
| value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1267 +payload: null +message: "Veuillez renseigner un mot de passe svp." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1269 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Votre mot de passe doit être d'au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 4 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1267 +payload: null +message: "Veuillez renseigner un mot de passe svp." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1269 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Votre mot de passe doit être d'au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 4 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1267 +payload: null +message: "Veuillez renseigner un mot de passe svp." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1269 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Votre mot de passe doit être d'au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 4 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1723 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1716 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1722 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1569 -form: Symfony\Component\Form\Form {#1352 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1568 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword" |
| valid | true |
| value | "" |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1711 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1705 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1706 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_nom" ] |
| cache_key | "_registration_form_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1567 -form: Symfony\Component\Form\Form {#1360 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1566 …5} |
| full_name | "registration_form[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_nom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_nom" |
| valid | true |
| value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1697 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_prenom" ] |
| cache_key | "_registration_form_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1565 -form: Symfony\Component\Form\Form {#1363 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1564 …5} |
| full_name | "registration_form[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_prenom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_prenom" |
| valid | true |
| value | "" |
naissance
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 | [ "class" => "form-control input-inline datetimepicker" "data-provide" => "datetimepicker" ] |
[ "class" => "form-control input-inline datetimepicker" "data-provide" => "datetimepicker" ] |
| html5 | false |
false
|
| required | true |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-inline datetimepicker" "data-provide" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#1679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1682 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-inline datetimepicker" "data-provide" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_registration_form_naissance" ] |
| cache_key | "_registration_form_naissance_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1563 -form: Symfony\Component\Form\Form {#1276 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1554 …5} |
| full_name | "registration_form[naissance]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_naissance" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "naissance" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_naissance" |
| valid | true |
| value | "" |
| widget | "single_text" |
cp
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 5 ] |
[ "maxlength" => 5 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1667 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1495 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1670 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_cp" ] |
| cache_key | "_registration_form_cp_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1550 -form: Symfony\Component\Form\Form {#956 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1549 …5} |
| full_name | "registration_form[cp]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_cp" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cp" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_cp" |
| valid | true |
| value | "" |
ville
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1672 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1465 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_ville" ] |
| cache_key | "_registration_form_ville_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1548 -form: Symfony\Component\Form\Form {#1298 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1547 …5} |
| full_name | "registration_form[ville]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_ville" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ville" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_ville" |
| valid | true |
| value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 10 ] |
[ "maxlength" => 10 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 10 ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1473 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1458 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 10 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_telephone" ] |
| cache_key | "_registration_form_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1546 -form: Symfony\Component\Form\Form {#1293 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1545 …5} |
| full_name | "registration_form[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_telephone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_telephone" |
| valid | true |
| value | "" |
autorisation
"Symfony\Component\Form\Extension\Core\Type\FileType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| multiple | false |
| 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() {#1318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1310 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_registration_form_autorisation" ] |
| cache_key | "_registration_form_autorisation_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1544 -form: Symfony\Component\Form\Form {#1266 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1543 …5} |
| full_name | "registration_form[autorisation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_autorisation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "autorisation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_registration_form_autorisation" |
| valid | true |
| value | "" |
num_autorisation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Numéro d'autorisation" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1426 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| 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 | "Numéro d'autorisation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1428 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1427 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_num_autorisation" ] |
| cache_key | "_registration_form_num_autorisation_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1134 -form: Symfony\Component\Form\Form {#1256 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1404 …5} |
| full_name | "registration_form[num_autorisation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_num_autorisation" |
| label | "Numéro d'autorisation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "num_autorisation" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_num_autorisation" |
| valid | true |
| value | "" |
agreeTerms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1272 +payload: null +message: "Veuillez accepter nos conditions générales d'utilisation." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1272 +payload: null +message: "Veuillez accepter nos conditions générales d'utilisation." } ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1272 +payload: null +message: "Veuillez accepter nos conditions générales d'utilisation." } ] |
| 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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1350 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1366 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1436 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1431 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_agreeTerms" ] |
| cache_key | "_registration_form_agreeTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1405 -form: Symfony\Component\Form\Form {#954 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1400 …5} |
| full_name | "registration_form[agreeTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_agreeTerms" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_agreeTerms" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "13.oc9FyCxt6hZDFX7qc9pOSPFI8-kL4-UsKsSQ1tM_LuQ.65Ysnmseq0QoRw7TCbgHB6YkuaVvpYcUcJ7I571reYfEpHX5FV_TQAxYTg" |
| 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 | "13.oc9FyCxt6hZDFX7qc9pOSPFI8-kL4-UsKsSQ1tM_LuQ.65Ysnmseq0QoRw7TCbgHB6YkuaVvpYcUcJ7I571reYfEpHX5FV_TQAxYTg" |
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 {#370 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#292 …} -namespace: Closure() {#293 …} } |
| data | "13.oc9FyCxt6hZDFX7qc9pOSPFI8-kL4-UsKsSQ1tM_LuQ.65Ysnmseq0QoRw7TCbgHB6YkuaVvpYcUcJ7I571reYfEpHX5FV_TQAxYTg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1155 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1199 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1160 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#67 …} $translationDomain: "validators" $message: Closure() {#1399 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "13.oc9FyCxt6hZDFX7qc9pOSPFI8-kL4-UsKsSQ1tM_LuQ.65Ysnmseq0QoRw7TCbgHB6YkuaVvpYcUcJ7I571reYfEpHX5FV_TQAxYTg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1552 -form: Symfony\Component\Form\Form {#1321 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1695 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form__token" |
| valid | true |
| value | "13.oc9FyCxt6hZDFX7qc9pOSPFI8-kL4-UsKsSQ1tM_LuQ.65Ysnmseq0QoRw7TCbgHB6YkuaVvpYcUcJ7I571reYfEpHX5FV_TQAxYTg" |