- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- 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
droit
"App\Form\DroitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Droit {#2168 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2158 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -titre: null -lien: null -description: null -nom: null -prenom: null -email: null -phone: null -user: null -validedAt: null -moderate: false -direction: null -grade: null -fake: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Droit {#2168 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2158 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -titre: null -lien: null -description: null -nom: null -prenom: null -email: null -phone: null -user: null -validedAt: null -moderate: false -direction: null -grade: null -fake: 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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data | App\Entity\Droit {#2168 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2158 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -titre: null -lien: null -description: null -nom: null -prenom: null -email: null -phone: null -user: null -validedAt: null -moderate: false -direction: null -grade: null -fake: null } |
data_class | "App\Entity\Droit" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} use: { $class: "App\Entity\Droit" } } |
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() {#2728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2729 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "droit" "_droit" ] |
cache_key | "_droit_droit" |
compound | true |
data | App\Entity\Droit {#2168 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2158 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -titre: null -lien: null -description: null -nom: null -prenom: null -email: null -phone: null -user: null -validedAt: null -moderate: false -direction: null -grade: null -fake: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2969 -form: Symfony\Component\Form\Form {#2949 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2727 …5} |
full_name | "droit" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "droit" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_droit" |
valid | true |
value | App\Entity\Droit {#2168 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2158 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -titre: null -lien: null -description: null -nom: null -prenom: null -email: null -phone: null -user: null -validedAt: null -moderate: false -direction: null -grade: null -fake: null } |
titre
"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 "placeholder" => "Saisir un titre" ] |
[ "maxlength" => 255 "placeholder" => "Saisir un titre" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2780 +message: "Veuillez saisir un titre" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2780 +message: "Veuillez saisir un titre" +allowNull: false +normalizer: null +payload: null } ] |
label | "Titre<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un titre" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2780 +message: "Veuillez saisir un titre" +allowNull: false +normalizer: null +payload: 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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2720 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} } |
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 | "Titre<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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() {#2756 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2721 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un titre" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_droit_titre" ] |
cache_key | "_droit_titre_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3008 -form: Symfony\Component\Form\Form {#2982 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3009 …5} |
full_name | "droit[titre]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit_titre" |
label | "Titre<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "titre" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_droit_titre" |
valid | true |
value | "" |
description
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "rows" => 6 ] |
[ "rows" => 6 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2704 +message: "Veuillez saisir une description" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2775 +maxMessage: "Veuillez saisir moins de 2000 caractères" +minMessage: "Veuillez saisir plus de 10 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: "2000" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2704 +message: "Veuillez saisir une description" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2775 +maxMessage: "Veuillez saisir moins de 2000 caractères" +minMessage: "Veuillez saisir plus de 10 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: "2000" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
help | "Veuillez saisir une description en moins de 2000 caractères" |
same as passed value |
label | "Description<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 6 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2704 +message: "Veuillez saisir une description" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2775 +maxMessage: "Veuillez saisir moins de 2000 caractères" +minMessage: "Veuillez saisir plus de 10 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: "2000" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2717 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Veuillez saisir une description en moins de 2000 caractères" |
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 | "Description<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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() {#2767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2722 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 6 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_droit_description" ] |
cache_key | "_droit_description_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3007 -form: Symfony\Component\Form\Form {#2986 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3006 …5} |
full_name | "droit[description]" |
help | "Veuillez saisir une description en moins de 2000 caractères" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit_description" |
label | "Description<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "description" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_droit_description" |
valid | true |
value | "" |
lien
"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 | [ "placeholder" => "Saisir un lien Passerelles" "rows" => 3 ] |
[ "placeholder" => "Saisir un lien Passerelles" "rows" => 3 ] |
label | "Lien Passerelles<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Saisir un lien Passerelles" "rows" => 3 ] |
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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2759 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} } |
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 | "Lien Passerelles<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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() {#2886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2887 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Saisir un lien Passerelles" "rows" => 3 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_droit_lien" ] |
cache_key | "_droit_lien_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3005 -form: Symfony\Component\Form\Form {#2989 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3003 …5} |
full_name | "droit[lien]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit_lien" |
label | "Lien Passerelles<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lien" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_droit_lien" |
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" => 255 "placeholder" => "Saisir un nom" ] |
[ "maxlength" => 255 "placeholder" => "Saisir un nom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2705 +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2705 +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null +payload: null } ] |
help | "Non publié sur le site" |
same as passed value |
label | "Nom<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2705 +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null +payload: 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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Non publié sur le site" |
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<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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() {#2874 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2875 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_droit_nom" ] |
cache_key | "_droit_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2954 -form: Symfony\Component\Form\Form {#2947 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2762 …5} |
full_name | "droit[nom]" |
help | "Non publié sur le site" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit_nom" |
label | "Nom<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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 | "_droit_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" => 255 "placeholder" => "Saisir un prénom" ] |
[ "maxlength" => 255 "placeholder" => "Saisir un prénom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2741 +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2741 +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null +payload: null } ] |
help | "Non publié sur le site" |
same as passed value |
label | "Prénom<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un prénom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2741 +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null +payload: 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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2877 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Non publié sur le site" |
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<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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() {#2723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2779 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_droit_prenom" ] |
cache_key | "_droit_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2724 -form: Symfony\Component\Form\Form {#2945 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2873 …5} |
full_name | "droit[prenom]" |
help | "Non publié sur le site" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit_prenom" |
label | "Prénom<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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 | "_droit_prenom" |
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 | [ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
[ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
constraints | [ Symfony\Component\Validator\Constraints\Email {#2710 +message: "Veuillez entrer un email valide" +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2713 +message: "Veuillez entrer un email" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\IsEmailOrigin {#2712 +message: "Votre adresse email {{ string }} n'est pas autorisée" +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#2710 +message: "Veuillez entrer un email valide" +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2713 +message: "Veuillez entrer un email" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\IsEmailOrigin {#2712 +message: "Votre adresse email {{ string }} n'est pas autorisée" +payload: null } ] |
help | "Non publié sur le site" |
same as passed value |
label | "Email<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Email {#2710 +message: "Veuillez entrer un email valide" +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2713 +message: "Veuillez entrer un email" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\IsEmailOrigin {#2712 +message: "Votre adresse email {{ string }} n'est pas autorisée" +payload: 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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2879 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Non publié sur le site" |
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 | "Email<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
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() {#2754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2878 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_droit_email" ] |
cache_key | "_droit_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2885 -form: Symfony\Component\Form\Form {#2941 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2768 …5} |
full_name | "droit[email]" |
help | "Non publié sur le site" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit_email" |
label | "Email<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_droit_email" |
valid | true |
value | "" |
direction
"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 |
---|---|---|
choice_label | "nom" |
same as passed value |
class | "App\Entity\Direction" |
same as passed value |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2714 +message: "Veuillez saisir une direction" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2714 +message: "Veuillez saisir une direction" +allowNull: false +normalizer: null +payload: null } ] |
label | "Direction<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
placeholder | "Saisir une direction" |
same as passed value |
query_builder | Closure(DirectionRepository $er) {#2715 class: "App\Form\DroitType" this: App\Form\DroitType {#2225 …} } |
Doctrine\ORM\QueryBuilder {#2926 -em: Doctrine\ORM\EntityManager {#507 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2924 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2923 #from: "App\Entity\Direction" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2921 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.statut = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2922 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Direction p WHERE p.statut = :val ORDER BY p.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2925 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2972 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2930 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2935 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2920 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2956 -om: Doctrine\ORM\EntityManager {#507 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2156 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Direction" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2714 +message: "Veuillez saisir une direction" +allowNull: false +normalizer: null +payload: 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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#507 …11} |
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 {#2956 -om: Doctrine\ORM\EntityManager {#507 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2156 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Direction<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Saisir une direction" |
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 {#2926 -em: Doctrine\ORM\EntityManager {#507 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2924 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2923 #from: "App\Entity\Direction" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2921 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.statut = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2922 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Direction p WHERE p.statut = :val ORDER BY p.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2925 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2933 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_droit_direction" ] |
cache_key | "_droit_direction_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "AIFE" +value: "5" +data: App\Entity\Direction {#3022 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +label: "AnAFe" +value: "7" +data: App\Entity\Direction {#3040 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +label: "ANC" +value: "31" +data: App\Entity\Direction {#3052 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3015 +label: "ASN" +value: "30" +data: App\Entity\Direction {#3064 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +label: "Bureau des cabinets" +value: "8" +data: App\Entity\Direction {#3076 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3027 +label: "CGEFI" +value: "11" +data: App\Entity\Direction {#3088 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3025 +label: "CGEIET" +value: "10" +data: App\Entity\Direction {#3100 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +label: "CISIRH" +value: "9" +data: App\Entity\Direction {#3112 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3018 +label: "DAE" +value: "12" +data: App\Entity\Direction {#3124 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +label: "DAJ" +value: "13" +data: App\Entity\Direction {#3136 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +label: "DB" +value: "14" +data: App\Entity\Direction {#3148 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +label: "DGAFP" +value: "17" +data: App\Entity\Direction {#3160 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +label: "DGCCRF" +value: "3" +data: App\Entity\Direction {#3173 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +label: "DGDDI" +value: "2" +data: App\Entity\Direction {#3185 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +label: "DGE" +value: "18" +data: App\Entity\Direction {#3197 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +label: "DGFIP" +value: "1" +data: App\Entity\Direction {#3209 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +label: "DGT" +value: "19" +data: App\Entity\Direction {#3221 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +label: "DIE" +value: "15" +data: App\Entity\Direction {#3233 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +label: "DLF" +value: "16" +data: App\Entity\Direction {#3245 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3397 +label: "IGF" +value: "20" +data: App\Entity\Direction {#3257 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +label: "INSEE" +value: "21" +data: App\Entity\Direction {#3269 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3399 +label: "Médiateur des entreprises" +value: "23" +data: App\Entity\Direction {#3281 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3400 +label: "Médiateur des MEF" +value: "22" +data: App\Entity\Direction {#3293 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +label: "Mission de tutelle des écoles des mines et des télécoms" +value: "24" +data: App\Entity\Direction {#3305 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +label: "Mission ministérielle de coordination antifraude" +value: "25" +data: App\Entity\Direction {#3317 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3403 +label: "PEReN" +value: "26" +data: App\Entity\Direction {#3329 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +label: "SCBCM" +value: "28" +data: App\Entity\Direction {#3341 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +label: "Secrétariat général" +value: "4" +data: Proxies\__CG__\App\Entity\Direction {#2217 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3407 +label: "SGAE" +value: "27" +data: App\Entity\Direction {#3365 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3406 +label: "TRACFIN" +value: "29" +data: App\Entity\Direction {#3377 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2764 -form: Symfony\Component\Form\Form {#2937 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2961 …5} |
full_name | "droit[direction]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit_direction" |
is_selected | Closure($choice, $value) {#2960 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2896 …} } |
label | "Direction<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "direction" |
placeholder | "Saisir une direction" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_droit_direction" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7dc30738d0147b2751b96.tJyfbx6_RuicpEQkJXypq7GoVjqifZmk11nK1CPnttU.19ndCy_PDabQzj1hTAma3NDwBEPWO9vGkSz6ulmUjof1qNoKdPVzgPrHKw" |
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 | "7dc30738d0147b2751b96.tJyfbx6_RuicpEQkJXypq7GoVjqifZmk11nK1CPnttU.19ndCy_PDabQzj1hTAma3NDwBEPWO9vGkSz6ulmUjof1qNoKdPVzgPrHKw" |
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 {#2689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2691 …} -namespace: Closure() {#2693 …} } |
data | "7dc30738d0147b2751b96.tJyfbx6_RuicpEQkJXypq7GoVjqifZmk11nK1CPnttU.19ndCy_PDabQzj1hTAma3NDwBEPWO9vGkSz6ulmUjof1qNoKdPVzgPrHKw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3411 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2214 …} } |
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() {#3414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#3409 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_droit__token" ] |
cache_key | "_droit__token_hidden" |
compound | false |
data | "7dc30738d0147b2751b96.tJyfbx6_RuicpEQkJXypq7GoVjqifZmk11nK1CPnttU.19ndCy_PDabQzj1hTAma3NDwBEPWO9vGkSz6ulmUjof1qNoKdPVzgPrHKw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3424 -form: Symfony\Component\Form\Form {#3420 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3415 …5} |
full_name | "droit[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "droit__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 | "_droit__token" |
valid | true |
value | "7dc30738d0147b2751b96.tJyfbx6_RuicpEQkJXypq7GoVjqifZmk11nK1CPnttU.19ndCy_PDabQzj1hTAma3NDwBEPWO9vGkSz6ulmUjof1qNoKdPVzgPrHKw" |