- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- HTTP Client
- Doctrine 1
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- VichUploader
- 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
registration_form
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#473 -id: null -email: null -roles: [ "" ] -password: null -nom: null -prenom: null -poste: null -description: null -linkedin: null -facebook: null -instagram: null -twitter: null -lien: null -image_profil: null -image_profil_alt: null -image_bandeau: null -image_bandeau_alt: null -created_at: null -chocolaterie: null -likes: Doctrine\Common\Collections\ArrayCollection {#424 …} -commentaires: Doctrine\Common\Collections\ArrayCollection {#460 …} -posts: Doctrine\Common\Collections\ArrayCollection {#458 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#473 -id: null -email: null -roles: [ "" ] -password: null -nom: null -prenom: null -poste: null -description: null -linkedin: null -facebook: null -instagram: null -twitter: null -lien: null -image_profil: null -image_profil_alt: null -image_bandeau: null -image_bandeau_alt: null -created_at: null -chocolaterie: null -likes: Doctrine\Common\Collections\ArrayCollection {#424 …} -commentaires: Doctrine\Common\Collections\ArrayCollection {#460 …} -posts: Doctrine\Common\Collections\ArrayCollection {#458 …} } |
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 {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data | App\Entity\User {#473 -id: null -email: null -roles: [ "" ] -password: null -nom: null -prenom: null -poste: null -description: null -linkedin: null -facebook: null -instagram: null -twitter: null -lien: null -image_profil: null -image_profil_alt: null -image_bandeau: null -image_bandeau_alt: null -created_at: null -chocolaterie: null -likes: Doctrine\Common\Collections\ArrayCollection {#424 …} -commentaires: Doctrine\Common\Collections\ArrayCollection {#460 …} -posts: Doctrine\Common\Collections\ArrayCollection {#458 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#658 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} 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 | [] |
| 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() {#656 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#657 …} } } |
| 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 {#473 -id: null -email: null -roles: [ "" ] -password: null -nom: null -prenom: null -poste: null -description: null -linkedin: null -facebook: null -instagram: null -twitter: null -lien: null -image_profil: null -image_profil_alt: null -image_bandeau: null -image_bandeau_alt: null -created_at: null -chocolaterie: null -likes: Doctrine\Common\Collections\ArrayCollection {#424 …} -commentaires: Doctrine\Common\Collections\ArrayCollection {#460 …} -posts: Doctrine\Common\Collections\ArrayCollection {#458 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#640 -form: Symfony\Component\Form\Form {#810 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#655 …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 | false |
| 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 {#473 -id: null -email: null -roles: [ "" ] -password: null -nom: null -prenom: null -poste: null -description: null -linkedin: null -facebook: null -instagram: null -twitter: null -lien: null -image_profil: null -image_profil_alt: null -image_bandeau: null -image_bandeau_alt: null -created_at: null -chocolaterie: null -likes: Doctrine\Common\Collections\ArrayCollection {#424 …} -commentaires: Doctrine\Common\Collections\ArrayCollection {#460 …} -posts: Doctrine\Common\Collections\ArrayCollection {#458 …} } |
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 | [ "class" => "input_Reg_Form" ] |
[ "class" => "input_Reg_Form" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#702 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#702 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
| label | "Nom :" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#702 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#668 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#630 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#667 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input_Reg_Form" ] |
| 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 {#910 -form: Symfony\Component\Form\Form {#822 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#918 …5} |
| full_name | "registration_form[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_nom" |
| label | "Nom :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | true |
| 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 | [ "class" => "input_Reg_Form" ] |
[ "class" => "input_Reg_Form" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#670 +payload: null +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#670 +payload: null +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null } ] |
| label | "Prénom :" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#670 +payload: null +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#628 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#639 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#629 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input_Reg_Form" ] |
| 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 {#909 -form: Symfony\Component\Form\Form {#815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#907 …5} |
| full_name | "registration_form[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_prenom" |
| label | "Prénom :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_prenom" |
| valid | true |
| value | "" |
poste
"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 | [ "class" => "input_Reg_Form" ] |
[ "class" => "input_Reg_Form" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#671 +payload: null +message: "Veuillez saisir un poste" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#671 +payload: null +message: "Veuillez saisir un poste" +allowNull: false +normalizer: null } ] |
| label | "Poste :" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#671 +payload: null +message: "Veuillez saisir un poste" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#654 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| 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 | "Poste :" |
| 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() {#673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#672 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_poste" ] |
| cache_key | "_registration_form_poste_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#790 -form: Symfony\Component\Form\Form {#816 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#793 …5} |
| full_name | "registration_form[poste]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_poste" |
| label | "Poste :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "poste" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_poste" |
| valid | true |
| value | "" |
chocolaterie
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "input_Reg_Form" ] |
[ "class" => "input_Reg_Form" ] |
| choice_label | "nom" |
same as passed value |
| class | "App\Entity\Chocolaterie" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#637 +payload: null +message: "Veuillez saisir une chocolaterie" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#637 +payload: null +message: "Veuillez saisir une chocolaterie" +allowNull: false +normalizer: null } ] |
| query_builder | Closure(ChocolaterieRepository $er) {#631 class: "App\Form\RegistrationFormType" this: App\Form\RegistrationFormType {#432 …} } |
Doctrine\ORM\QueryBuilder {#734 -_em: Doctrine\ORM\EntityManager {#355 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#820 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#814 #from: "App\Entity\Chocolaterie" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Chocolaterie c" -parameters: Doctrine\Common\Collections\ArrayCollection {#821 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nom" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#834 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#817 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#836 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#818 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#886 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#787 …} } |
| choices | null |
| class | "App\Entity\Chocolaterie" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#637 +payload: null +message: "Veuillez saisir une chocolaterie" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| em | ContainerJi5IlCp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#338 …2} |
| 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 {#722 -om: ContainerJi5IlCp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#338 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#715 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| 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 |
| query_builder | Doctrine\ORM\QueryBuilder {#734 -_em: Doctrine\ORM\EntityManager {#355 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#820 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#814 #from: "App\Entity\Chocolaterie" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Chocolaterie c" -parameters: Doctrine\Common\Collections\ArrayCollection {#821 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#719 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_registration_form_chocolaterie" ] |
| cache_key | "_registration_form_chocolaterie_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#870 +label: "Chocolaterie du ministral" +value: "1" +data: App\Entity\Chocolaterie {#942 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#929 +label: "Chocolaterie du chocolat" +value: "2" +data: App\Entity\Chocolaterie {#1008 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#939 +label: "Chocolaterie du fondant" +value: "3" +data: App\Entity\Chocolaterie {#998 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#792 +label: "Chocolaterie du croustillant" +value: "4" +data: App\Entity\Chocolaterie {#972 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#885 +label: "Chocolaterie du palpitant" +value: "5" +data: App\Entity\Chocolaterie {#967 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#743 -form: Symfony\Component\Form\Form {#842 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#876 …5} |
| full_name | "registration_form[chocolaterie]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_chocolaterie" |
| is_selected | Closure($choice, $value) {#737 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#682 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "chocolaterie" |
| 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_chocolaterie" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "input_Reg_Form" ] |
[ "class" => "input_Reg_Form" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#634 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#634 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
| label | "Email :" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#634 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| 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 | "Email :" |
| 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" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#867 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#642 -form: Symfony\Component\Form\Form {#805 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#706 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | "Email :" |
| 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 | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "Mot de passe :" "attr" => [ "class" => "input_Reg_Form" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#633 +payload: null +message: "Répeter le Mot de Passe " +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +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 comporter 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: 6 +charset: "UTF-8" +normalizer: null } ] ] |
[ "label" => "Mot de passe :" "attr" => [ "class" => "input_Reg_Form" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#633 +payload: null +message: "Répeter le Mot de Passe " +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +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 comporter 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: 6 +charset: "UTF-8" +normalizer: null } ] ] |
| invalid_message | "Les champs du mot de passe doivent correspondre." |
same as passed value |
| mapped | false |
false
|
| required | true |
same as passed value |
| second_options | [ "required" => true "label" => "Répeter le Mot de Passe :" "attr" => [ "class" => "input_Reg_Form" ] ] |
[ "required" => true "label" => "Répeter le Mot de Passe :" "attr" => [ "class" => "input_Reg_Form" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
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 {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Mot de passe :" "attr" => [ "class" => "input_Reg_Form" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#633 +payload: null +message: "Répeter le Mot de Passe " +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +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 comporter 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: 6 +charset: "UTF-8" +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Les champs du mot de passe doivent correspondre." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "required" => true "label" => "Répeter le Mot de Passe :" "attr" => [ "class" => "input_Reg_Form" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#878 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#920 -form: Symfony\Component\Form\Form {#858 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#921 …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 | [ "first" => null "second" => null ] |
first
"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 | [ "class" => "input_Reg_Form" ] |
[ "class" => "input_Reg_Form" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#633 +payload: null +message: "Répeter le Mot de Passe " +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +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 comporter 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: 6 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#633 +payload: null +message: "Répeter le Mot de Passe " +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +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 comporter 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: 6 +charset: "UTF-8" +normalizer: null } ] |
| error_bubbling | false |
false
|
| label | "Mot de passe :" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#633 +payload: null +message: "Répeter le Mot de Passe " +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +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 comporter 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: 6 +charset: "UTF-8" +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#732 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe :" |
| 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 | false |
| upload_max_size_message | Closure() {#736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
| cache_key | "_registration_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#976 -form: Symfony\Component\Form\Form {#861 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#975 …5} |
| full_name | "registration_form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_first" |
| label | "Mot de passe :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword_first" |
| valid | true |
| value | "" |
second
"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 | [ "class" => "input_Reg_Form" ] |
[ "class" => "input_Reg_Form" ] |
| error_bubbling | false |
false
|
| label | "Répeter le Mot de Passe :" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "input_Reg_Form" ] |
| 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 {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#704 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Répeter le Mot de Passe :" |
| 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 | false |
| upload_max_size_message | Closure() {#705 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#720 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input_Reg_Form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
| cache_key | "_registration_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#977 -form: Symfony\Component\Form\Form {#825 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#978 …5} |
| full_name | "registration_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_second" |
| label | "Répeter le Mot de Passe :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword_second" |
| 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 |
|---|---|---|
| attr | [ "class" => "inputteste" ] |
[ "class" => "inputteste" ] |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#649 +payload: null +message: "Vous devez accepter les conditions." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#649 +payload: null +message: "Vous devez accepter les conditions." } ] |
| label | "Accepter les termes et conditions" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "inputteste" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#649 +payload: null +message: "Vous devez accepter les conditions." } ] |
| 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 {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#767 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#769 …} } |
| 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 | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#762 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Accepter les termes et conditions" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#806 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "inputteste" ] |
| 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 {#930 -form: Symfony\Component\Form\Form {#798 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#950 …5} |
| full_name | "registration_form[AgreeTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_AgreeTerms" |
| label | "Accepter les termes et conditions" |
| 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 | "7fa9362ab1d5fc8a733a5983ad59d7f4.__0tPYtvpgb1FFx2VYFt8ykMYTzC-KMrqNv0sP5bV6o.t7JbZNoMlEfBQmwuN_sEuBpdIE_1tdluz6nZ3KsLLpqXvlR07QSQZbhkNw" |
| 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 | "7fa9362ab1d5fc8a733a5983ad59d7f4.__0tPYtvpgb1FFx2VYFt8ykMYTzC-KMrqNv0sP5bV6o.t7JbZNoMlEfBQmwuN_sEuBpdIE_1tdluz6nZ3KsLLpqXvlR07QSQZbhkNw" |
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 {#616 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#617 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#618 …} -namespace: Closure() {#620 …} } |
| data | "7fa9362ab1d5fc8a733a5983ad59d7f4.__0tPYtvpgb1FFx2VYFt8ykMYTzC-KMrqNv0sP5bV6o.t7JbZNoMlEfBQmwuN_sEuBpdIE_1tdluz6nZ3KsLLpqXvlR07QSQZbhkNw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1018 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#431 …} } |
| 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() {#986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#626 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $translationDomain: "validators" $message: Closure() {#987 …} } } |
| 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 | "7fa9362ab1d5fc8a733a5983ad59d7f4.__0tPYtvpgb1FFx2VYFt8ykMYTzC-KMrqNv0sP5bV6o.t7JbZNoMlEfBQmwuN_sEuBpdIE_1tdluz6nZ3KsLLpqXvlR07QSQZbhkNw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1027 -form: Symfony\Component\Form\Form {#1019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#995 …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 | "7fa9362ab1d5fc8a733a5983ad59d7f4.__0tPYtvpgb1FFx2VYFt8ykMYTzC-KMrqNv0sP5bV6o.t7JbZNoMlEfBQmwuN_sEuBpdIE_1tdluz6nZ3KsLLpqXvlR07QSQZbhkNw" |