Forms
-
inscrit_user
-
nom
-
prenom
-
tel
-
adresse
-
idMetier
-
func
-
etab
-
ville
-
cp
-
sport
-
licence
-
niveauArbitrage
-
taille
-
user
-
username
-
email
-
password
-
-
save
-
_token
-
inscrit_user
"App\Form\InscritUserType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Inscrits {#751 -id: ? ?int -rhId: "" -adresse: "" -nom: null -prenom: null -idMetier: null -func: null -etab: null -ville: "" -cp: "" -sport: null -licence: null -niveauArbitrage: null -taille: null -couleur: null -manches: "0" -typeMaillot: "" -estValide: true -dateInscription: "1970-01-01" -user: null -tel: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Inscrits {#751 -id: ? ?int -rhId: "" -adresse: "" -nom: null -prenom: null -idMetier: null -func: null -etab: null -ville: "" -cp: "" -sport: null -licence: null -niveauArbitrage: null -taille: null -couleur: null -manches: "0" -typeMaillot: "" -estValide: true -dateInscription: "1970-01-01" -user: null -tel: 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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data | App\Entity\Inscrits {#751 -id: ? ?int -rhId: "" -adresse: "" -nom: null -prenom: null -idMetier: null -func: null -etab: null -ville: "" -cp: "" -sport: null -licence: null -niveauArbitrage: null -taille: null -couleur: null -manches: "0" -typeMaillot: "" -estValide: true -dateInscription: "1970-01-01" -user: null -tel: null } |
data_class | "App\Entity\Inscrits" |
disabled | false |
empty_data | Closure(FormInterface $form) {#917 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Inscrits" } } |
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() {#911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#912 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "inscrit_user" "_inscrit_user" ] |
cache_key | "_inscrit_user_inscrit_user" |
compound | true |
data | App\Entity\Inscrits {#751 -id: ? ?int -rhId: "" -adresse: "" -nom: null -prenom: null -idMetier: null -func: null -etab: null -ville: "" -cp: "" -sport: null -licence: null -niveauArbitrage: null -taille: null -couleur: null -manches: "0" -typeMaillot: "" -estValide: true -dateInscription: "1970-01-01" -user: null -tel: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1029 -errors: [] -form: Symfony\Component\Form\Form {#1087 …} } |
form | Symfony\Component\Form\FormView {#910 …5} |
full_name | "inscrit_user" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "inscrit_user" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user" |
valid | true |
value | App\Entity\Inscrits {#751 -id: ? ?int -rhId: "" -adresse: "" -nom: null -prenom: null -idMetier: null -func: null -etab: null -ville: "" -cp: "" -sport: null -licence: null -niveauArbitrage: null -taille: null -couleur: null -manches: "0" -typeMaillot: "" -estValide: true -dateInscription: "1970-01-01" -user: null -tel: null } |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#924 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#665 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_nom" ] |
cache_key | "_inscrit_user_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#921 -errors: [] -form: Symfony\Component\Form\Form {#1139 …} } |
form | Symfony\Component\Form\FormView {#1171 …5} |
full_name | "inscrit_user[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_nom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_nom" |
valid | true |
value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#925 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#736 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_prenom" ] |
cache_key | "_inscrit_user_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#659 -errors: [] -form: Symfony\Component\Form\Form {#1136 …} } |
form | Symfony\Component\Form\FormView {#943 …5} |
full_name | "inscrit_user[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_prenom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_prenom" |
valid | true |
value | "" |
tel
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#916 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#913 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_tel" ] |
cache_key | "_inscrit_user_tel_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#963 -errors: [] -form: Symfony\Component\Form\Form {#1133 …} } |
form | Symfony\Component\Form\FormView {#975 …5} |
full_name | "inscrit_user[tel]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_tel" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tel" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_tel" |
valid | true |
value | "" |
adresse
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#907 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#938 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_adresse" ] |
cache_key | "_inscrit_user_adresse_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1089 -errors: [] -form: Symfony\Component\Form\Form {#1142 …} } |
form | Symfony\Component\Form\FormView {#1064 …5} |
full_name | "inscrit_user[adresse]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_adresse" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adresse" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_adresse" |
valid | true |
value | "" |
idMetier
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "CHOISIR" => "" "COURRIER" => "COURRIER" "COLIS" => "COLIS" "ENSEIGNE" => "ENSEIGNE" "BANQUE" => "BANQUE" "AUTRE" => "AUTRE" ] |
[ "CHOISIR" => "" "COURRIER" => "COURRIER" "COLIS" => "COLIS" "ENSEIGNE" => "ENSEIGNE" "BANQUE" => "BANQUE" "AUTRE" => "AUTRE" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 | [ "CHOISIR" => "" "COURRIER" => "COURRIER" "COLIS" => "COLIS" "ENSEIGNE" => "ENSEIGNE" "BANQUE" => "BANQUE" "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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | "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 |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#962 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#960 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_inscrit_user_idMetier" ] |
cache_key | "_inscrit_user_idMetier_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +data: "" +value: "" +label: "CHOISIR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1017 +data: "COURRIER" +value: "COURRIER" +label: "COURRIER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1009 +data: "COLIS" +value: "COLIS" +label: "COLIS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#991 +data: "ENSEIGNE" +value: "ENSEIGNE" +label: "ENSEIGNE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1000 +data: "BANQUE" +value: "BANQUE" +label: "BANQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1037 +data: "AUTRE" +value: "AUTRE" +label: "AUTRE" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1149 -errors: [] -form: Symfony\Component\Form\Form {#1145 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#1122 …5} |
full_name | "inscrit_user[idMetier]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_idMetier" |
is_selected | Closure($choice, $value) {#1170 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "idMetier" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | true |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_idMetier" |
valid | true |
value | "" |
func
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#968 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#973 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_func" ] |
cache_key | "_inscrit_user_func_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1177 -errors: [] -form: Symfony\Component\Form\Form {#1108 …} } |
form | Symfony\Component\Form\FormView {#1172 …5} |
full_name | "inscrit_user[func]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_func" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "func" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_func" |
valid | true |
value | "" |
etab
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#988 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#989 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_etab" ] |
cache_key | "_inscrit_user_etab_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1229 -errors: [] -form: Symfony\Component\Form\Form {#1105 …} } |
form | Symfony\Component\Form\FormView {#1231 …5} |
full_name | "inscrit_user[etab]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_etab" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "etab" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_etab" |
valid | true |
value | "" |
ville
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#997 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#998 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_ville" ] |
cache_key | "_inscrit_user_ville_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1232 -errors: [] -form: Symfony\Component\Form\Form {#1102 …} } |
form | Symfony\Component\Form\FormView {#1233 …5} |
full_name | "inscrit_user[ville]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_ville" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ville" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_ville" |
valid | true |
value | "" |
cp
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1006 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#1008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1007 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_cp" ] |
cache_key | "_inscrit_user_cp_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1234 -errors: [] -form: Symfony\Component\Form\Form {#1099 …} } |
form | Symfony\Component\Form\FormView {#1240 …5} |
full_name | "inscrit_user[cp]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_cp" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "cp" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_cp" |
valid | true |
value | "" |
sport
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "CHOISIR" => "" "FOOTBALL" => "FOOTBALL" "RUGBY" => "RUGBY" "HANDBALL" => "HANDBALL" "BASKETBALL" => "BASKETBALL" ] |
[ "CHOISIR" => "" "FOOTBALL" => "FOOTBALL" "RUGBY" => "RUGBY" "HANDBALL" => "HANDBALL" "BASKETBALL" => "BASKETBALL" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 | [ "CHOISIR" => "" "FOOTBALL" => "FOOTBALL" "RUGBY" => "RUGBY" "HANDBALL" => "HANDBALL" "BASKETBALL" => "BASKETBALL" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | "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 |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1015 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_inscrit_user_sport" ] |
cache_key | "_inscrit_user_sport_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1244 +data: "" +value: "" +label: "CHOISIR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1245 +data: "FOOTBALL" +value: "FOOTBALL" +label: "FOOTBALL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1246 +data: "RUGBY" +value: "RUGBY" +label: "RUGBY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1247 +data: "HANDBALL" +value: "HANDBALL" +label: "HANDBALL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1248 +data: "BASKETBALL" +value: "BASKETBALL" +label: "BASKETBALL" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1242 -errors: [] -form: Symfony\Component\Form\Form {#1068 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#1243 …5} |
full_name | "inscrit_user[sport]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_sport" |
is_selected | Closure($choice, $value) {#1250 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "sport" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | true |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_sport" |
valid | true |
value | "" |
licence
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1026 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#1028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1027 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_licence" ] |
cache_key | "_inscrit_user_licence_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1251 -errors: [] -form: Symfony\Component\Form\Form {#1071 …} } |
form | Symfony\Component\Form\FormView {#1252 …5} |
full_name | "inscrit_user[licence]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_licence" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "licence" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_licence" |
valid | true |
value | "" |
niveauArbitrage
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "CHOISIR" => "" "Rugby - En cours de formation" => "Rugby - En cours de formation" "Rugby -Stagiaire" => "Rugby -Stagiaire" "Rugby -Territorial" => "Rugby -Territorial" "Rugby -Fédéral Territorial" => "Rugby -Fédéral Territorial" "Rugby -Juges de touche national" => "Rugby -Juges de touche national" "Rugby -National 1 (arbitre classé en Top 14)" => "Rugby -National 1 (arbitre classé en Top 14)" "Rugby -International" => "Rugby -International" "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" => "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" => "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" => "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" "Rugby -National 2 (arbitre classé en Pro D2)" => "Rugby -National 2 (arbitre classé en Pro D2)" "Handball - Départemental D3" => "Handball - Départemental D3" "Handball - Départemental D2" => "Handball - Départemental D2" "Handball - Départemental D1" => "Handball - Départemental D1" "Handball - Régional R4" => "Handball - Régional R4" "Handball - Régional R3" => "Handball - Régional R3" "Handball - Régional R2" => "Handball - Régional R2" "Handball - Régional R1" => "Handball - Régional R1" "Handball - National G4" => "Handball - National G4" "Handball - National G3" => "Handball - National G3" "Handball - National G2" => "Handball - National G2" "Handball - National G1" => "Handball - National G1" "Basket - Arbitre Départemental" => "Basket - Arbitre Départemental" "Basket - Arbitre Régional" => "Basket - Arbitre Régional" "Basket - Arbitre CF1" => "Basket - Arbitre CF1" "Basket - Arbitre CF2" => "Basket - Arbitre CF2" "Basket - Arbitre CF Jeunes" => "Basket - Arbitre CF Jeunes" "Basket - Arbitre A (Pro A)" => "Basket - Arbitre A (Pro A)" "Basket - Arbitre B (Pro B et LFB)" => "Basket - Arbitre B (Pro B et LFB)" "Basket - Arbitre C (NM1)" => "Basket - Arbitre C (NM1)" "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" => "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" "Football - Fédéral 1" => "Football - Fédéral 1" "Football - Fédéral 2" => "Football - Fédéral 2" "Football - Fédéral 3" => "Football - Fédéral 3" "Football - Fédéral 4" => "Football - Fédéral 4" "Football - Fédéral Féminine" => "Football - Fédéral Féminine" "Football - Fédéral Futsal" => "Football - Fédéral Futsal" "Football - Fédéral Beach Soccer" => "Football - Fédéral Beach Soccer" "Football - Arbitre Assistant Fédéral 1" => "Football - Arbitre Assistant Fédéral 1" "Football - Arbitre Assistant Fédéral 2" => "Football - Arbitre Assistant Fédéral 2" "Football - Arbitre Assistant Fédéral 3" => "Football - Arbitre Assistant Fédéral 3" "Football - Ligue 1" => "Football - Ligue 1" "Football - Ligue 2" => "Football - Ligue 2" "Football - Ligue 3" => "Football - Ligue 3" "Football - Arbitre Assistant Ligue 1" => "Football - Arbitre Assistant Ligue 1" "Football - Arbitre Assistant Ligue 2" => "Football - Arbitre Assistant Ligue 2" "Football - Arbitre Assistant Ligue 3" => "Football - Arbitre Assistant Ligue 3" "Football - Arbitre de District 1" => "Football - Arbitre de District 1" "Football - Arbitre de District 2" => "Football - Arbitre de District 2" "Football - Arbitre de District 3" => "Football - Arbitre de District 3" "Football - Jeune arbitre de District" => "Football - Jeune arbitre de District" "Football - Jeune arbitre Ligue" => "Football - Jeune arbitre Ligue" "Football - Jeune arbitre Fédéral" => "Football - Jeune arbitre Fédéral" ] |
[ "CHOISIR" => "" "Rugby - En cours de formation" => "Rugby - En cours de formation" "Rugby -Stagiaire" => "Rugby -Stagiaire" "Rugby -Territorial" => "Rugby -Territorial" "Rugby -Fédéral Territorial" => "Rugby -Fédéral Territorial" "Rugby -Juges de touche national" => "Rugby -Juges de touche national" "Rugby -National 1 (arbitre classé en Top 14)" => "Rugby -National 1 (arbitre classé en Top 14)" "Rugby -International" => "Rugby -International" "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" => "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" => "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" => "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" "Rugby -National 2 (arbitre classé en Pro D2)" => "Rugby -National 2 (arbitre classé en Pro D2)" "Handball - Départemental D3" => "Handball - Départemental D3" "Handball - Départemental D2" => "Handball - Départemental D2" "Handball - Départemental D1" => "Handball - Départemental D1" "Handball - Régional R4" => "Handball - Régional R4" "Handball - Régional R3" => "Handball - Régional R3" "Handball - Régional R2" => "Handball - Régional R2" "Handball - Régional R1" => "Handball - Régional R1" "Handball - National G4" => "Handball - National G4" "Handball - National G3" => "Handball - National G3" "Handball - National G2" => "Handball - National G2" "Handball - National G1" => "Handball - National G1" "Basket - Arbitre Départemental" => "Basket - Arbitre Départemental" "Basket - Arbitre Régional" => "Basket - Arbitre Régional" "Basket - Arbitre CF1" => "Basket - Arbitre CF1" "Basket - Arbitre CF2" => "Basket - Arbitre CF2" "Basket - Arbitre CF Jeunes" => "Basket - Arbitre CF Jeunes" "Basket - Arbitre A (Pro A)" => "Basket - Arbitre A (Pro A)" "Basket - Arbitre B (Pro B et LFB)" => "Basket - Arbitre B (Pro B et LFB)" "Basket - Arbitre C (NM1)" => "Basket - Arbitre C (NM1)" "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" => "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" "Football - Fédéral 1" => "Football - Fédéral 1" "Football - Fédéral 2" => "Football - Fédéral 2" "Football - Fédéral 3" => "Football - Fédéral 3" "Football - Fédéral 4" => "Football - Fédéral 4" "Football - Fédéral Féminine" => "Football - Fédéral Féminine" "Football - Fédéral Futsal" => "Football - Fédéral Futsal" "Football - Fédéral Beach Soccer" => "Football - Fédéral Beach Soccer" "Football - Arbitre Assistant Fédéral 1" => "Football - Arbitre Assistant Fédéral 1" "Football - Arbitre Assistant Fédéral 2" => "Football - Arbitre Assistant Fédéral 2" "Football - Arbitre Assistant Fédéral 3" => "Football - Arbitre Assistant Fédéral 3" "Football - Ligue 1" => "Football - Ligue 1" "Football - Ligue 2" => "Football - Ligue 2" "Football - Ligue 3" => "Football - Ligue 3" "Football - Arbitre Assistant Ligue 1" => "Football - Arbitre Assistant Ligue 1" "Football - Arbitre Assistant Ligue 2" => "Football - Arbitre Assistant Ligue 2" "Football - Arbitre Assistant Ligue 3" => "Football - Arbitre Assistant Ligue 3" "Football - Arbitre de District 1" => "Football - Arbitre de District 1" "Football - Arbitre de District 2" => "Football - Arbitre de District 2" "Football - Arbitre de District 3" => "Football - Arbitre de District 3" "Football - Jeune arbitre de District" => "Football - Jeune arbitre de District" "Football - Jeune arbitre Ligue" => "Football - Jeune arbitre Ligue" "Football - Jeune arbitre Fédéral" => "Football - Jeune arbitre Fédéral" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 | [ "CHOISIR" => "" "Rugby - En cours de formation" => "Rugby - En cours de formation" "Rugby -Stagiaire" => "Rugby -Stagiaire" "Rugby -Territorial" => "Rugby -Territorial" "Rugby -Fédéral Territorial" => "Rugby -Fédéral Territorial" "Rugby -Juges de touche national" => "Rugby -Juges de touche national" "Rugby -National 1 (arbitre classé en Top 14)" => "Rugby -National 1 (arbitre classé en Top 14)" "Rugby -International" => "Rugby -International" "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" => "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" => "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" => "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" "Rugby -National 2 (arbitre classé en Pro D2)" => "Rugby -National 2 (arbitre classé en Pro D2)" "Handball - Départemental D3" => "Handball - Départemental D3" "Handball - Départemental D2" => "Handball - Départemental D2" "Handball - Départemental D1" => "Handball - Départemental D1" "Handball - Régional R4" => "Handball - Régional R4" "Handball - Régional R3" => "Handball - Régional R3" "Handball - Régional R2" => "Handball - Régional R2" "Handball - Régional R1" => "Handball - Régional R1" "Handball - National G4" => "Handball - National G4" "Handball - National G3" => "Handball - National G3" "Handball - National G2" => "Handball - National G2" "Handball - National G1" => "Handball - National G1" "Basket - Arbitre Départemental" => "Basket - Arbitre Départemental" "Basket - Arbitre Régional" => "Basket - Arbitre Régional" "Basket - Arbitre CF1" => "Basket - Arbitre CF1" "Basket - Arbitre CF2" => "Basket - Arbitre CF2" "Basket - Arbitre CF Jeunes" => "Basket - Arbitre CF Jeunes" "Basket - Arbitre A (Pro A)" => "Basket - Arbitre A (Pro A)" "Basket - Arbitre B (Pro B et LFB)" => "Basket - Arbitre B (Pro B et LFB)" "Basket - Arbitre C (NM1)" => "Basket - Arbitre C (NM1)" "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" => "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" "Football - Fédéral 1" => "Football - Fédéral 1" "Football - Fédéral 2" => "Football - Fédéral 2" "Football - Fédéral 3" => "Football - Fédéral 3" "Football - Fédéral 4" => "Football - Fédéral 4" "Football - Fédéral Féminine" => "Football - Fédéral Féminine" "Football - Fédéral Futsal" => "Football - Fédéral Futsal" "Football - Fédéral Beach Soccer" => "Football - Fédéral Beach Soccer" "Football - Arbitre Assistant Fédéral 1" => "Football - Arbitre Assistant Fédéral 1" "Football - Arbitre Assistant Fédéral 2" => "Football - Arbitre Assistant Fédéral 2" "Football - Arbitre Assistant Fédéral 3" => "Football - Arbitre Assistant Fédéral 3" "Football - Ligue 1" => "Football - Ligue 1" "Football - Ligue 2" => "Football - Ligue 2" "Football - Ligue 3" => "Football - Ligue 3" "Football - Arbitre Assistant Ligue 1" => "Football - Arbitre Assistant Ligue 1" "Football - Arbitre Assistant Ligue 2" => "Football - Arbitre Assistant Ligue 2" "Football - Arbitre Assistant Ligue 3" => "Football - Arbitre Assistant Ligue 3" "Football - Arbitre de District 1" => "Football - Arbitre de District 1" "Football - Arbitre de District 2" => "Football - Arbitre de District 2" "Football - Arbitre de District 3" => "Football - Arbitre de District 3" "Football - Jeune arbitre de District" => "Football - Jeune arbitre de District" "Football - Jeune arbitre Ligue" => "Football - Jeune arbitre Ligue" "Football - Jeune arbitre Fédéral" => "Football - Jeune arbitre Fédéral" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | "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 |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1035 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_inscrit_user_niveauArbitrage" ] |
cache_key | "_inscrit_user_niveauArbitrage_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +data: "" +value: "" +label: "CHOISIR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1256 +data: "Rugby - En cours de formation" +value: "Rugby - En cours de formation" +label: "Rugby - En cours de formation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1257 +data: "Rugby -Stagiaire" +value: "Rugby -Stagiaire" +label: "Rugby -Stagiaire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1258 +data: "Rugby -Territorial" +value: "Rugby -Territorial" +label: "Rugby -Territorial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +data: "Rugby -Fédéral Territorial" +value: "Rugby -Fédéral Territorial" +label: "Rugby -Fédéral Territorial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1260 +data: "Rugby -Juges de touche national" +value: "Rugby -Juges de touche national" +label: "Rugby -Juges de touche national" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1261 +data: "Rugby -National 1 (arbitre classé en Top 14)" +value: "Rugby -National 1 (arbitre classé en Top 14)" +label: "Rugby -National 1 (arbitre classé en Top 14)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1262 +data: "Rugby -International" +value: "Rugby -International" +label: "Rugby -International" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +data: "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" +value: "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" +label: "Rugby -Divisionnaire 1 (arbitre classé en Fédérale 1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +data: "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" +value: "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" +label: "Rugby -Divisionnaire 2 (arbitre classé en Fédérale 2)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +data: "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" +value: "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" +label: "Rugby -Divisionnaire 3 (arbitre classé en Fédérale 3)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +data: "Rugby -National 2 (arbitre classé en Pro D2)" +value: "Rugby -National 2 (arbitre classé en Pro D2)" +label: "Rugby -National 2 (arbitre classé en Pro D2)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +data: "Handball - Départemental D3" +value: "Handball - Départemental D3" +label: "Handball - Départemental D3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +data: "Handball - Départemental D2" +value: "Handball - Départemental D2" +label: "Handball - Départemental D2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +data: "Handball - Départemental D1" +value: "Handball - Départemental D1" +label: "Handball - Départemental D1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +data: "Handball - Régional R4" +value: "Handball - Régional R4" +label: "Handball - Régional R4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +data: "Handball - Régional R3" +value: "Handball - Régional R3" +label: "Handball - Régional R3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +data: "Handball - Régional R2" +value: "Handball - Régional R2" +label: "Handball - Régional R2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +data: "Handball - Régional R1" +value: "Handball - Régional R1" +label: "Handball - Régional R1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +data: "Handball - National G4" +value: "Handball - National G4" +label: "Handball - National G4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +data: "Handball - National G3" +value: "Handball - National G3" +label: "Handball - National G3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +data: "Handball - National G2" +value: "Handball - National G2" +label: "Handball - National G2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1277 +data: "Handball - National G1" +value: "Handball - National G1" +label: "Handball - National G1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1278 +data: "Basket - Arbitre Départemental" +value: "Basket - Arbitre Départemental" +label: "Basket - Arbitre Départemental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1279 +data: "Basket - Arbitre Régional" +value: "Basket - Arbitre Régional" +label: "Basket - Arbitre Régional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1280 +data: "Basket - Arbitre CF1" +value: "Basket - Arbitre CF1" +label: "Basket - Arbitre CF1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1281 +data: "Basket - Arbitre CF2" +value: "Basket - Arbitre CF2" +label: "Basket - Arbitre CF2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1282 +data: "Basket - Arbitre CF Jeunes" +value: "Basket - Arbitre CF Jeunes" +label: "Basket - Arbitre CF Jeunes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +data: "Basket - Arbitre A (Pro A)" +value: "Basket - Arbitre A (Pro A)" +label: "Basket - Arbitre A (Pro A)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1284 +data: "Basket - Arbitre B (Pro B et LFB)" +value: "Basket - Arbitre B (Pro B et LFB)" +label: "Basket - Arbitre B (Pro B et LFB)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1285 +data: "Basket - Arbitre C (NM1)" +value: "Basket - Arbitre C (NM1)" +label: "Basket - Arbitre C (NM1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1286 +data: "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" +value: "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" +label: "Football - International (Masculin, Féminin, Beach Soccer, Futsal)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1287 +data: "Football - Fédéral 1" +value: "Football - Fédéral 1" +label: "Football - Fédéral 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1288 +data: "Football - Fédéral 2" +value: "Football - Fédéral 2" +label: "Football - Fédéral 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +data: "Football - Fédéral 3" +value: "Football - Fédéral 3" +label: "Football - Fédéral 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +data: "Football - Fédéral 4" +value: "Football - Fédéral 4" +label: "Football - Fédéral 4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +data: "Football - Fédéral Féminine" +value: "Football - Fédéral Féminine" +label: "Football - Fédéral Féminine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +data: "Football - Fédéral Futsal" +value: "Football - Fédéral Futsal" +label: "Football - Fédéral Futsal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1293 +data: "Football - Fédéral Beach Soccer" +value: "Football - Fédéral Beach Soccer" +label: "Football - Fédéral Beach Soccer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1294 +data: "Football - Arbitre Assistant Fédéral 1" +value: "Football - Arbitre Assistant Fédéral 1" +label: "Football - Arbitre Assistant Fédéral 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1295 +data: "Football - Arbitre Assistant Fédéral 2" +value: "Football - Arbitre Assistant Fédéral 2" +label: "Football - Arbitre Assistant Fédéral 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +data: "Football - Arbitre Assistant Fédéral 3" +value: "Football - Arbitre Assistant Fédéral 3" +label: "Football - Arbitre Assistant Fédéral 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +data: "Football - Ligue 1" +value: "Football - Ligue 1" +label: "Football - Ligue 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1298 +data: "Football - Ligue 2" +value: "Football - Ligue 2" +label: "Football - Ligue 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1299 +data: "Football - Ligue 3" +value: "Football - Ligue 3" +label: "Football - Ligue 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +data: "Football - Arbitre Assistant Ligue 1" +value: "Football - Arbitre Assistant Ligue 1" +label: "Football - Arbitre Assistant Ligue 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +data: "Football - Arbitre Assistant Ligue 2" +value: "Football - Arbitre Assistant Ligue 2" +label: "Football - Arbitre Assistant Ligue 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +data: "Football - Arbitre Assistant Ligue 3" +value: "Football - Arbitre Assistant Ligue 3" +label: "Football - Arbitre Assistant Ligue 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +data: "Football - Arbitre de District 1" +value: "Football - Arbitre de District 1" +label: "Football - Arbitre de District 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +data: "Football - Arbitre de District 2" +value: "Football - Arbitre de District 2" +label: "Football - Arbitre de District 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +data: "Football - Arbitre de District 3" +value: "Football - Arbitre de District 3" +label: "Football - Arbitre de District 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +data: "Football - Jeune arbitre de District" +value: "Football - Jeune arbitre de District" +label: "Football - Jeune arbitre de District" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +data: "Football - Jeune arbitre Ligue" +value: "Football - Jeune arbitre Ligue" +label: "Football - Jeune arbitre Ligue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +data: "Football - Jeune arbitre Fédéral" +value: "Football - Jeune arbitre Fédéral" +label: "Football - Jeune arbitre Fédéral" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1253 -errors: [] -form: Symfony\Component\Form\Form {#1074 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#1254 …5} |
full_name | "inscrit_user[niveauArbitrage]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_niveauArbitrage" |
is_selected | Closure($choice, $value) {#1310 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "niveauArbitrage" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | true |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_niveauArbitrage" |
valid | true |
value | "" |
taille
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "CHOISIR" => "" "S" => "S" "M" => "M" "L" => "L" "XL" => "XL" "XXL" => "XXL" ] |
[ "CHOISIR" => "" "S" => "S" "M" => "M" "L" => "L" "XL" => "XL" "XXL" => "XXL" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 | [ "CHOISIR" => "" "S" => "S" "M" => "M" "L" => "L" "XL" => "XL" "XXL" => "XXL" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | "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 |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1046 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_inscrit_user_taille" ] |
cache_key | "_inscrit_user_taille_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1313 +data: "" +value: "" +label: "CHOISIR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1314 +data: "S" +value: "S" +label: "S" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1315 +data: "M" +value: "M" +label: "M" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1316 +data: "L" +value: "L" +label: "L" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1317 +data: "XL" +value: "XL" +label: "XL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +data: "XXL" +value: "XXL" +label: "XXL" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1311 -errors: [] -form: Symfony\Component\Form\Form {#1077 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#1312 …5} |
full_name | "inscrit_user[taille]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_taille" |
is_selected | Closure($choice, $value) {#1320 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "taille" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | true |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_taille" |
valid | true |
value | "" |
user
"App\Form\UserType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1061 class: "Symfony\Component\Form\Extension\Core\Type\FormType" 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() {#1063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1062 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "_inscrit_user_user" ] |
cache_key | "_inscrit_user_user_user" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1321 -errors: [] -form: Symfony\Component\Form\Form {#1153 …} } |
form | Symfony\Component\Form\FormView {#1322 …5} |
full_name | "inscrit_user[user]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_user" |
valid | true |
value | null |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1081 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#1116 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1083 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_user_username" ] |
cache_key | "_inscrit_user_user_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1326 -errors: [] -form: Symfony\Component\Form\Form {#1156 …} } |
form | Symfony\Component\Form\FormView {#1325 …5} |
full_name | "inscrit_user[user][username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_user_username" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_user_username" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1125 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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() {#1123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1124 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscrit_user_user_email" ] |
cache_key | "_inscrit_user_user_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1327 -errors: [] -form: Symfony\Component\Form\Form {#1159 …} } |
form | Symfony\Component\Form\FormView {#1328 …5} |
full_name | "inscrit_user[user][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_user_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_user_email" |
valid | true |
value | "" |
password
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" ] |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | 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 | 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 | false |
upload_max_size_message | Closure() {#1148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1109 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_inscrit_user_user_password" ] |
cache_key | "_inscrit_user_user_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1329 -errors: [] -form: Symfony\Component\Form\Form {#1162 …} } |
form | Symfony\Component\Form\FormView {#1330 …5} |
full_name | "inscrit_user[user][password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user_user_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user_user_password" |
valid | true |
value | "" |
save
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-primary mt-4" ] |
[ "class" => "btn btn-primary mt-4" ] |
label | "S'inscrire" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-primary mt-4" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "S'inscrire" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "btn btn-primary mt-4" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_inscrit_user_save" ] |
cache_key | "_inscrit_user_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1324 …5} |
full_name | "inscrit_user[save]" |
id | "inscrit_user_save" |
label | "S'inscrire" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_inscrit_user_save" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "2f63548a2a9f9069ba.UefzkgkTdZTcgZ7-ptfI7itWoJWcPQa2faqUXlzuciE.NaXFpiQrQPaJtMak5eWcmUYJ0MfrfHLyCtPiJDGhBUQ8j6GnTn479ZK3yw" |
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 | "2f63548a2a9f9069ba.UefzkgkTdZTcgZ7-ptfI7itWoJWcPQa2faqUXlzuciE.NaXFpiQrQPaJtMak5eWcmUYJ0MfrfHLyCtPiJDGhBUQ8j6GnTn479ZK3yw" |
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 {#416 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#417 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#418 …} -namespace: Closure() {#420 …} } |
data | "2f63548a2a9f9069ba.UefzkgkTdZTcgZ7-ptfI7itWoJWcPQa2faqUXlzuciE.NaXFpiQrQPaJtMak5eWcmUYJ0MfrfHLyCtPiJDGhBUQ8j6GnTn479ZK3yw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1349 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1338 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $message: Closure() {#1337 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_inscrit_user__token" ] |
cache_key | "_inscrit_user__token_hidden" |
compound | false |
data | "2f63548a2a9f9069ba.UefzkgkTdZTcgZ7-ptfI7itWoJWcPQa2faqUXlzuciE.NaXFpiQrQPaJtMak5eWcmUYJ0MfrfHLyCtPiJDGhBUQ8j6GnTn479ZK3yw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1358 -errors: [] -form: Symfony\Component\Form\Form {#1332 …} } |
form | Symfony\Component\Form\FormView {#1341 …5} |
full_name | "inscrit_user[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscrit_user__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscrit_user__token" |
valid | true |
value | "2f63548a2a9f9069ba.UefzkgkTdZTcgZ7-ptfI7itWoJWcPQa2faqUXlzuciE.NaXFpiQrQPaJtMak5eWcmUYJ0MfrfHLyCtPiJDGhBUQ8j6GnTn479ZK3yw" |