Forms
-
s6a81b7e220fb9
-
label
-
abbr
-
_token
-
s6a81b7e220fb9
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data_class | "App\Entity\Status" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | "App\Entity\Status" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#647 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Status" } } |
| 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#649 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#648 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_s6a81b7e220fb9" ] |
| cache_key | "_s6a81b7e220fb9_form" |
| compound | true |
| data | App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#697 -form: Symfony\Component\Form\Form {#693 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#650 …5} |
| full_name | "s6a81b7e220fb9" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81b7e220fb9" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "s6a81b7e220fb9" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s6a81b7e220fb9" |
| valid | true |
| value | App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } |
label
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 30 ] |
[ "maxlength" => 30 ] |
| label | "Label" |
same as passed value |
| label_render | false |
false
|
| property_path | "label" |
same as passed value |
| required | true |
same as passed value |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656 #name: "label" #type: "string" #mappingType: "string" #fieldName: "label" #associationMapping: [] #fieldMapping: [ "length" => 30 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "label" "columnName" => "label" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272 #code: "admin.status" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Status" -label: "Status" -listModes: [ "list" => [ "icon" => "<i class="fas fa-list fa-fw" aria-hidden="true"></i>" "class" => "fas fa-list fa-fw" ] "mosaic" => [ "icon" => "<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>" "class" => "fas fa-th-large fa-fw" ] ] -pagerType: "default" -managerType: "orm" -securityInformation: [] -filterPersister: null -modelManager: Sonata\DoctrineORMAdminBundle\Model\ModelManager {#273 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#278 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#301 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#302 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#305 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#308 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#268 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#314 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#316 …} -menuFactory: Knp\Menu\MenuFactory {#317 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#320 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#323 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#280 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#324 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Status" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "label" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656} "abbr" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658 #name: "abbr" #type: "string" #mappingType: "string" #fieldName: "abbr" #associationMapping: [] #fieldMapping: [ "length" => 5 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "abbr" "columnName" => "abbr" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81b7e220fb9" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#788 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#325 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#141 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#693 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Status" => [ "collapsed" => false "class" => false "description" => false "label" => "Status" "translation_domain" => "messages" "name" => "Status" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "label" => "label" "abbr" => "abbr" ] "auto_created" => true ] ] -formTabs: [ "default" => [ "collapsed" => false "class" => false "description" => false "label" => "Default" "translation_domain" => "messages" "name" => "default" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => true "groups" => [ "Status" ] "tab" => true ] ] -showGroups: [] -showTabs: [] -loaded: [ "routes" => false "tab_menu" => true "show" => false "list" => false "form" => true "datagrid" => false ] } #associationAdmin: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 30 ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#689 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | "label" |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656 #name: "label" #type: "string" #mappingType: "string" #fieldName: "label" #associationMapping: [] #fieldMapping: [ "length" => 30 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "label" "columnName" => "label" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272 #code: "admin.status" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Status" -label: "Status" -listModes: [ "list" => [ "icon" => "<i class="fas fa-list fa-fw" aria-hidden="true"></i>" "class" => "fas fa-list fa-fw" ] "mosaic" => [ "icon" => "<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>" "class" => "fas fa-th-large fa-fw" ] ] -pagerType: "default" -managerType: "orm" -securityInformation: [] -filterPersister: null -modelManager: Sonata\DoctrineORMAdminBundle\Model\ModelManager {#273 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#278 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#301 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#302 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#305 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#308 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#268 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#314 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#316 …} -menuFactory: Knp\Menu\MenuFactory {#317 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#320 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#323 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#280 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#324 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Status" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "label" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656} "abbr" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658 #name: "abbr" #type: "string" #mappingType: "string" #fieldName: "abbr" #associationMapping: [] #fieldMapping: [ "length" => 5 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "abbr" "columnName" => "abbr" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81b7e220fb9" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#788 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#325 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#141 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#693 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Status" => [ "collapsed" => false "class" => false "description" => false "label" => "Status" "translation_domain" => "messages" "name" => "Status" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "label" => "label" "abbr" => "abbr" ] "auto_created" => true ] ] -formTabs: [ "default" => [ "collapsed" => false "class" => false "description" => false "label" => "Default" "translation_domain" => "messages" "name" => "default" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => true "groups" => [ "Status" ] "tab" => true ] ] -showGroups: [] -showTabs: [] -loaded: [ "routes" => false "tab_menu" => true "show" => false "list" => false "form" => true "datagrid" => false ] } #associationAdmin: null } |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#688 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 30 "class" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_s6a81b7e220fb9_label" "admin_status_text" "admin_status_label_text" "admin_status_label_text_label" ] |
| cache_key | "_s6a81b7e220fb9_label_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#713 -form: Symfony\Component\Form\Form {#703 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#712 …5} |
| full_name | "s6a81b7e220fb9[label]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81b7e220fb9_label" |
| label | "Label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "label" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => "label" "admin" => App\Admin\StatusAdmin {#272 #code: "admin.status" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Status" -label: "Status" -listModes: [ "list" => [ "icon" => "<i class="fas fa-list fa-fw" aria-hidden="true"></i>" "class" => "fas fa-list fa-fw" ] "mosaic" => [ "icon" => "<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>" "class" => "fas fa-th-large fa-fw" ] ] -pagerType: "default" -managerType: "orm" -securityInformation: [] -filterPersister: null -modelManager: Sonata\DoctrineORMAdminBundle\Model\ModelManager {#273 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#278 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#301 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#302 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#305 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#308 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#268 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#314 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#316 …} -menuFactory: Knp\Menu\MenuFactory {#317 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#320 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#323 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#280 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#324 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Status" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "label" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656 #name: "label" #type: "string" #mappingType: "string" #fieldName: "label" #associationMapping: [] #fieldMapping: [ "length" => 30 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "label" "columnName" => "label" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } "abbr" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658 #name: "abbr" #type: "string" #mappingType: "string" #fieldName: "abbr" #associationMapping: [] #fieldMapping: [ "length" => 5 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "abbr" "columnName" => "abbr" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81b7e220fb9" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#788 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#325 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#141 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#693 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Status" => [ "collapsed" => false "class" => false "description" => false "label" => "Status" "translation_domain" => "messages" "name" => "Status" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "label" => "label" "abbr" => "abbr" ] "auto_created" => true ] ] -formTabs: [ "default" => [ "collapsed" => false "class" => false "description" => false "label" => "Default" "translation_domain" => "messages" "name" => "default" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => true "groups" => [ "Status" ] "tab" => true ] ] -showGroups: [] -showTabs: [] -loaded: [ "routes" => false "tab_menu" => true "show" => false "list" => false "form" => true "datagrid" => false ] } "value" => null "edit" => "standard" "inline" => "natural" "field_description" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656} "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] "class" => "" ] |
| sonata_admin_code | "admin.status" |
| sonata_admin_enabled | true |
| sonata_admin_translation_domain | "messages" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s6a81b7e220fb9_label" |
| valid | true |
| value | "" |
abbr
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 5 ] |
[ "maxlength" => 5 ] |
| label | "Abbr" |
same as passed value |
| label_render | false |
false
|
| property_path | "abbr" |
same as passed value |
| required | true |
same as passed value |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658 #name: "abbr" #type: "string" #mappingType: "string" #fieldName: "abbr" #associationMapping: [] #fieldMapping: [ "length" => 5 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "abbr" "columnName" => "abbr" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272 #code: "admin.status" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Status" -label: "Status" -listModes: [ "list" => [ "icon" => "<i class="fas fa-list fa-fw" aria-hidden="true"></i>" "class" => "fas fa-list fa-fw" ] "mosaic" => [ "icon" => "<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>" "class" => "fas fa-th-large fa-fw" ] ] -pagerType: "default" -managerType: "orm" -securityInformation: [] -filterPersister: null -modelManager: Sonata\DoctrineORMAdminBundle\Model\ModelManager {#273 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#278 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#301 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#302 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#305 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#308 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#268 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#314 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#316 …} -menuFactory: Knp\Menu\MenuFactory {#317 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#320 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#323 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#280 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#324 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Status" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "label" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656 #name: "label" #type: "string" #mappingType: "string" #fieldName: "label" #associationMapping: [] #fieldMapping: [ "length" => 30 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "label" "columnName" => "label" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } "abbr" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658} ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81b7e220fb9" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#788 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#325 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#141 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#693 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Status" => [ "collapsed" => false "class" => false "description" => false "label" => "Status" "translation_domain" => "messages" "name" => "Status" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "label" => "label" "abbr" => "abbr" ] "auto_created" => true ] ] -formTabs: [ "default" => [ "collapsed" => false "class" => false "description" => false "label" => "Default" "translation_domain" => "messages" "name" => "default" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => true "groups" => [ "Status" ] "tab" => true ] ] -showGroups: [] -showTabs: [] -loaded: [ "routes" => false "tab_menu" => true "show" => false "list" => false "form" => true "datagrid" => false ] } #associationAdmin: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 5 ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Abbr" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | "abbr" |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658 #name: "abbr" #type: "string" #mappingType: "string" #fieldName: "abbr" #associationMapping: [] #fieldMapping: [ "length" => 5 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "abbr" "columnName" => "abbr" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272 #code: "admin.status" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Status" -label: "Status" -listModes: [ "list" => [ "icon" => "<i class="fas fa-list fa-fw" aria-hidden="true"></i>" "class" => "fas fa-list fa-fw" ] "mosaic" => [ "icon" => "<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>" "class" => "fas fa-th-large fa-fw" ] ] -pagerType: "default" -managerType: "orm" -securityInformation: [] -filterPersister: null -modelManager: Sonata\DoctrineORMAdminBundle\Model\ModelManager {#273 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#278 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#301 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#302 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#305 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#308 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#268 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#314 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#316 …} -menuFactory: Knp\Menu\MenuFactory {#317 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#320 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#323 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#280 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#324 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Status" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "label" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656 #name: "label" #type: "string" #mappingType: "string" #fieldName: "label" #associationMapping: [] #fieldMapping: [ "length" => 30 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "label" "columnName" => "label" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } "abbr" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658} ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81b7e220fb9" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#788 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#325 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#141 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#693 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Status" => [ "collapsed" => false "class" => false "description" => false "label" => "Status" "translation_domain" => "messages" "name" => "Status" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "label" => "label" "abbr" => "abbr" ] "auto_created" => true ] ] -formTabs: [ "default" => [ "collapsed" => false "class" => false "description" => false "label" => "Default" "translation_domain" => "messages" "name" => "default" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => true "groups" => [ "Status" ] "tab" => true ] ] -showGroups: [] -showTabs: [] -loaded: [ "routes" => false "tab_menu" => true "show" => false "list" => false "form" => true "datagrid" => false ] } #associationAdmin: null } |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#695 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 5 "class" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_s6a81b7e220fb9_abbr" "admin_status_text" "admin_status_abbr_text" "admin_status_abbr_text_abbr" ] |
| cache_key | "_s6a81b7e220fb9_abbr_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#714 -form: Symfony\Component\Form\Form {#706 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#715 …5} |
| full_name | "s6a81b7e220fb9[abbr]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81b7e220fb9_abbr" |
| label | "Abbr" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "abbr" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => "abbr" "admin" => App\Admin\StatusAdmin {#272 #code: "admin.status" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Status" -label: "Status" -listModes: [ "list" => [ "icon" => "<i class="fas fa-list fa-fw" aria-hidden="true"></i>" "class" => "fas fa-list fa-fw" ] "mosaic" => [ "icon" => "<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>" "class" => "fas fa-th-large fa-fw" ] ] -pagerType: "default" -managerType: "orm" -securityInformation: [] -filterPersister: null -modelManager: Sonata\DoctrineORMAdminBundle\Model\ModelManager {#273 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#278 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#301 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#302 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#305 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#308 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#268 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#314 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#316 …} -menuFactory: Knp\Menu\MenuFactory {#317 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#320 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#323 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#280 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#324 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Status" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "label" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#656 #name: "label" #type: "string" #mappingType: "string" #fieldName: "label" #associationMapping: [] #fieldMapping: [ "length" => 30 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "label" "columnName" => "label" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } "abbr" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658 #name: "abbr" #type: "string" #mappingType: "string" #fieldName: "abbr" #associationMapping: [] #fieldMapping: [ "length" => 5 "id" => null "nullable" => false "notInsertable" => null "notUpdatable" => null "columnDefinition" => null "generated" => null "enumType" => null "precision" => null "scale" => null "unique" => false "inherited" => null "originalClass" => null "originalField" => null "quoted" => null "declared" => null "declaredField" => null "options" => null "version" => null "default" => null "type" => "string" "fieldName" => "abbr" "columnName" => "abbr" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\StatusAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Status {#562 -id: null -label: null -abbr: null -employees: Doctrine\Common\Collections\ArrayCollection {#563 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81b7e220fb9" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#788 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#325 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#141 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#693 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Status" => [ "collapsed" => false "class" => false "description" => false "label" => "Status" "translation_domain" => "messages" "name" => "Status" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "label" => "label" "abbr" => "abbr" ] "auto_created" => true ] ] -formTabs: [ "default" => [ "collapsed" => false "class" => false "description" => false "label" => "Default" "translation_domain" => "messages" "name" => "default" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => true "groups" => [ "Status" ] "tab" => true ] ] -showGroups: [] -showTabs: [] -loaded: [ "routes" => false "tab_menu" => true "show" => false "list" => false "form" => true "datagrid" => false ] } "value" => null "edit" => "standard" "inline" => "natural" "field_description" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#658} "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] "class" => "" ] |
| sonata_admin_code | "admin.status" |
| sonata_admin_enabled | true |
| sonata_admin_translation_domain | "messages" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s6a81b7e220fb9_abbr" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d35432a1cd937.7JdFTf1O43TtCRORSxt_QFFUj7B349I1PN65qHqx1NI.m9Z3IZwjhU2DJFD2DnYKMxMB3Ps4raZnU5jQ_g_WveutxywfyX2bBLlrdA" |
| 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 | "d35432a1cd937.7JdFTf1O43TtCRORSxt_QFFUj7B349I1PN65qHqx1NI.m9Z3IZwjhU2DJFD2DnYKMxMB3Ps4raZnU5jQ_g_WveutxywfyX2bBLlrdA" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data | "d35432a1cd937.7JdFTf1O43TtCRORSxt_QFFUj7B349I1PN65qHqx1NI.m9Z3IZwjhU2DJFD2DnYKMxMB3Ps4raZnU5jQ_g_WveutxywfyX2bBLlrdA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#738 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#739 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_s6a81b7e220fb9__token" ] |
| cache_key | "_s6a81b7e220fb9__token_hidden" |
| compound | false |
| data | "d35432a1cd937.7JdFTf1O43TtCRORSxt_QFFUj7B349I1PN65qHqx1NI.m9Z3IZwjhU2DJFD2DnYKMxMB3Ps4raZnU5jQ_g_WveutxywfyX2bBLlrdA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#750 -form: Symfony\Component\Form\Form {#746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#741 …5} |
| full_name | "s6a81b7e220fb9[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81b7e220fb9__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 | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s6a81b7e220fb9__token" |
| valid | true |
| value | "d35432a1cd937.7JdFTf1O43TtCRORSxt_QFFUj7B349I1PN65qHqx1NI.m9Z3IZwjhU2DJFD2DnYKMxMB3Ps4raZnU5jQ_g_WveutxywfyX2bBLlrdA" |