- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 19
- Security
- Twig
- Doctrine
- E-mails
- E-mails
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
file
-
-
matricule
-
lastName
-
firstName
-
gender
-
birthday
-
birthplace
-
residence
-
fatherName
-
motherName
-
primaryContact
-
secondaryContact
-
particularDisease
-
entryClass
-
otherInformations
-
_token
-
student
"App\Form\StudentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Student {#115 -id: null -imageFile: null -matricule: "202501070001" -firstname: null -lastname: null -particularDisease: null -fatherName: null -motherName: null -primaryContact: null -residence: null -secondaryContact: null -otherInformations: null -birthday: null -gender: null -birthplace: null -enrolled: false -subscriptions: Doctrine\Common\Collections\ArrayCollection {#879 …} -payments: Doctrine\Common\Collections\ArrayCollection {#891 …} -entryClass: null -createdAt: null -updatedAt: null -imageName: null +"marks": Doctrine\Common\Collections\ArrayCollection {#875 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Student {#115 -id: null -imageFile: null -matricule: "202501070001" -firstname: null -lastname: null -particularDisease: null -fatherName: null -motherName: null -primaryContact: null -residence: null -secondaryContact: null -otherInformations: null -birthday: null -gender: null -birthplace: null -enrolled: false -subscriptions: Doctrine\Common\Collections\ArrayCollection {#879 …} -payments: Doctrine\Common\Collections\ArrayCollection {#891 …} -entryClass: null -createdAt: null -updatedAt: null -imageName: null +"marks": Doctrine\Common\Collections\ArrayCollection {#875 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data | App\Entity\Student {#115 -id: null -imageFile: null -matricule: "202501070001" -firstname: null -lastname: null -particularDisease: null -fatherName: null -motherName: null -primaryContact: null -residence: null -secondaryContact: null -otherInformations: null -birthday: null -gender: null -birthplace: null -enrolled: false -subscriptions: Doctrine\Common\Collections\ArrayCollection {#879 …} -payments: Doctrine\Common\Collections\ArrayCollection {#891 …} -entryClass: null -createdAt: null -updatedAt: null -imageName: null +"marks": Doctrine\Common\Collections\ArrayCollection {#875 …} } |
data_class | "App\Entity\Student" |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1345 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} use: { $class: "App\Entity\Student" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1346 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "student" "_student" ] |
cache_key | "_student_student" |
compound | true |
data | App\Entity\Student {#115 -id: null -imageFile: null -matricule: "202501070001" -firstname: null -lastname: null -particularDisease: null -fatherName: null -motherName: null -primaryContact: null -residence: null -secondaryContact: null -otherInformations: null -birthday: null -gender: null -birthplace: null -enrolled: false -subscriptions: Doctrine\Common\Collections\ArrayCollection {#879 …} -payments: Doctrine\Common\Collections\ArrayCollection {#891 …} -entryClass: null -createdAt: null -updatedAt: null -imageName: null +"marks": Doctrine\Common\Collections\ArrayCollection {#875 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1779 -form: Symfony\Component\Form\Form {#1567 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1784 …5} |
full_name | "student" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "student" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student" |
valid | true |
value | App\Entity\Student {#115 -id: null -imageFile: null -matricule: "202501070001" -firstname: null -lastname: null -particularDisease: null -fatherName: null -motherName: null -primaryContact: null -residence: null -secondaryContact: null -otherInformations: null -birthday: null -gender: null -birthplace: null -enrolled: false -subscriptions: Doctrine\Common\Collections\ArrayCollection {#879 …} -payments: Doctrine\Common\Collections\ArrayCollection {#891 …} -entryClass: null -createdAt: null -updatedAt: null -imageName: null +"marks": Doctrine\Common\Collections\ArrayCollection {#875 …} } |
imageFile
"Vich\UploaderBundle\Form\Type\VichImageType"
Default Data
Property | Value |
---|---|
Model Format |
null
|
Normalized Format | [ "file" => null ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_delete | true |
same as passed value |
download_uri | false |
false
|
imagine_pattern | "student_filter_square_medium" |
same as passed value |
label | "Photo d identite(.jpg)" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_delete | true |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
asset_helper | 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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
delete_label | "vich_uploader.form_label.delete_confirm" |
disabled | false |
download_label | "vich_uploader.link.download" |
download_link | null |
download_uri | false |
empty_data | Closure(FormInterface $form) {#1366 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
image_uri | true |
imagine_pattern | "student_filter_square_medium" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Photo d identite(.jpg)" |
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 |
storage_resolve_method | 0 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1367 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
asset_helper | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "vich_image" "_student_imageFile" ] |
cache_key | "_student_imageFile_vich_image" |
compound | true |
data | [ "file" => null ] |
disabled | false |
download_label | "vich_uploader.link.download" |
download_uri | false |
errors | Symfony\Component\Form\FormErrorIterator {#1765 -form: Symfony\Component\Form\Form {#1586 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1536 …5} |
full_name | "student[imageFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_imageFile" |
image_uri | null |
label | "Photo d identite(.jpg)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "imageFile" |
object | App\Entity\Student {#115 -id: null -imageFile: null -matricule: "202501070001" -firstname: null -lastname: null -particularDisease: null -fatherName: null -motherName: null -primaryContact: null -residence: null -secondaryContact: null -otherInformations: null -birthday: null -gender: null -birthplace: null -enrolled: false -subscriptions: Doctrine\Common\Collections\ArrayCollection {#879 …} -payments: Doctrine\Common\Collections\ArrayCollection {#891 …} -entryClass: null -createdAt: null -updatedAt: null -imageName: null +"marks": Doctrine\Common\Collections\ArrayCollection {#875 …} } |
priority | 0 |
required | false |
row_attr | [] |
show_download_link | false |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_imageFile" |
valid | true |
value | [ "file" => null ] |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [] |
[] |
label | "Photo d identite(.jpg)" |
same as passed value |
required | false |
false
|
translation_domain | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
data_extraction_method | "default" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Photo d identite(.jpg)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
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() {#1577 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1578 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_student_imageFile_file" ] |
cache_key | "_student_imageFile_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1820 -form: Symfony\Component\Form\Form {#1589 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1735 …5} |
full_name | "student[imageFile][file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_imageFile_file" |
label | "Photo d identite(.jpg)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_student_imageFile_file" |
valid | true |
value | "" |
matricule
"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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#1353 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1353 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Matricule" |
same as passed value |
required | true |
same as passed value |
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1353 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1382 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Matricule" |
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() {#1384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1383 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_matricule" ] |
cache_key | "_student_matricule_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1009 -form: Symfony\Component\Form\Form {#1592 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1767 …5} |
full_name | "student[matricule]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_matricule" |
label | "Matricule" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "matricule" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_matricule" |
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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#1354 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1354 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Nom" |
same as passed value |
required | true |
same as passed value |
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1354 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1391 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1392 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_lastName" ] |
cache_key | "_student_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1736 -form: Symfony\Component\Form\Form {#1595 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1772 …5} |
full_name | "student[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_lastName" |
label | "Nom" |
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 | "_student_lastName" |
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 |
---|---|---|
label | "Prénom" |
same as passed value |
required | false |
false
|
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1400 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1401 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_firstName" ] |
cache_key | "_student_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1737 -form: Symfony\Component\Form\Form {#1598 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1733 …5} |
full_name | "student[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_firstName" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_firstName" |
valid | true |
value | "" |
gender
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "FEMME" => "1" "HOMME" => "0" ] |
[ "FEMME" => "1" "HOMME" => "0" ] |
constraints | Symfony\Component\Validator\Constraints\NotBlank {#1355 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1355 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Sexe" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 | [ "FEMME" => "1" "HOMME" => "0" ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1355 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Sexe" |
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() {#1422 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1421 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_student_gender" ] |
cache_key | "_student_gender_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1637 +label: "FEMME" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1635 +label: "HOMME" +value: "0" +data: "0" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1348 -form: Symfony\Component\Form\Form {#1601 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1511 …5} |
full_name | "student[gender]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_gender" |
is_selected | Closure($choice, $value) {#1001 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1408 …} } |
label | "Sexe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "gender" |
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 | "_student_gender" |
valid | true |
value | "" |
birthday
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "js-datepicker" ] |
[ "class" => "js-datepicker" ] |
constraints | Symfony\Component\Validator\Constraints\NotBlank {#1357 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1357 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
format | "yyyy-MM-dd" |
same as passed value |
html5 | true |
same as passed value |
input | "datetime" |
same as passed value |
label | "Date de naissance" |
same as passed value |
required | true |
same as passed value |
trim | true |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1357 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date de naissance" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
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() {#1446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1443 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_student_birthday" ] |
cache_key | "_student_birthday_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1369 -form: Symfony\Component\Form\Form {#1604 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1809 …5} |
full_name | "student[birthday]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_birthday" |
label | "Date de naissance" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "birthday" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_student_birthday" |
valid | true |
value | "" |
widget | "single_text" |
birthplace
"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 |
---|---|---|
label | "Lieu de naissance" |
same as passed value |
required | true |
same as passed value |
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1454 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Lieu de naissance" |
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() {#1456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1455 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_birthplace" ] |
cache_key | "_student_birthplace_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1732 -form: Symfony\Component\Form\Form {#1607 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1731 …5} |
full_name | "student[birthplace]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_birthplace" |
label | "Lieu de naissance" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "birthplace" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_birthplace" |
valid | true |
value | "" |
residence
"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 |
---|---|---|
label | "Résidence" |
same as passed value |
required | false |
false
|
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1463 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Résidence" |
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() {#1465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1464 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_residence" ] |
cache_key | "_student_residence_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1730 -form: Symfony\Component\Form\Form {#1610 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1729 …5} |
full_name | "student[residence]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_residence" |
label | "Résidence" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "residence" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_residence" |
valid | true |
value | "" |
fatherName
"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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#1356 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1356 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Nom du Père" |
same as passed value |
required | true |
same as passed value |
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1356 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1472 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 du Père" |
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() {#1474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1473 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_fatherName" ] |
cache_key | "_student_fatherName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1728 -form: Symfony\Component\Form\Form {#1613 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1727 …5} |
full_name | "student[fatherName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_fatherName" |
label | "Nom du Père" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fatherName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_fatherName" |
valid | true |
value | "" |
motherName
"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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#1358 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1358 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Nom de la Mère" |
same as passed value |
required | true |
same as passed value |
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1358 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1481 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 la Mère" |
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() {#1483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1482 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_motherName" ] |
cache_key | "_student_motherName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1726 -form: Symfony\Component\Form\Form {#1616 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1725 …5} |
full_name | "student[motherName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_motherName" |
label | "Nom de la Mère" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "motherName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_motherName" |
valid | true |
value | "" |
primaryContact
"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 |
---|---|---|
label | "Contact du père ou tuteur" |
same as passed value |
required | false |
false
|
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1490 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Contact du père ou tuteur" |
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() {#1492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1491 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_primaryContact" ] |
cache_key | "_student_primaryContact_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1724 -form: Symfony\Component\Form\Form {#1619 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1721 …5} |
full_name | "student[primaryContact]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_primaryContact" |
label | "Contact du père ou tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "primaryContact" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_primaryContact" |
valid | true |
value | "" |
secondaryContact
"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 |
---|---|---|
label | "Contact de la mère ou nourrice" |
same as passed value |
required | false |
false
|
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1499 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Contact de la mère ou nourrice" |
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() {#1501 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1500 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_secondaryContact" ] |
cache_key | "_student_secondaryContact_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1711 -form: Symfony\Component\Form\Form {#1622 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1502 …5} |
full_name | "student[secondaryContact]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_secondaryContact" |
label | "Contact de la mère ou nourrice" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "secondaryContact" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_secondaryContact" |
valid | true |
value | "" |
particularDisease
"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 |
---|---|---|
label | "Maladie(s) particulière(s)" |
same as passed value |
required | false |
false
|
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1508 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Maladie(s) particulière(s)" |
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() {#1510 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1509 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_particularDisease" ] |
cache_key | "_student_particularDisease_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1493 -form: Symfony\Component\Form\Form {#1625 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1484 …5} |
full_name | "student[particularDisease]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_particularDisease" |
label | "Maladie(s) particulière(s)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "particularDisease" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_particularDisease" |
valid | true |
value | "" |
entryClass
"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 |
---|---|---|
class | "App\Entity\ClassRoom" |
same as passed value |
label | "Classe de depart" |
same as passed value |
placeholder | "Choisir la classe" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1526 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1539 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1530 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1537 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1553 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1531 -om: ContainerLyxEzjb\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#311 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1534 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ClassRoom" |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
em | ContainerLyxEzjb\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#311 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 {#1531 -om: ContainerLyxEzjb\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#311 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1534 …} -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 | "Classe de depart" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choisir la classe" |
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 | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1529 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1527 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_student_entryClass" ] |
cache_key | "_student_entryClass_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2222 +label: "Secondaire/Francophone/PREMIER/2/CINQUIEME" +value: "1" +data: App\Entity\ClassRoom {#1815 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +label: "Secondaire/Francophone/PREMIER/1/SIXIEME" +value: "2" +data: App\Entity\ClassRoom {#1927 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "Secondaire/Francophone/PREMIER/3/QUATRIEME ALL" +value: "3" +data: App\Entity\ClassRoom {#1939 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "Secondaire/Anglophone/SECOND CYCLE/IV/FROM IV ARTS" +value: "4" +data: App\Entity\ClassRoom {#1949 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "Secondaire/Francophone/PREMIER/4/TROISIEME ALL" +value: "5" +data: App\Entity\ClassRoom {#1959 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "Secondaire/Francophone/SECOND/6/PREMIERE A4 ESP" +value: "6" +data: App\Entity\ClassRoom {#1969 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "Secondaire/Francophone/SECOND/6/PREMIERE_C" +value: "7" +data: App\Entity\ClassRoom {#1979 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "Secondaire/Francophone/SECOND/6/PREMIERE_D" +value: "8" +data: App\Entity\ClassRoom {#1988 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "Secondaire/Francophone/SECOND/5/Seconde A ALL" +value: "9" +data: App\Entity\ClassRoom {#1997 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "Secondaire/Francophone/SECOND/5/Seconde A Esp" +value: "10" +data: App\Entity\ClassRoom {#2007 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "Secondaire/Francophone/SECOND/5/Seconde D" +value: "11" +data: App\Entity\ClassRoom {#2016 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "Secondaire/Francophone/SECOND/7/Terminale A ALL" +value: "12" +data: App\Entity\ClassRoom {#2025 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "Secondaire/Francophone/SECOND/7/Terminale A ESP" +value: "13" +data: App\Entity\ClassRoom {#2035 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "Secondaire/Francophone/SECOND/7/Terminale C" +value: "14" +data: App\Entity\ClassRoom {#2044 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "Secondaire/Francophone/SECOND/7/TERMINALE_D" +value: "15" +data: App\Entity\ClassRoom {#2053 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "Secondaire/Francophone/PREMIER/4/TROISIEME ESP" +value: "16" +data: App\Entity\ClassRoom {#2062 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "Secondaire/Francophone/PREMIER/3/QUATRIEME ESP" +value: "17" +data: App\Entity\ClassRoom {#2071 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "Secondaire/Anglophone/FIRST CYCLE/III/FROM III" +value: "18" +data: App\Entity\ClassRoom {#2080 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "Secondaire/Anglophone/FIRST CYCLE/II/FROM II" +value: "19" +data: App\Entity\ClassRoom {#2090 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "Secondaire/Anglophone/FIRST CYCLE/I/FROM I" +value: "20" +data: App\Entity\ClassRoom {#2100 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "Secondaire/Francophone/SECOND/6/PREMIERE A4 ALL" +value: "21" +data: App\Entity\ClassRoom {#2110 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "Secondaire/Anglophone/SECOND CYCLE/IV/FROM IV SCIENCE" +value: "23" +data: App\Entity\ClassRoom {#2119 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "Secondaire/Anglophone/SECOND CYCLE/IV/FORM V ARTS" +value: "24" +data: App\Entity\ClassRoom {#2128 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "Secondaire/Anglophone/SECOND CYCLE/IV/FORM V SCIENCE" +value: "25" +data: App\Entity\ClassRoom {#2137 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "Secondaire/Francophone/SECOND/5/Seconde C" +value: "26" +data: App\Entity\ClassRoom {#2146 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1739 -form: Symfony\Component\Form\Form {#1628 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1743 …5} |
full_name | "student[entryClass]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_entryClass" |
is_selected | Closure($choice, $value) {#2324 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1408 …} } |
label | "Classe de depart" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "entryClass" |
placeholder | "Choisir la classe" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_entryClass" |
valid | true |
value | "" |
otherInformations
"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 |
---|---|---|
label | "Autres informations" |
same as passed value |
required | false |
false
|
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1559 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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 | "Autres informations" |
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() {#1561 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#1560 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_student_otherInformations" ] |
cache_key | "_student_otherInformations_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2325 -form: Symfony\Component\Form\Form {#1631 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2326 …5} |
full_name | "student[otherInformations]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student_otherInformations" |
label | "Autres informations" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "otherInformations" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_student_otherInformations" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "3f6.YkWfMYSCNOakSw16iG64_yTVJj7qikjR9gOJFSRBq-Y.TzT8WN7Ua7f2LHce31-OvWigZWii2CLlnkT5UX4km9BRc9xc1bB8tcV6ag" |
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 | "3f6.YkWfMYSCNOakSw16iG64_yTVJj7qikjR9gOJFSRBq-Y.TzT8WN7Ua7f2LHce31-OvWigZWii2CLlnkT5UX4km9BRc9xc1bB8tcV6ag" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
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 {#89 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#88 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#87 …} -namespace: Closure() {#85 …} } |
data | "3f6.YkWfMYSCNOakSw16iG64_yTVJj7qikjR9gOJFSRBq-Y.TzT8WN7Ua7f2LHce31-OvWigZWii2CLlnkT5UX4km9BRc9xc1bB8tcV6ag" |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2331 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1217 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
filter_field_name | null |
filter_shared_name | null |
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() {#2333 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1327 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1229 …} $translationDomain: "validators" $message: Closure() {#2330 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_student__token" ] |
cache_key | "_student__token_hidden" |
compound | false |
data | "3f6.YkWfMYSCNOakSw16iG64_yTVJj7qikjR9gOJFSRBq-Y.TzT8WN7Ua7f2LHce31-OvWigZWii2CLlnkT5UX4km9BRc9xc1bB8tcV6ag" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2343 -form: Symfony\Component\Form\Form {#2339 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2334 …5} |
full_name | "student[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "student__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 | "_student__token" |
valid | true |
value | "3f6.YkWfMYSCNOakSw16iG64_yTVJj7qikjR9gOJFSRBq-Y.TzT8WN7Ua7f2LHce31-OvWigZWii2CLlnkT5UX4km9BRc9xc1bB8tcV6ag" |