- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 30
- Events
- Routing
- Cache
- Translation 18
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
submit
-
username
-
lastname
-
email
-
niveau01
-
niveau01other
-
-
first
-
second
-
-
captcha
-
firstname
-
visible
-
usualname
-
niveau02
-
motivation
-
_token
-
registration
"App\Form\RegistrationType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Registration {#1046 -id: null -username: null -firstname: null -lastname: null -password: null -passwordplain: null -salt: null -passwordad: null -ifad: false -email: null #visible: true -keyexpire: null -keyvalue: null -statut: App\Entity\Statut {#1528 …} -usualname: null -telephonenumber: null -postaladress: null -givensname: null -birthdate: null -gender: null -job: null -position: null -niveau01other: null -motivation: null -note: null -redirect: "http://terium.org/ninefolio/sylvain" -groupid: null -birthcountry: null -birthplace: null -niveau01: null -niveau02: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Registration {#1046 -id: null -username: null -firstname: null -lastname: null -password: null -passwordplain: null -salt: null -passwordad: null -ifad: false -email: null #visible: true -keyexpire: null -keyvalue: null -statut: App\Entity\Statut {#1528 …} -usualname: null -telephonenumber: null -postaladress: null -givensname: null -birthdate: null -gender: null -job: null -position: null -niveau01other: null -motivation: null -note: null -redirect: "http://terium.org/ninefolio/sylvain" -groupid: null -birthcountry: null -birthplace: null -niveau01: null -niveau02: null } |
same as passed value |
fields | [ "firstname" => [ "perm" => 2 "label" => "Prénom" ] "visible" => [ "perm" => 2 "label" => "Visible" ] "authlevel" => [ "perm" => 0 "label" => "Niveau d'authentification" ] "belongingpopulation" => [ "perm" => 0 "label" => "Population d'appartenance" ] "job" => [ "perm" => 0 "label" => "Métier" ] "position" => [ "perm" => 0 "label" => "Fonction" ] "niveau02" => [ "perm" => 1 "label" => "Niveau02" ] "usualname" => [ "perm" => 2 "label" => "Nom d'Usage" ] "gender" => [ "perm" => 0 "label" => "Sexe" ] "givensname" => [ "perm" => 0 "label" => "Autre Prénom" ] "telephonenumber" => [ "perm" => 0 "label" => "Téléphone" ] "postaladress" => [ "perm" => 0 "label" => "Adresse" ] "birthdate" => [ "perm" => 0 "label" => "Date de Naissance" ] "birthcountry" => [ "perm" => 0 "label" => "Pays de Naissance" ] "birthplace" => [ "perm" => 0 "label" => "Ville de Naissance" ] "visite" => [ "perm" => 0 "label" => "Visite" ] ] |
[ "firstname" => [ "perm" => 2 "label" => "Prénom" ] "visible" => [ "perm" => 2 "label" => "Visible" ] "authlevel" => [ "perm" => 0 "label" => "Niveau d'authentification" ] "belongingpopulation" => [ "perm" => 0 "label" => "Population d'appartenance" ] "job" => [ "perm" => 0 "label" => "Métier" ] "position" => [ "perm" => 0 "label" => "Fonction" ] "niveau02" => [ "perm" => 1 "label" => "Niveau02" ] "usualname" => [ "perm" => 2 "label" => "Nom d'Usage" ] "gender" => [ "perm" => 0 "label" => "Sexe" ] "givensname" => [ "perm" => 0 "label" => "Autre Prénom" ] "telephonenumber" => [ "perm" => 0 "label" => "Téléphone" ] "postaladress" => [ "perm" => 0 "label" => "Adresse" ] "birthdate" => [ "perm" => 0 "label" => "Date de Naissance" ] "birthcountry" => [ "perm" => 0 "label" => "Pays de Naissance" ] "birthplace" => [ "perm" => 0 "label" => "Ville de Naissance" ] "visite" => [ "perm" => 0 "label" => "Visite" ] ] |
mode | "submit" |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data | App\Entity\Registration {#1046 -id: null -username: null -firstname: null -lastname: null -password: null -passwordplain: null -salt: null -passwordad: null -ifad: false -email: null #visible: true -keyexpire: null -keyvalue: null -statut: App\Entity\Statut {#1528 …} -usualname: null -telephonenumber: null -postaladress: null -givensname: null -birthdate: null -gender: null -job: null -position: null -niveau01other: null -motivation: null -note: null -redirect: "http://terium.org/ninefolio/sylvain" -groupid: null -birthcountry: null -birthplace: null -niveau01: null -niveau02: null } |
data_class | "App\Entity\Registration" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1102 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} use: { $class: "App\Entity\Registration" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
fields | [ "firstname" => [ "perm" => 2 "label" => "Prénom" ] "visible" => [ "perm" => 2 "label" => "Visible" ] "authlevel" => [ "perm" => 0 "label" => "Niveau d'authentification" ] "belongingpopulation" => [ "perm" => 0 "label" => "Population d'appartenance" ] "job" => [ "perm" => 0 "label" => "Métier" ] "position" => [ "perm" => 0 "label" => "Fonction" ] "niveau02" => [ "perm" => 1 "label" => "Niveau02" ] "usualname" => [ "perm" => 2 "label" => "Nom d'Usage" ] "gender" => [ "perm" => 0 "label" => "Sexe" ] "givensname" => [ "perm" => 0 "label" => "Autre Prénom" ] "telephonenumber" => [ "perm" => 0 "label" => "Téléphone" ] "postaladress" => [ "perm" => 0 "label" => "Adresse" ] "birthdate" => [ "perm" => 0 "label" => "Date de Naissance" ] "birthcountry" => [ "perm" => 0 "label" => "Pays de Naissance" ] "birthplace" => [ "perm" => 0 "label" => "Ville de Naissance" ] "visite" => [ "perm" => 0 "label" => "Visite" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
mode | "submit" |
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() {#1104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1103 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration" "_registration" ] |
cache_key | "_registration_registration" |
compound | true |
data | App\Entity\Registration {#1046 -id: null -username: null -firstname: null -lastname: null -password: null -passwordplain: null -salt: null -passwordad: null -ifad: false -email: null #visible: true -keyexpire: null -keyvalue: null -statut: App\Entity\Statut {#1528 …} -usualname: null -telephonenumber: null -postaladress: null -givensname: null -birthdate: null -gender: null -job: null -position: null -niveau01other: null -motivation: null -note: null -redirect: "http://terium.org/ninefolio/sylvain" -groupid: null -birthcountry: null -birthplace: null -niveau01: null -niveau02: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1525 -form: Symfony\Component\Form\Form {#1370 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1526 …5} |
full_name | "registration" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration" |
valid | true |
value | App\Entity\Registration {#1046 -id: null -username: null -firstname: null -lastname: null -password: null -passwordplain: null -salt: null -passwordad: null -ifad: false -email: null #visible: true -keyexpire: null -keyvalue: null -statut: App\Entity\Statut {#1528 …} -usualname: null -telephonenumber: null -postaladress: null -givensname: null -birthdate: null -gender: null -job: null -position: null -niveau01other: null -motivation: null -note: null -redirect: "http://terium.org/ninefolio/sylvain" -groupid: null -birthcountry: null -birthplace: null -niveau01: null -niveau02: null } |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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-success" ] |
[ "class" => "btn btn-success" ] |
label | "Confirmer" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-success" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Confirmer" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn btn-success" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_registration_submit" ] |
cache_key | "_registration_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1539 …5} |
full_name | "registration[submit]" |
id | "registration_submit" |
label | "Confirmer" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_registration_submit" |
value | null |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
disabled | false |
false
|
label | "Login" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "new-password" ] |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1127 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
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 | "Login" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1128 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "new-password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_username" ] |
cache_key | "_registration_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1541 -form: Symfony\Component\Form\Form {#1375 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1542 …5} |
full_name | "registration[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_username" |
label | "Login" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_username" |
valid | true |
value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
disabled | false |
false
|
label | "Nom de Famille" |
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 | 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom de Famille" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1137 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_lastname" ] |
cache_key | "_registration_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1540 -form: Symfony\Component\Form\Form {#1378 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1543 …5} |
full_name | "registration[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_lastname" |
label | "Nom de Famille" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_lastname" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
disabled | false |
false
|
label | "Mail" |
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 | 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
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 | "Mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1152 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1149 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_email" ] |
cache_key | "_registration_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1544 -form: Symfony\Component\Form\Form {#1381 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1545 …5} |
full_name | "registration[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_email" |
label | "Mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_email" |
valid | true |
value | "" |
niveau01
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "readonly" => false ] |
[ "readonly" => false ] |
choice_label | "label" |
same as passed value |
class | "App\Entity\Niveau01" |
same as passed value |
disabled | false |
false
|
label | "Niveau01" |
same as passed value |
placeholder | "== Choisir Niveau01 ==" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#1120 class: "App\Form\RegistrationType" this: App\Form\RegistrationType {#1063 …} } |
Doctrine\ORM\QueryBuilder {#1243 -em: Doctrine\ORM\EntityManager {#79 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1241 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "niveau01" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1240 #from: "App\Entity\Niveau01" #alias: "niveau01" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1239 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "niveau01.label ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT niveau01 FROM App\Entity\Niveau01 niveau01 ORDER BY niveau01.label ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1244 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "readonly" => false ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "label" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1274 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1196 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1215 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1197 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1212 -om: Doctrine\ORM\EntityManager {#79 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1185 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Niveau01" |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
em | Doctrine\ORM\EntityManager {#79 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1212 -om: Doctrine\ORM\EntityManager {#79 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1185 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Niveau01" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "== Choisir Niveau01 ==" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1243 -em: Doctrine\ORM\EntityManager {#79 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1241 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "niveau01" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1240 #from: "App\Entity\Niveau01" #alias: "niveau01" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1239 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "niveau01.label ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT niveau01 FROM App\Entity\Niveau01 niveau01 ORDER BY niveau01.label ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1244 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1182 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "readonly" => false ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_registration_niveau01" ] |
cache_key | "_registration_niveau01_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ "_100" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1550 +label: "nine" +value: "-100" +data: App\Entity\Niveau01 {#1563 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1546 -form: Symfony\Component\Form\Form {#1384 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1547 …5} |
full_name | "registration[niveau01]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_niveau01" |
is_selected | Closure($choice, $value) {#1549 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1159 …} } |
label | "Niveau01" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "niveau01" |
placeholder | "== Choisir Niveau01 ==" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_niveau01" |
valid | true |
value | "" |
niveau01other
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
disabled | false |
false
|
label | "Autre Niveau01 *" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1207 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
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 | "Autre Niveau01 *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1206 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_niveau01other" ] |
cache_key | "_registration_niveau01other_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1554 -form: Symfony\Component\Form\Form {#1387 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1548 …5} |
full_name | "registration[niveau01other]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_niveau01other" |
label | "Autre Niveau01 *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "niveau01other" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_niveau01other" |
valid | true |
value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
first_options | [ "label" => "Mot de Passe" "attr" => [ "autocomplete" => "new-password" ] ] |
[ "label" => "Mot de Passe" "attr" => [ "autocomplete" => "new-password" ] ] |
invalid_message | "Mot de passe non valide" |
same as passed value |
required | true |
same as passed value |
second_options | [ "label" => "Confirmer Mot de Passe" ] |
[ "label" => "Confirmer Mot de Passe" ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1276 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Mot de Passe" "attr" => [ "autocomplete" => "new-password" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Mot de passe non valide" |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => "Confirmer Mot de Passe" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#1279 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1278 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_password" ] |
cache_key | "_registration_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1552 -form: Symfony\Component\Form\Form {#1411 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1556 …5} |
full_name | "registration[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
error_bubbling | false |
false
|
label | "Mot de Passe" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "autocomplete" => "new-password" ] |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1396 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
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 | "Mot de Passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1395 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "new-password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_password_first" ] |
cache_key | "_registration_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1553 -form: Symfony\Component\Form\Form {#1414 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1559 …5} |
full_name | "registration[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_password_first" |
label | "Mot de Passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_password_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
error_bubbling | false |
false
|
label | "Confirmer Mot de Passe" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1404 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
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 | "Confirmer Mot de Passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1406 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1405 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_password_second" ] |
cache_key | "_registration_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1561 -form: Symfony\Component\Form\Form {#1417 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1958 …5} |
full_name | "registration[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_password_second" |
label | "Confirmer Mot de Passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_password_second" |
valid | true |
value | "" |
captcha
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 |
---|---|---|
height | 50 |
same as passed value |
length | 6 |
same as passed value |
width | 200 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
distortion | true |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1296 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/app/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "Bad code value" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
length | 6 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 50 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1297 …} } } |
validation_groups | null |
web_path | "/app/public" |
whitelist_key | "captcha_whitelist_key" |
width | 200 |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_registration_captcha" ] |
cache_key | "_registration_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,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" |
captcha_height | 50 |
captcha_width | 200 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1551 -form: Symfony\Component\Form\Form {#1420 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1560 …5} |
full_name | "registration[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_captcha" |
image_id | "captcha_678f9a0f4a736" |
is_human | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | false |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_captcha" |
valid | true |
value | "" |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
disabled | false |
false
|
label | "Prénom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1306 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1307 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_firstname" ] |
cache_key | "_registration_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1954 -form: Symfony\Component\Form\Form {#1423 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1955 …5} |
full_name | "registration[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_firstname" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_firstname" |
valid | true |
value | "" |
visible
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "oui" => "1" "non" => "0" ] |
[ "oui" => "1" "non" => "0" ] |
disabled | false |
false
|
label | "Visible" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "oui" => "1" "non" => "0" ] |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Visible" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1315 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_registration_visible" ] |
cache_key | "_registration_visible_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1696 +label: "oui" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1682 +label: "non" +value: "0" +data: "0" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1953 -form: Symfony\Component\Form\Form {#1426 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1952 …5} |
full_name | "registration[visible]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_visible" |
is_selected | Closure($choice, $value) {#1685 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1159 …} } |
label | "Visible" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "visible" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_visible" |
valid | true |
value | "1" |
usualname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
disabled | false |
false
|
label | "Nom d'Usage" |
same as passed value |
required | true |
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 | 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1326 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom d'Usage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1327 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_usualname" ] |
cache_key | "_registration_usualname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1686 -form: Symfony\Component\Form\Form {#1429 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1687 …5} |
full_name | "registration[usualname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_usualname" |
label | "Nom d'Usage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "usualname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_usualname" |
valid | true |
value | "" |
niveau02
"Tetranz\Select2EntityBundle\Form\Type\Select2EntityType"
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 |
---|---|---|
allow_clear | true |
same as passed value |
cache | false |
false
|
cache_timeout | 60000 |
same as passed value |
class | "App\Entity\Niveau02" |
same as passed value |
delay | 250 |
same as passed value |
disabled | false |
false
|
label | "Niveau02" |
same as passed value |
language | "fr" |
same as passed value |
minimum_input_length | 0 |
same as passed value |
multiple | false |
false
|
page_limit | 10 |
same as passed value |
placeholder | "Selectionner Niveau02" |
same as passed value |
primary_key | "id" |
same as passed value |
remote_route | "app_core_ajax_niveau02_list" |
same as passed value |
req_params | [ "niveau01" => "parent.children[niveau01]" ] |
[ "niveau01" => "parent.children[niveau01]" ] |
required | false |
false
|
text_property | "label" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | [ "enabled" => false "new_tag_text" => " (NEW)" "new_tag_prefix" => "__" "tag_separators" => "[",", " "]" ] |
allow_clear | true |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autostart | true |
block_name | null |
block_prefix | null |
by_reference | true |
cache | false |
cache_timeout | 60000 |
callback | null |
class | "App\Entity\Niveau02" |
class_type | null |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
delay | 250 |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1339 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
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 | "Niveau02" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
language | "fr" |
legacy_error_messages | true |
mapped | true |
method | "POST" |
minimum_input_length | 0 |
multiple | false |
object_manager | null |
page_limit | 10 |
placeholder | "Selectionner Niveau02" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
primary_key | "id" |
priority | 0 |
property | null |
property_path | null |
query_parameters | [] |
remote_params | [] |
remote_path | null |
remote_route | "app_core_ajax_niveau02_list" |
render_html | false |
req_params | [ "niveau01" => "parent.children[niveau01]" ] |
required | false |
row_attr | [] |
scroll | false |
setter | null |
text_property | "label" |
theme | "default" |
transformer | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1340 …} } } |
validation_groups | null |
width | null |
View Variables
Variable | Value |
---|---|
action | "" |
allow_add | [ "enabled" => false "new_tag_text" => " (NEW)" "new_tag_prefix" => "__" "tag_separators" => "[",", " "]" ] |
allow_clear | true |
attr | [ "data-req_params" => "{"niveau01":"registration[niveau01]"}" ] |
attr_translation_parameters | [] |
autostart | true |
block_prefixes | [ "form" "tetranz_select2entity" "_registration_niveau02" ] |
cache | false |
cache_key | "_registration_niveau02_tetranz_select2entity" |
cache_timeout | 60000 |
class_type | null |
compound | false |
data | null |
delay | 250 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1688 -form: Symfony\Component\Form\Form {#1432 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1689 …5} |
full_name | "registration[niveau02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_niveau02" |
label | "Niveau02" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
language | "fr" |
method | "POST" |
minimum_input_length | 0 |
multipart | false |
multiple | false |
name | "niveau02" |
object_manager | null |
page_limit | 10 |
placeholder | "Selectionner Niveau02" |
primary_key | "id" |
priority | 0 |
query_parameters | [] |
remote_path | "/ninegate/ajax/niveau02/list?page_limit=10" |
render_html | false |
required | false |
row_attr | [] |
scroll | false |
size | null |
submitted | false |
theme | "default" |
translation_domain | null |
unique_block_prefix | "_registration_niveau02" |
valid | true |
value | [] |
width | null |
motivation
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "height: 90px" ] |
[ "style" => "height: 90px" ] |
disabled | false |
false
|
label | "Motivation" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "height: 90px" ] |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1362 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
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 | "Motivation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1363 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "height: 90px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_registration_motivation" ] |
cache_key | "_registration_motivation_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1974 -form: Symfony\Component\Form\Form {#1435 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1983 …5} |
full_name | "registration[motivation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_motivation" |
label | "Motivation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "motivation" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_motivation" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "93509a7d5b1e3.TLTwYx-sHW2MQ8pxaYVjOdTig3SQkaQqJXfgwXNgN9g.K86jMV7ecB3PK4M6X7w1SJe3whPRxO0Hah-DpREoR7Qe_YcCT5RRN-0tiw" |
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 | "93509a7d5b1e3.TLTwYx-sHW2MQ8pxaYVjOdTig3SQkaQqJXfgwXNgN9g.K86jMV7ecB3PK4M6X7w1SJe3whPRxO0Hah-DpREoR7Qe_YcCT5RRN-0tiw" |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
data | "93509a7d5b1e3.TLTwYx-sHW2MQ8pxaYVjOdTig3SQkaQqJXfgwXNgN9g.K86jMV7ecB3PK4M6X7w1SJe3whPRxO0Hah-DpREoR7Qe_YcCT5RRN-0tiw" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1982 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1064 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1984 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1084 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#913 …} $translationDomain: "validators" $message: Closure() {#1979 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
cache_key | "_registration__token_hidden" |
compound | false |
data | "93509a7d5b1e3.TLTwYx-sHW2MQ8pxaYVjOdTig3SQkaQqJXfgwXNgN9g.K86jMV7ecB3PK4M6X7w1SJe3whPRxO0Hah-DpREoR7Qe_YcCT5RRN-0tiw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1987 -form: Symfony\Component\Form\Form {#1692 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1977 …5} |
full_name | "registration[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration__token" |
valid | true |
value | "93509a7d5b1e3.TLTwYx-sHW2MQ8pxaYVjOdTig3SQkaQqJXfgwXNgN9g.K86jMV7ecB3PK4M6X7w1SJe3whPRxO0Hah-DpREoR7Qe_YcCT5RRN-0tiw" |