- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 460
- Events
- Routing
- Cache
- Translation 53
- Security
- Twig
- Twig Components
- HTTP Client
- Doctrine 3
- Debug
- Messages
- Emails
- Workflow
- Template events 14
- Blocks* 0
- JMS Serializer 0
- Payum
- Themes 1
- Twig Hooks
- Elastica
- VichUploader
- Configuration
- Cart 36
Configuration Settings
Theme
Page Width
Forms
-
parent_student
-
lastName
-
firstName
-
email
-
phoneNumber
-
company
-
siret
-
user
-
plainPassword
-
enabled
-
verifiedAt
-
-
imageFile
-
file
-
-
_token
-
-
bitbag_elasticsearch_search
-
box
-
query
-
-
parent_student
"App\Form\ParentStudentType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User\ParentStudent {#8814 -id: null -firstName: null -lastName: null -email: null -phoneNumber: null -company: null -siret: null -imageFile: null -imageName: null -updatedAt: null -user: null -deliveryAddresses: Doctrine\Common\Collections\ArrayCollection {#8815 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User\ParentStudent {#8814 -id: null -firstName: null -lastName: null -email: null -phoneNumber: null -company: null -siret: null -imageFile: null -imageName: null -updatedAt: null -user: null -deliveryAddresses: Doctrine\Common\Collections\ArrayCollection {#8815 …} } |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data | App\Entity\User\ParentStudent {#8814 -id: null -firstName: null -lastName: null -email: null -phoneNumber: null -company: null -siret: null -imageFile: null -imageName: null -updatedAt: null -user: null -deliveryAddresses: Doctrine\Common\Collections\ArrayCollection {#8815 …} } |
data_class | "App\Entity\User\ParentStudent" |
disabled | false |
empty_data | Closure(FormInterface $form) {#8858 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User\ParentStudent" } } |
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 | [] |
isEdit | null |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8859 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "parent_student" "_parent_student" ] |
cache_key | "_parent_student_parent_student" |
compound | true |
data | App\Entity\User\ParentStudent {#8814 -id: null -firstName: null -lastName: null -email: null -phoneNumber: null -company: null -siret: null -imageFile: null -imageName: null -updatedAt: null -user: null -deliveryAddresses: Doctrine\Common\Collections\ArrayCollection {#8815 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9062 -form: Symfony\Component\Form\Form {#8998 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8990 …5} |
full_name | "parent_student" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "parent_student" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student" |
valid | true |
value | App\Entity\User\ParentStudent {#8814 -id: null -firstName: null -lastName: null -email: null -phoneNumber: null -company: null -siret: null -imageFile: null -imageName: null -updatedAt: null -user: null -deliveryAddresses: Doctrine\Common\Collections\ArrayCollection {#8815 …} } |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "global.last.name" |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8874 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "global.last.name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8875 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_parent_student_lastName" ] |
cache_key | "_parent_student_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9028 -form: Symfony\Component\Form\Form {#9001 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9035 …5} |
full_name | "parent_student[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_lastName" |
label | "global.last.name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_lastName" |
valid | true |
value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "global.first.name" |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "global.first.name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8884 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_parent_student_firstName" ] |
cache_key | "_parent_student_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8930 -form: Symfony\Component\Form\Form {#9004 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8921 …5} |
full_name | "parent_student[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_firstName" |
label | "global.first.name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_firstName" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "kl-email" ] |
[ "class" => "kl-email" ] |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#8866 +payload: null +groups: ? +callback: [ App\Form\ParentStudentType {#8816 -entityManager: ContainerVP0x7qv\EntityManagerGhostEbeb667 {#617 …} } "validateUniqueEmail" ] } ] |
[ Symfony\Component\Validator\Constraints\Callback {#8866 +payload: null +groups: ? +callback: [ App\Form\ParentStudentType {#8816 -entityManager: ContainerVP0x7qv\EntityManagerGhostEbeb667 {#617 …} } "validateUniqueEmail" ] } ] |
label | "global.email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "kl-email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#8866 +payload: null +groups: ? +callback: [ App\Form\ParentStudentType {#8816 -entityManager: ContainerVP0x7qv\EntityManagerGhostEbeb667 {#617 …} } "validateUniqueEmail" ] } ] |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "global.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8897 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "kl-email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_parent_student_email" ] |
cache_key | "_parent_student_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8912 -form: Symfony\Component\Form\Form {#9007 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8899 …5} |
full_name | "parent_student[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_email" |
label | "global.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_email" |
valid | true |
value | "" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Regex {#8867 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^\+?\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#8867 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^\+?\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
label | "global.phone.number" |
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 | [ Symfony\Component\Validator\Constraints\Regex {#8867 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^\+?\d+$/" +htmlPattern: null +match: true +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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8909 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "global.phone.number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8910 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_parent_student_phoneNumber" ] |
cache_key | "_parent_student_phoneNumber_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8886 -form: Symfony\Component\Form\Form {#9010 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8877 …5} |
full_name | "parent_student[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_phoneNumber" |
label | "global.phone.number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_phoneNumber" |
valid | true |
value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "fo.parent.student.company" |
same as passed value |
required | false |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8918 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "fo.parent.student.company" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8919 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_parent_student_company" ] |
cache_key | "_parent_student_company_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9075 -form: Symfony\Component\Form\Form {#9013 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9077 …5} |
full_name | "parent_student[company]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_company" |
label | "fo.parent.student.company" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_company" |
valid | true |
value | "" |
siret
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 14 "pattern" => "^\d{14}$" ] |
[ "maxlength" => 14 "pattern" => "^\d{14}$" ] |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#8868 +payload: null +groups: ? +callback: [ App\Form\ParentStudentType {#8816 -entityManager: ContainerVP0x7qv\EntityManagerGhostEbeb667 {#617 …} } "validateUniqueSiret" ] } ] |
[ Symfony\Component\Validator\Constraints\Callback {#8868 +payload: null +groups: ? +callback: [ App\Form\ParentStudentType {#8816 -entityManager: ContainerVP0x7qv\EntityManagerGhostEbeb667 {#617 …} } "validateUniqueSiret" ] } ] |
label | "fo.parent.student.siret" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 14 "pattern" => "^\d{14}$" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#8868 +payload: null +groups: ? +callback: [ App\Form\ParentStudentType {#8816 -entityManager: ContainerVP0x7qv\EntityManagerGhostEbeb667 {#617 …} } "validateUniqueSiret" ] } ] |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8927 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "fo.parent.student.siret" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8928 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 14 "pattern" => "^\d{14}$" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_parent_student_siret" ] |
cache_key | "_parent_student_siret_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9078 -form: Symfony\Component\Form\Form {#9016 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9079 …5} |
full_name | "parent_student[siret]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_siret" |
label | "fo.parent.student.siret" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "siret" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_siret" |
valid | true |
value | "" |
user
"Sylius\Bundle\CoreBundle\Form\Type\User\ShopUserType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | false |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | "App\Entity\User\ShopUser" |
disabled | false |
empty_data | Closure(FormInterface $form) {#8941 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User\ShopUser" } } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8940 …} $translationDomain: "validators" } } |
validation_groups | Closure(FormInterface $form): array {#8939 returnType: "array" class: "Sylius\Bundle\CoreBundle\Form\Type\User\ShopUserType" this: Sylius\Bundle\CoreBundle\Form\Type\User\ShopUserType {#8935 …} } |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "sylius_shop_user" "_parent_student_user" ] |
cache_key | "_parent_student_user_sylius_shop_user" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9080 -form: Symfony\Component\Form\Form {#9041 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9111 …5} |
full_name | "parent_student[user]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_user" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_user" |
valid | true |
value | null |
plainPassword
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.user.password.label" |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9025 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "sylius.form.user.password.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9027 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#9026 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_parent_student_user_plainPassword" ] |
cache_key | "_parent_student_user_plainPassword_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9129 -form: Symfony\Component\Form\Form {#9044 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9128 …5} |
full_name | "parent_student[user][plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_user_plainPassword" |
label | "sylius.form.user.password.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_user_plainPassword" |
valid | true |
value | "" |
enabled
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.user.enabled" |
same as passed value |
required | false |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#8953 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#8954 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "sylius.form.user.enabled" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#9033 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_parent_student_user_enabled" ] |
cache_key | "_parent_student_user_enabled_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9126 -form: Symfony\Component\Form\Form {#9047 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9124 …5} |
full_name | "parent_student[user][enabled]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_user_enabled" |
label | "sylius.form.user.enabled" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "enabled" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_user_enabled" |
valid | true |
value | "1" |
verifiedAt
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.user.verified" |
same as passed value |
required | false |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#8953 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#8954 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "sylius.form.user.verified" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8956 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8958 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_parent_student_user_verifiedAt" ] |
cache_key | "_parent_student_user_verifiedAt_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9133 -form: Symfony\Component\Form\Form {#9050 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9134 …5} |
full_name | "parent_student[user][verifiedAt]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_user_verifiedAt" |
label | "sylius.form.user.verified" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "verifiedAt" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_user_verifiedAt" |
valid | true |
value | "1" |
imageFile
"Vich\UploaderBundle\Form\Type\VichImageType"
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
[ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
download_uri | false |
same as passed value |
label | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_delete | true |
allow_extra_fields | false |
allow_file_upload | false |
asset_helper | false |
attr | [ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
delete_label | "vich_uploader.form_label.delete_confirm" |
disabled | false |
download_label | "vich_uploader.link.download" |
download_uri | false |
empty_data | Closure(FormInterface $form) {#8987 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
image_uri | true |
imagine_pattern | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
storage_resolve_method | 0 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8989 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#8988 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
asset_helper | false |
attr | [ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "vich_image" "_parent_student_imageFile" ] |
cache_key | "_parent_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 {#9125 -form: Symfony\Component\Form\Form {#9068 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9131 …5} |
full_name | "parent_student[imageFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_imageFile" |
image_uri | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "imageFile" |
object | App\Entity\User\ParentStudent {#8814 -id: null -firstName: null -lastName: null -email: null -phoneNumber: null -company: null -siret: null -imageFile: null -imageName: null -updatedAt: null -user: null -deliveryAddresses: Doctrine\Common\Collections\ArrayCollection {#8815 …} } |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student_imageFile" |
valid | true |
value | [ "file" => null ] |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
[ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
label | false |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#9061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#9060 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "accept" => ".jpg, .jpeg, .png, .bmp" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_parent_student_imageFile_file" ] |
cache_key | "_parent_student_imageFile_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9140 -form: Symfony\Component\Form\Form {#9071 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9143 …5} |
full_name | "parent_student[imageFile][file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_student_imageFile_file" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_parent_student_imageFile_file" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "a4bc8122fae18c2d4e5a0a.FcaaYm81viFwMSXKYmCKJxhvTfo6sr1J3M2G5ws1UA8.RqDTNhV_yWQVHH3nCzDpEnZZFJZC-4R_ibr-sTtmOzZf89gaVnvOFgJdSg" |
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 | "a4bc8122fae18c2d4e5a0a.FcaaYm81viFwMSXKYmCKJxhvTfo6sr1J3M2G5ws1UA8.RqDTNhV_yWQVHH3nCzDpEnZZFJZC-4R_ibr-sTtmOzZf89gaVnvOFgJdSg" |
same as passed value |
mapped | false |
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 | "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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data | "a4bc8122fae18c2d4e5a0a.FcaaYm81viFwMSXKYmCKJxhvTfo6sr1J3M2G5ws1UA8.RqDTNhV_yWQVHH3nCzDpEnZZFJZC-4R_ibr-sTtmOzZf89gaVnvOFgJdSg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9141 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#9139 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_parent_student__token" ] |
cache_key | "_parent_student__token_hidden" |
compound | false |
data | "a4bc8122fae18c2d4e5a0a.FcaaYm81viFwMSXKYmCKJxhvTfo6sr1J3M2G5ws1UA8.RqDTNhV_yWQVHH3nCzDpEnZZFJZC-4R_ibr-sTtmOzZf89gaVnvOFgJdSg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9152 -form: Symfony\Component\Form\Form {#9148 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9135 …5} |
full_name | "parent_student[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parent_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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parent_student__token" |
valid | true |
value | "a4bc8122fae18c2d4e5a0a.FcaaYm81viFwMSXKYmCKJxhvTfo6sr1J3M2G5ws1UA8.RqDTNhV_yWQVHH3nCzDpEnZZFJZC-4R_ibr-sTtmOzZf89gaVnvOFgJdSg" |
bitbag_elasticsearch_search
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | "BitBag\SyliusElasticsearchPlugin\Model\Search" |
disabled | false |
empty_data | Closure(FormInterface $form) {#20455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "BitBag\SyliusElasticsearchPlugin\Model\Search" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#20457 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#20456 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "bitbag_elasticsearch_search" "_bitbag_elasticsearch_search" ] |
cache_key | "_bitbag_elasticsearch_search_bitbag_elasticsearch_search" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#20471 -form: Symfony\Component\Form\Form {#20477 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#20458 …5} |
full_name | "bitbag_elasticsearch_search" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "bitbag_elasticsearch_search" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "bitbag_elasticsearch_search" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_bitbag_elasticsearch_search" |
valid | true |
value | null |
box
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | false |
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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | "BitBag\SyliusElasticsearchPlugin\Model\SearchBox" |
disabled | false |
empty_data | Closure(FormInterface $form) {#20468 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "BitBag\SyliusElasticsearchPlugin\Model\SearchBox" } } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#20470 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#20469 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_box" "_bitbag_elasticsearch_search_box" ] |
cache_key | "_bitbag_elasticsearch_search_box_search_box" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#20503 -form: Symfony\Component\Form\Form {#20493 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#20502 …5} |
full_name | "bitbag_elasticsearch_search[box]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "bitbag_elasticsearch_search_box" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "box" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_bitbag_elasticsearch_search_box" |
valid | true |
value | null |
query
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
[ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#20476 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#20476 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#20476 +payload: null +groups: ? +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 {#8830 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8831 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8832 …} -namespace: Closure() {#8834 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#20485 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid search term." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#20487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1891 …} $message: Closure() {#20486 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_bitbag_elasticsearch_search_box_query" ] |
cache_key | "_bitbag_elasticsearch_search_box_query_search" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#20509 -form: Symfony\Component\Form\Form {#20496 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#20507 …5} |
full_name | "bitbag_elasticsearch_search[box][query]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "bitbag_elasticsearch_search_box_query" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "query" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_bitbag_elasticsearch_search_box_query" |
valid | true |
value | "" |