- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 55
- Events
- Routing
- Cache
- Translation 12
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 25
- Debug
- E-mails
- Notifications
- EasyAdmin
- 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
formulaire_evenement
"App\Form\formulaireEvenementType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\EvenementFormulaire {#797 -id: null -evenement: null -user: null -pay: null -montant: null -nom: null -prenom: null -email: null -phone: null -type: null -fonction: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\EvenementFormulaire {#797 -id: null -evenement: null -user: null -pay: null -montant: null -nom: null -prenom: null -email: null -phone: null -type: null -fonction: 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 {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data | App\Entity\EvenementFormulaire {#797 -id: null -evenement: null -user: null -pay: null -montant: null -nom: null -prenom: null -email: null -phone: null -type: null -fonction: null } |
data_class | "App\Entity\EvenementFormulaire" |
disabled | false |
empty_data | Closure(FormInterface $form) {#970 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#793 …} use: { $class: "App\Entity\EvenementFormulaire" } } |
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() {#968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#969 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "formulaire_evenement" "_formulaire_evenement" ] |
cache_key | "_formulaire_evenement_formulaire_evenement" |
compound | true |
data | App\Entity\EvenementFormulaire {#797 -id: null -evenement: null -user: null -pay: null -montant: null -nom: null -prenom: null -email: null -phone: null -type: null -fonction: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1187 -form: Symfony\Component\Form\Form {#1243 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#967 …5} |
full_name | "formulaire_evenement" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "formulaire_evenement" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_formulaire_evenement" |
valid | true |
value | App\Entity\EvenementFormulaire {#797 -id: null -evenement: null -user: null -pay: null -montant: null -nom: null -prenom: null -email: null -phone: null -type: null -fonction: null } |
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 ] |
[ "maxlength" => 255 ] |
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 | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1302 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#793 …} } |
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 | [] |
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() {#1304 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#1303 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_formulaire_evenement_nom" ] |
cache_key | "_formulaire_evenement_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1181 -form: Symfony\Component\Form\Form {#1201 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1180 …5} |
full_name | "formulaire_evenement[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement_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 | "_formulaire_evenement_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 ] |
[ "maxlength" => 255 ] |
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 | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1306 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#793 …} } |
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 | [] |
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() {#1293 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#1294 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_formulaire_evenement_prenom" ] |
cache_key | "_formulaire_evenement_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1182 -form: Symfony\Component\Form\Form {#1197 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1183 …5} |
full_name | "formulaire_evenement[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement_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 | "_formulaire_evenement_prenom" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
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 | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1296 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#793 …} } |
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 | "Email" |
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() {#1284 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#1285 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_formulaire_evenement_email" ] |
cache_key | "_formulaire_evenement_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1184 -form: Symfony\Component\Form\Form {#1194 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1185 …5} |
full_name | "formulaire_evenement[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement_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 | "_formulaire_evenement_email" |
valid | true |
value | "" |
fonction
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Physiothérapeute " => "Physiothérapeute" "Etudiant" => "Etudiant" "Médecin" => "Médecin" "Autre" => "Autre" ] |
[ "Physiothérapeute " => "Physiothérapeute" "Etudiant" => "Etudiant" "Médecin" => "Médecin" "Autre" => "Autre" ] |
label | "Fonction" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Physiothérapeute " => "Physiothérapeute" "Etudiant" => "Etudiant" "Médecin" => "Médecin" "Autre" => "Autre" ] |
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 {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Fonction" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1267 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#1268 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_formulaire_evenement_fonction" ] |
cache_key | "_formulaire_evenement_fonction_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "Physiothérapeute " +value: "Physiothérapeute" +data: "Physiothérapeute" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +label: "Etudiant" +value: "Etudiant" +data: "Etudiant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +label: "Médecin" +value: "Médecin" +data: "Médecin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +label: "Autre" +value: "Autre" +data: "Autre" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1239 -form: Symfony\Component\Form\Form {#1245 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1256 …5} |
full_name | "formulaire_evenement[fonction]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement_fonction" |
is_selected | Closure($choice, $value) {#1217 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1287 …} } |
label | "Fonction" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "fonction" |
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 | "_formulaire_evenement_fonction" |
valid | true |
value | "" |
type
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Adhérent " => "Adhérent" "Non adhérent" => "Non adhérent" ] |
[ "Adhérent " => "Adhérent" "Non adhérent" => "Non adhérent" ] |
label | "Type" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Adhérent " => "Adhérent" "Non adhérent" => "Non adhérent" ] |
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 {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1257 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#1260 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_formulaire_evenement_type" ] |
cache_key | "_formulaire_evenement_type_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +label: "Adhérent " +value: "Adhérent" +data: "Adhérent" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1178 +label: "Non adhérent" +value: "Non adhérent" +data: "Non adhérent" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1216 -form: Symfony\Component\Form\Form {#1232 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1222 …5} |
full_name | "formulaire_evenement[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement_type" |
is_selected | Closure($choice, $value) {#1175 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1287 …} } |
label | "Type" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
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 | "_formulaire_evenement_type" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "Numéro de téléphone" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1246 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#793 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Numéro de téléphone" |
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() {#1240 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#1241 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_formulaire_evenement_phone" ] |
cache_key | "_formulaire_evenement_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1174 -form: Symfony\Component\Form\Form {#1229 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1173 …5} |
full_name | "formulaire_evenement[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement_phone" |
label | "Numéro de téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_formulaire_evenement_phone" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "3f574c9dc847e06845b63cb360.eY3GKGHMsQxX11US0kMOcNXWukM4UW62Y9z6Ob7Zbwk.KviWXQO8xV4O4GBdhDRjF6DiynsKfCPyUeiVetbvOkosx5lbWY_WOGGtYQ" |
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 | "3f574c9dc847e06845b63cb360.eY3GKGHMsQxX11US0kMOcNXWukM4UW62Y9z6Ob7Zbwk.KviWXQO8xV4O4GBdhDRjF6DiynsKfCPyUeiVetbvOkosx5lbWY_WOGGtYQ" |
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 {#303 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#302 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#301 …} -namespace: Closure() {#299 …} } |
data | "3f574c9dc847e06845b63cb360.eY3GKGHMsQxX11US0kMOcNXWukM4UW62Y9z6Ob7Zbwk.KviWXQO8xV4O4GBdhDRjF6DiynsKfCPyUeiVetbvOkosx5lbWY_WOGGtYQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1170 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#793 …} } |
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() {#1166 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#938 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#136 …} $translationDomain: "validators" $message: Closure() {#1172 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_formulaire_evenement__token" ] |
cache_key | "_formulaire_evenement__token_hidden" |
compound | false |
data | "3f574c9dc847e06845b63cb360.eY3GKGHMsQxX11US0kMOcNXWukM4UW62Y9z6Ob7Zbwk.KviWXQO8xV4O4GBdhDRjF6DiynsKfCPyUeiVetbvOkosx5lbWY_WOGGtYQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1156 -form: Symfony\Component\Form\Form {#1160 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1165 …5} |
full_name | "formulaire_evenement[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "formulaire_evenement__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 | "_formulaire_evenement__token" |
valid | true |
value | "3f574c9dc847e06845b63cb360.eY3GKGHMsQxX11US0kMOcNXWukM4UW62Y9z6Ob7Zbwk.KviWXQO8xV4O4GBdhDRjF6DiynsKfCPyUeiVetbvOkosx5lbWY_WOGGtYQ" |