- 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/jju" -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/jju" -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/jju" -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/jju" -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/jju" -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_678f9a6e63193" |
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 | "f77.Qj6kew9uhmZfr1aX6AfuDQS6HPQ4t5k_2wriXoqheG4.N3vFFzsI_Cdm62L-p2WqfEGJXbBh1sxtsVjQD9XkPAYJCpMfRh7VS3KaOQ" |
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 | "f77.Qj6kew9uhmZfr1aX6AfuDQS6HPQ4t5k_2wriXoqheG4.N3vFFzsI_Cdm62L-p2WqfEGJXbBh1sxtsVjQD9XkPAYJCpMfRh7VS3KaOQ" |
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 | "f77.Qj6kew9uhmZfr1aX6AfuDQS6HPQ4t5k_2wriXoqheG4.N3vFFzsI_Cdm62L-p2WqfEGJXbBh1sxtsVjQD9XkPAYJCpMfRh7VS3KaOQ" |
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 | "f77.Qj6kew9uhmZfr1aX6AfuDQS6HPQ4t5k_2wriXoqheG4.N3vFFzsI_Cdm62L-p2WqfEGJXbBh1sxtsVjQD9XkPAYJCpMfRh7VS3KaOQ" |
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 | "f77.Qj6kew9uhmZfr1aX6AfuDQS6HPQ4t5k_2wriXoqheG4.N3vFFzsI_Cdm62L-p2WqfEGJXbBh1sxtsVjQD9XkPAYJCpMfRh7VS3KaOQ" |