- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 43
- Security
- Twig
- Doctrine
- Migrations 1
- Debug
- E-mails
- EasyAdmin
- 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
-
-
name
-
slug
-
isRegistered
-
schoolId
-
city
-
district
-
state
-
country
-
stateWise
-
employeeName
-
suCode
-
priority
-
schoolContactEmail
-
principalName
-
principalEmail
-
schoolContact
-
schoolEmail
-
coordinatorName
-
coordinatorEmail
-
coordinatorContact
-
participatingClass
-
createdAt
-
updatedAt
-
quizStartDate
-
quizEndDate
-
_token
-
School
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "ea-edit-form" "id" => "edit-School-form" ] |
[ "class" => "ea-edit-form" "id" => "edit-School-form" ] |
data | App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } |
same as passed value |
entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } |
same as passed value |
translation_domain | "messages" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
attr | [ "class" => "ea-edit-form" "id" => "edit-School-form" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data | App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } |
data_class | "App\Entity\School" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} use: { $class: "App\Entity\School" } } |
entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | 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 | "messages" |
trim | true |
upload_max_size_message | Closure() {#1651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1648 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "ea-edit-form" "id" => "edit-School-form" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "ea_crud" "_School" ] |
cache_key | "_School_ea_crud" |
compound | true |
data | App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } |
disabled | false |
ea_crud_form | [ "assets" => "** This variable no longer stores field assets. Instead, use "ea.crud.fieldAssets()" in your Twig template." "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } "form_tabs" => [] "form_panels" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#2111 -form: Symfony\Component\Form\Form {#1658 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2110 …5} |
full_name | "School" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "School" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School" |
valid | true |
value | App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "18 Aug Test School" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Name" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1664 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Name" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1665 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_name" ] |
cache_key | "_School_name_text" |
compound | false |
data | "18 Aug Test School" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1413 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "name" -value: "18 Aug Test School" -formattedValue: "18 Aug Test School" -formatValueCallable: null -label: "Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1389 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1397 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1365 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1429 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RC" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1252 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2115 -form: Symfony\Component\Form\Form {#1927 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2114 …5} |
full_name | "School[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_name" |
label | "Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_name" |
valid | true |
value | "18 Aug Test School" |
slug
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "18-aug-test-school" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Slug" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1673 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Slug" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1674 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_slug" ] |
cache_key | "_School_slug_text" |
compound | false |
data | "18-aug-test-school" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1405 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "slug" -value: "18-aug-test-school" -formattedValue: "18-aug-test-school" -formatValueCallable: null -label: "Slug" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1349 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1357 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1325 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1392 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RD" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1260 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2116 -form: Symfony\Component\Form\Form {#1930 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2117 …5} |
full_name | "School[slug]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_slug" |
label | "Slug" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "slug" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_slug" |
valid | true |
value | "18-aug-test-school" |
isRegistered
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Is Registered" |
same as passed value |
label_attr | [ "class" => "checkbox-switch" ] |
[ "class" => "checkbox-switch" ] |
required | false |
false
|
row_attr | [ "class" => "field-boolean" ] |
[ "class" => "field-boolean" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1685 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1681 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1687 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Is Registered" |
label_attr | [ "class" => "checkbox-switch" ] |
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 | [ "class" => "field-boolean" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1689 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_School_isRegistered" ] |
cache_key | "_School_isRegistered_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1421 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField" -propertyName: "isRegistered" -value: true -formattedValue: true -formatValueCallable: null -label: "Is Registered" -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1309 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-boolean has-switch" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/boolean" -templatePath: "@EasyAdmin/crud/field/boolean.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1317 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1285 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1333 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RE" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1268 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2118 -form: Symfony\Component\Form\Form {#1933 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2119 …5} |
full_name | "School[isRegistered]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_isRegistered" |
label | "Is Registered" |
label_attr | [ "class" => "checkbox-switch" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "isRegistered" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-boolean" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_isRegistered" |
valid | true |
value | "1" |
schoolId
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1234" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "School Id" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1698 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "School Id" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1699 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_schoolId" ] |
cache_key | "_School_schoolId_text" |
compound | false |
data | "1234" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1381 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "schoolId" -value: "1234" -formattedValue: "1234" -formatValueCallable: null -label: "School Id" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1269 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1261 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1445 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1328 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RF" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1276 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2120 -form: Symfony\Component\Form\Form {#1936 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2121 …5} |
full_name | "School[schoolId]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_schoolId" |
label | "School Id" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "schoolId" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_schoolId" |
valid | true |
value | "1234" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Test City" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "City" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1707 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "City" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1709 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1708 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_city" ] |
cache_key | "_School_city_text" |
compound | false |
data | "Test City" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1341 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "city" -value: "Test City" -formattedValue: "Test City" -formatValueCallable: null -label: "City" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1447 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1446 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1450 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1241 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RG" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1284 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2122 -form: Symfony\Component\Form\Form {#1939 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2123 …5} |
full_name | "School[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_city" |
label | "City" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_city" |
valid | true |
value | "Test City" |
district
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Test distt" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "District" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1716 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "District" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1717 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_district" ] |
cache_key | "_School_district_text" |
compound | false |
data | "Test distt" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1301 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "district" -value: "Test distt" -formattedValue: "Test distt" -formatValueCallable: null -label: "District" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1452 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1451 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1455 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1449 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RH" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1292 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2124 -form: Symfony\Component\Form\Form {#1942 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2125 …5} |
full_name | "School[district]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_district" |
label | "District" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "district" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_district" |
valid | true |
value | "Test distt" |
state
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Test State" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "State" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "State" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1726 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_state" ] |
cache_key | "_School_state_text" |
compound | false |
data | "Test State" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1243 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "state" -value: "Test State" -formattedValue: "Test State" -formatValueCallable: null -label: "State" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1457 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1456 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1460 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1454 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RJ" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1300 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2126 -form: Symfony\Component\Form\Form {#1945 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2127 …5} |
full_name | "School[state]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_state" |
label | "State" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "state" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_state" |
valid | true |
value | "Test State" |
country
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Test Country" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Country" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Country" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1735 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_country" ] |
cache_key | "_School_country_text" |
compound | false |
data | "Test Country" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1448 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "country" -value: "Test Country" -formattedValue: "Test Country" -formatValueCallable: null -label: "Country" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1462 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1461 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1465 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1459 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RK" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1308 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2128 -form: Symfony\Component\Form\Form {#1948 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2129 …5} |
full_name | "School[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_country" |
label | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "country" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_country" |
valid | true |
value | "Test Country" |
stateWise
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "State Wise" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "State Wise" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1744 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_stateWise" ] |
cache_key | "_School_stateWise_text" |
compound | false |
data | null |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1453 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "stateWise" -value: null -formattedValue: null -formatValueCallable: null -label: "State Wise" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1467 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1466 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1470 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1464 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RM" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1316 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2130 -form: Symfony\Component\Form\Form {#1951 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2131 …5} |
full_name | "School[stateWise]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_stateWise" |
label | "State Wise" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "stateWise" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_stateWise" |
valid | true |
value | "" |
employeeName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Employee Name" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1752 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Employee Name" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1753 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_employeeName" ] |
cache_key | "_School_employeeName_text" |
compound | false |
data | null |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1458 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "employeeName" -value: null -formattedValue: null -formatValueCallable: null -label: "Employee Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1472 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1471 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1475 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1469 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RN" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1324 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2132 -form: Symfony\Component\Form\Form {#1954 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2133 …5} |
full_name | "School[employeeName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_employeeName" |
label | "Employee Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "employeeName" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_employeeName" |
valid | true |
value | "" |
suCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "SU-123" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Su Code" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Su Code" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1763 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1762 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_suCode" ] |
cache_key | "_School_suCode_text" |
compound | false |
data | "SU-123" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1463 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "suCode" -value: "SU-123" -formattedValue: "SU-123" -formatValueCallable: null -label: "Su Code" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1477 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1476 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1480 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1474 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RP" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1332 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2134 -form: Symfony\Component\Form\Form {#1957 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2135 …5} |
full_name | "School[suCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_suCode" |
label | "Su Code" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "suCode" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_suCode" |
valid | true |
value | "SU-123" |
priority
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Priority" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1770 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Priority" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1772 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1771 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_priority" ] |
cache_key | "_School_priority_text" |
compound | false |
data | null |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1468 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "priority" -value: null -formattedValue: null -formatValueCallable: null -label: "Priority" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1482 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1481 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1485 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1479 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RQ" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1340 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2136 -form: Symfony\Component\Form\Form {#1960 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2137 …5} |
full_name | "School[priority]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_priority" |
label | "Priority" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priority" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_priority" |
valid | true |
value | "" |
schoolContactEmail
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "School Contact Email" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1779 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "School Contact Email" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1780 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_schoolContactEmail" ] |
cache_key | "_School_schoolContactEmail_text" |
compound | false |
data | null |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1473 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "schoolContactEmail" -value: null -formattedValue: null -formatValueCallable: null -label: "School Contact Email" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1487 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1486 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1490 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1484 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RR" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1348 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2138 -form: Symfony\Component\Form\Form {#1963 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2139 …5} |
full_name | "School[schoolContactEmail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_schoolContactEmail" |
label | "School Contact Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "schoolContactEmail" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_schoolContactEmail" |
valid | true |
value | "" |
principalName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Test Principal" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Principal Name" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Principal Name" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1789 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_principalName" ] |
cache_key | "_School_principalName_text" |
compound | false |
data | "Test Principal" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1478 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "principalName" -value: "Test Principal" -formattedValue: "Test Principal" -formatValueCallable: null -label: "Principal Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1492 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1491 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1495 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1489 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RS" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1356 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2140 -form: Symfony\Component\Form\Form {#1966 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2141 …5} |
full_name | "School[principalName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_principalName" |
label | "Principal Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "principalName" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_principalName" |
valid | true |
value | "Test Principal" |
principalEmail
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Testprincipal@test.com" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Principal Email" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1797 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Principal Email" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1798 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_principalEmail" ] |
cache_key | "_School_principalEmail_text" |
compound | false |
data | "Testprincipal@test.com" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1483 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "principalEmail" -value: "Testprincipal@test.com" -formattedValue: "Testprincipal@test.com" -formatValueCallable: null -label: "Principal Email" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1497 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1496 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1500 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1494 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RT" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1364 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2142 -form: Symfony\Component\Form\Form {#1969 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2143 …5} |
full_name | "School[principalEmail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_principalEmail" |
label | "Principal Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "principalEmail" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_principalEmail" |
valid | true |
value | "Testprincipal@test.com" |
schoolContact
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1234567890" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "School Contact" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1806 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "School Contact" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1807 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_schoolContact" ] |
cache_key | "_School_schoolContact_text" |
compound | false |
data | "1234567890" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1488 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "schoolContact" -value: "1234567890" -formattedValue: "1234567890" -formatValueCallable: null -label: "School Contact" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1502 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1501 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1505 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1499 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RV" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1372 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2144 -form: Symfony\Component\Form\Form {#1972 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2145 …5} |
full_name | "School[schoolContact]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_schoolContact" |
label | "School Contact" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "schoolContact" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_schoolContact" |
valid | true |
value | "1234567890" |
schoolEmail
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "testschool@test.com" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "School Email" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1815 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "School Email" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1816 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_schoolEmail" ] |
cache_key | "_School_schoolEmail_text" |
compound | false |
data | "testschool@test.com" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1493 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "schoolEmail" -value: "testschool@test.com" -formattedValue: "testschool@test.com" -formatValueCallable: null -label: "School Email" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1507 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1506 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1510 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1504 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RW" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1380 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2146 -form: Symfony\Component\Form\Form {#1975 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2147 …5} |
full_name | "School[schoolEmail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_schoolEmail" |
label | "School Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "schoolEmail" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_schoolEmail" |
valid | true |
value | "testschool@test.com" |
coordinatorName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Test Coordinator" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Coordinator Name" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1824 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Coordinator Name" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1825 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_coordinatorName" ] |
cache_key | "_School_coordinatorName_text" |
compound | false |
data | "Test Coordinator" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1498 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "coordinatorName" -value: "Test Coordinator" -formattedValue: "Test Coordinator" -formatValueCallable: null -label: "Coordinator Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1512 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1511 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1515 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1509 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RX" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1388 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2148 -form: Symfony\Component\Form\Form {#1978 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2149 …5} |
full_name | "School[coordinatorName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_coordinatorName" |
label | "Coordinator Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coordinatorName" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_coordinatorName" |
valid | true |
value | "Test Coordinator" |
coordinatorEmail
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "testcoordinator@test.com" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Coordinator Email" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1833 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Coordinator Email" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1834 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_coordinatorEmail" ] |
cache_key | "_School_coordinatorEmail_text" |
compound | false |
data | "testcoordinator@test.com" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1503 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "coordinatorEmail" -value: "testcoordinator@test.com" -formattedValue: "testcoordinator@test.com" -formatValueCallable: null -label: "Coordinator Email" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1517 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1516 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1520 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1514 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RY" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1396 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2150 -form: Symfony\Component\Form\Form {#1981 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2151 …5} |
full_name | "School[coordinatorEmail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_coordinatorEmail" |
label | "Coordinator Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coordinatorEmail" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_coordinatorEmail" |
valid | true |
value | "testcoordinator@test.com" |
coordinatorContact
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1234561234" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Coordinator Contact" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
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 | "Coordinator Contact" |
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 | [ "class" => "field-text" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1843 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_School_coordinatorContact" ] |
cache_key | "_School_coordinatorContact_text" |
compound | false |
data | "1234561234" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1508 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "coordinatorContact" -value: "1234561234" -formattedValue: "1234561234" -formatValueCallable: null -label: "Coordinator Contact" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1522 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1521 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1525 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1519 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2RZ" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1404 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2152 -form: Symfony\Component\Form\Form {#1984 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2153 …5} |
full_name | "School[coordinatorContact]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_coordinatorContact" |
label | "Coordinator Contact" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coordinatorContact" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_coordinatorContact" |
valid | true |
value | "1234561234" |
participatingClass
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 3 |
View Format |
"3"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Participating Class" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-integer" ] |
[ "class" => "field-integer" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
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 | "Participating Class" |
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 |
rounding_mode | 2 |
row_attr | [ "class" => "field-integer" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1855 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_School_participatingClass" ] |
cache_key | "_School_participatingClass_integer" |
compound | false |
data | 3 |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1513 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField" -propertyName: "participatingClass" -value: 3 -formattedValue: 3 -formatValueCallable: null -label: "Participating Class" -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1527 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-integer" -columns: null -defaultColumns: "col-md-4 col-xxl-3" -translationParameters: [] -templateName: "crud/field/integer" -templatePath: "@EasyAdmin/crud/field/integer.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1526 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1530 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1524 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2S0" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1412 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2154 -form: Symfony\Component\Form\Form {#1987 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2155 …5} |
full_name | "School[participatingClass]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_participatingClass" |
label | "Participating Class" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "participatingClass" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-integer" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_School_participatingClass" |
valid | true |
value | "3" |
createdAt
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1755504432 {#2073 date: 2025-08-18 08:07:12.0 UTC (+00:00) } |
View Format |
"2025-08-18T08:07:12"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
html5 | true |
same as passed value |
label | "Created At" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-datetime" ] |
[ "class" => "field-datetime" ] |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd'T'HH:mm:ss" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Created At" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
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 | [ "class" => "field-datetime" ] |
setter | null |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1879 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "datetime" "_School_createdAt" ] |
cache_key | "_School_createdAt_datetime" |
compound | false |
data | DateTime @1755504432 {#2073 date: 2025-08-18 08:07:12.0 UTC (+00:00) } |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1518 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField" -propertyName: "createdAt" -value: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -formattedValue: "Aug 18, 2025, 8:07:12 AM" -formatValueCallable: null -label: "Created At" -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1532 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-datetime" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/datetime" -templatePath: "@EasyAdmin/crud/field/datetime.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1531 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1535 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1529 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2S1" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1420 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089} -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2156 -form: Symfony\Component\Form\Form {#1990 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2157 …5} |
full_name | "School[createdAt]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_createdAt" |
label | "Created At" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "createdAt" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-datetime" ] |
size | null |
submitted | false |
translation_domain | "messages" |
type | "datetime-local" |
unique_block_prefix | "_School_createdAt" |
valid | true |
value | "2025-08-18T08:07:12" |
widget | "single_text" |
updatedAt
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1755504974 {#2077 date: 2025-08-18 08:16:14.0 UTC (+00:00) } |
View Format |
"2025-08-18T08:16:14"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
html5 | true |
same as passed value |
label | "Updated At" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-datetime" ] |
[ "class" => "field-datetime" ] |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd'T'HH:mm:ss" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Updated At" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
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 | [ "class" => "field-datetime" ] |
setter | null |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1888 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "datetime" "_School_updatedAt" ] |
cache_key | "_School_updatedAt_datetime" |
compound | false |
data | DateTime @1755504974 {#2077 date: 2025-08-18 08:16:14.0 UTC (+00:00) } |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1523 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField" -propertyName: "updatedAt" -value: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -formattedValue: "Aug 18, 2025, 8:16:14 AM" -formatValueCallable: null -label: "Updated At" -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1537 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-datetime" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/datetime" -templatePath: "@EasyAdmin/crud/field/datetime.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1536 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1540 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1383 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2S2" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1428 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086} -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2158 -form: Symfony\Component\Form\Form {#1993 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2159 …5} |
full_name | "School[updatedAt]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_updatedAt" |
label | "Updated At" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "updatedAt" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-datetime" ] |
size | null |
submitted | false |
translation_domain | "messages" |
type | "datetime-local" |
unique_block_prefix | "_School_updatedAt" |
valid | true |
value | "2025-08-18T08:16:14" |
widget | "single_text" |
quizStartDate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1755475200 {#2081 date: 2025-08-18 00:00:00.0 UTC (+00:00) } |
View Format |
"2025-08-18"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
html5 | true |
same as passed value |
label | "Quiz Start Date" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-date" ] |
[ "class" => "field-date" ] |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 | [] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
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." |
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 | "Quiz Start Date" |
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" => "" "month" => "" "day" => "" ] |
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 | [ "class" => "field-date" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1907 …} } } |
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 | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_School_quizStartDate" ] |
cache_key | "_School_quizStartDate_date" |
compound | false |
data | DateTime @1755475200 {#2081 date: 2025-08-18 00:00:00.0 UTC (+00:00) } |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1528 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField" -propertyName: "quizStartDate" -value: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -formattedValue: "Aug 18, 2025" -formatValueCallable: null -label: "Quiz Start Date" -formType: "Symfony\Component\Form\Extension\Core\Type\DateType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1542 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-date" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/date" -templatePath: "@EasyAdmin/crud/field/date.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1541 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1545 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1538 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2S3" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1436 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088} -quizEndDate: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2160 -form: Symfony\Component\Form\Form {#1996 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2161 …5} |
full_name | "School[quizStartDate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_quizStartDate" |
label | "Quiz Start Date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quizStartDate" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-date" ] |
size | null |
submitted | false |
translation_domain | "messages" |
type | "date" |
unique_block_prefix | "_School_quizStartDate" |
valid | true |
value | "2025-08-18" |
widget | "single_text" |
quizEndDate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1756512000 {#2085 date: 2025-08-30 00:00:00.0 UTC (+00:00) } |
View Format |
"2025-08-30"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
html5 | true |
same as passed value |
label | "Quiz End Date" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "field-date" ] |
[ "class" => "field-date" ] |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 | [] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data_class | null |
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." |
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 | "Quiz End Date" |
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" => "" "month" => "" "day" => "" ] |
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 | [ "class" => "field-date" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1918 …} } } |
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 | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_School_quizEndDate" ] |
cache_key | "_School_quizEndDate_date" |
compound | false |
data | DateTime @1756512000 {#2085 date: 2025-08-30 00:00:00.0 UTC (+00:00) } |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1533 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField" -propertyName: "quizEndDate" -value: DateTime @1756512000 {#1094 date: 2025-08-30 00:00:00.0 UTC (+00:00) } -formattedValue: "Aug 30, 2025" -formatValueCallable: null -label: "Quiz End Date" -formType: "Symfony\Component\Form\Extension\Core\Type\DateType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1547 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-date" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/date" -templatePath: "@EasyAdmin/crud/field/date.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1546 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1550 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1330 …} -uniqueId: "01K2YB8M9PTKV8SC1ZZ8TDJ2S4" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1444 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1085 -isAccessible: true -fqcn: "App\Entity\School" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#573 …} -instance: App\Entity\School {#1096 -id: 7507 -name: "18 Aug Test School" -slug: "18-aug-test-school" -isRegistered: true -schoolId: "1234" -city: "Test City" -district: "Test distt" -state: "Test State" -country: "Test Country" -stateWise: null -employeeName: null -suCode: "SU-123" -priority: null -schoolContactEmail: null -principalName: "Test Principal" -principalEmail: "Testprincipal@test.com" -schoolContact: "1234567890" -schoolEmail: "testschool@test.com" -coordinatorName: "Test Coordinator" -coordinatorEmail: "testcoordinator@test.com" -coordinatorContact: "1234561234" -participatingClass: 3 -createdAt: DateTime @1755504432 {#1089 date: 2025-08-18 08:07:12.0 UTC (+00:00) } -updatedAt: DateTime @1755504974 {#1086 date: 2025-08-18 08:16:14.0 UTC (+00:00) } -students: Doctrine\ORM\PersistentCollection {#1098 …} -quizStartDate: DateTime @1755475200 {#1088 date: 2025-08-18 00:00:00.0 UTC (+00:00) } -quizEndDate: DateTime @1756512000 {#1094} } -primaryKeyName: "id" -primaryKeyValue: 7507 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1240 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1560 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#2162 -form: Symfony\Component\Form\Form {#1999 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2163 …5} |
full_name | "School[quizEndDate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School_quizEndDate" |
label | "Quiz End Date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quizEndDate" |
priority | 0 |
required | false |
row_attr | [ "class" => "field-date" ] |
size | null |
submitted | false |
translation_domain | "messages" |
type | "date" |
unique_block_prefix | "_School_quizEndDate" |
valid | true |
value | "2025-08-30" |
widget | "single_text" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "95fdf64c9e9b946.LjDVtjU-lSV8qlLB7-LKJSufs-9CReC-gmD9m6kt3Jc.fWaD2QwO73Af3hWAuoavclnVgtYBMJfN8waN19Bjm_5FXOX4clKsawz9MQ" |
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 | "95fdf64c9e9b946.LjDVtjU-lSV8qlLB7-LKJSufs-9CReC-gmD9m6kt3Jc.fWaD2QwO73Af3hWAuoavclnVgtYBMJfN8waN19Bjm_5FXOX4clKsawz9MQ" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#200 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#167 …} } |
data | "95fdf64c9e9b946.LjDVtjU-lSV8qlLB7-LKJSufs-9CReC-gmD9m6kt3Jc.fWaD2QwO73Af3hWAuoavclnVgtYBMJfN8waN19Bjm_5FXOX4clKsawz9MQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2168 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1590 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2170 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#2167 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_School__token" ] |
cache_key | "_School__token_hidden" |
compound | false |
data | "95fdf64c9e9b946.LjDVtjU-lSV8qlLB7-LKJSufs-9CReC-gmD9m6kt3Jc.fWaD2QwO73Af3hWAuoavclnVgtYBMJfN8waN19Bjm_5FXOX4clKsawz9MQ" |
disabled | false |
ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
errors | Symfony\Component\Form\FormErrorIterator {#2180 -form: Symfony\Component\Form\Form {#2176 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2171 …5} |
full_name | "School[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "School__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 | "messages" |
unique_block_prefix | "_School__token" |
valid | true |
value | "95fdf64c9e9b946.LjDVtjU-lSV8qlLB7-LKJSufs-9CReC-gmD9m6kt3Jc.fWaD2QwO73Af3hWAuoavclnVgtYBMJfN8waN19Bjm_5FXOX4clKsawz9MQ" |