Forms
-
s6a81be5aa02a2
-
duty
-
rest
-
_token
-
s6a81be5aa02a2
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\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data_class | "App\Entity\Rotation" |
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 {#726 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#727 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#728 …} -namespace: Closure() {#730 …} } |
| data_class | "App\Entity\Rotation" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#751 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Rotation" } } |
| 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() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#752 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_s6a81be5aa02a2" ] |
| cache_key | "_s6a81be5aa02a2_form" |
| compound | true |
| data | App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#801 -form: Symfony\Component\Form\Form {#797 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#754 …5} |
| full_name | "s6a81be5aa02a2" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81be5aa02a2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "s6a81be5aa02a2" |
| 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 | "_s6a81be5aa02a2" |
| valid | true |
| value | App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } |
duty
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 60 |
| View Format |
"60"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Duty" |
same as passed value |
| label_render | false |
false
|
| property_path | "duty" |
same as passed value |
| required | true |
same as passed value |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272 #code: "admin.rotation" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Rotation" -label: "Rotation" -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: "Rotation" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [ "id" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#990 #name: "id" #type: "integer" #mappingType: "integer" #fieldName: "id" #associationMapping: [] #fieldMapping: [ "length" => null "id" => true "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" => "integer" "fieldName" => "id" "columnName" => "id" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Id" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#991 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Duty" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#989 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Rest" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -formFieldDescriptions: [ "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760} "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81be5aa02a2" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#894 …} -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: [ "9619df1714136e168cf97cd97d41bb85" => true "3e2e7b27e9ac3567e2255551083a627d" => true "91427066f6d232b77c3b81061cc4cb0c" => true "74e4a082f5e17015b840b16389336041" => true "93934796767af14832ad8c2ac2d1ac27" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: Sonata\AdminBundle\FieldDescription\FieldDescriptionCollection {#986 …} -form: Symfony\Component\Form\Form {#797 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "duty" => "duty" "rest" => "rest" ] "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" => [ "Rotation" ] "tab" => true ] ] -showGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "id" => "id" "duty" => "duty" "rest" => "rest" ] "auto_created" => true ] ] -showTabs: [ "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" => [ "Rotation" ] "tab" => true ] ] -loaded: [ "routes" => false "tab_menu" => true "show" => true "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 | [] |
| 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 {#726 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#727 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#728 …} -namespace: Closure() {#730 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#794 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 |
| grouping | false |
| 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 | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Duty" |
| 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 | "duty" |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272 #code: "admin.rotation" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Rotation" -label: "Rotation" -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: "Rotation" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [ "id" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#990 #name: "id" #type: "integer" #mappingType: "integer" #fieldName: "id" #associationMapping: [] #fieldMapping: [ "length" => null "id" => true "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" => "integer" "fieldName" => "id" "columnName" => "id" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Id" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#991 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Duty" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#989 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Rest" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -formFieldDescriptions: [ "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760} "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81be5aa02a2" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#894 …} -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: [ "9619df1714136e168cf97cd97d41bb85" => true "3e2e7b27e9ac3567e2255551083a627d" => true "91427066f6d232b77c3b81061cc4cb0c" => true "74e4a082f5e17015b840b16389336041" => true "93934796767af14832ad8c2ac2d1ac27" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: Sonata\AdminBundle\FieldDescription\FieldDescriptionCollection {#986 …} -form: Symfony\Component\Form\Form {#797 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "duty" => "duty" "rest" => "rest" ] "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" => [ "Rotation" ] "tab" => true ] ] -showGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "id" => "id" "duty" => "duty" "rest" => "rest" ] "auto_created" => true ] ] -showTabs: [ "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" => [ "Rotation" ] "tab" => true ] ] -loaded: [ "routes" => false "tab_menu" => true "show" => true "list" => false "form" => true "datagrid" => false ] } #associationAdmin: null } |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#793 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_s6a81be5aa02a2_duty" "admin_rotation_integer" "admin_rotation_duty_integer" "admin_rotation_duty_integer_duty" ] |
| cache_key | "_s6a81be5aa02a2_duty_integer" |
| compound | false |
| data | 60 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#819 -form: Symfony\Component\Form\Form {#809 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#818 …5} |
| full_name | "s6a81be5aa02a2[duty]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81be5aa02a2_duty" |
| label | "Duty" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "duty" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => "duty" "admin" => App\Admin\RotationAdmin {#272 #code: "admin.rotation" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Rotation" -label: "Rotation" -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: "Rotation" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [ "id" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#990 #name: "id" #type: "integer" #mappingType: "integer" #fieldName: "id" #associationMapping: [] #fieldMapping: [ "length" => null "id" => true "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" => "integer" "fieldName" => "id" "columnName" => "id" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Id" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#991 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Duty" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#989 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Rest" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -formFieldDescriptions: [ "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81be5aa02a2" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#894 …} -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: [ "9619df1714136e168cf97cd97d41bb85" => true "3e2e7b27e9ac3567e2255551083a627d" => true "91427066f6d232b77c3b81061cc4cb0c" => true "74e4a082f5e17015b840b16389336041" => true "93934796767af14832ad8c2ac2d1ac27" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: Sonata\AdminBundle\FieldDescription\FieldDescriptionCollection {#986 …} -form: Symfony\Component\Form\Form {#797 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "duty" => "duty" "rest" => "rest" ] "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" => [ "Rotation" ] "tab" => true ] ] -showGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "id" => "id" "duty" => "duty" "rest" => "rest" ] "auto_created" => true ] ] -showTabs: [ "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" => [ "Rotation" ] "tab" => true ] ] -loaded: [ "routes" => false "tab_menu" => true "show" => true "list" => false "form" => true "datagrid" => false ] } "value" => 60 "edit" => "standard" "inline" => "natural" "field_description" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760} "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.rotation" |
| sonata_admin_enabled | true |
| sonata_admin_translation_domain | "messages" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s6a81be5aa02a2_duty" |
| valid | true |
| value | "60" |
rest
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 30 |
| View Format |
"30"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Rest" |
same as passed value |
| label_render | false |
false
|
| property_path | "rest" |
same as passed value |
| required | true |
same as passed value |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272 #code: "admin.rotation" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Rotation" -label: "Rotation" -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: "Rotation" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [ "id" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#990 #name: "id" #type: "integer" #mappingType: "integer" #fieldName: "id" #associationMapping: [] #fieldMapping: [ "length" => null "id" => true "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" => "integer" "fieldName" => "id" "columnName" => "id" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Id" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#991 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Duty" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#989 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Rest" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -formFieldDescriptions: [ "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762} ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81be5aa02a2" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#894 …} -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: [ "9619df1714136e168cf97cd97d41bb85" => true "3e2e7b27e9ac3567e2255551083a627d" => true "91427066f6d232b77c3b81061cc4cb0c" => true "74e4a082f5e17015b840b16389336041" => true "93934796767af14832ad8c2ac2d1ac27" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: Sonata\AdminBundle\FieldDescription\FieldDescriptionCollection {#986 …} -form: Symfony\Component\Form\Form {#797 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "duty" => "duty" "rest" => "rest" ] "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" => [ "Rotation" ] "tab" => true ] ] -showGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "id" => "id" "duty" => "duty" "rest" => "rest" ] "auto_created" => true ] ] -showTabs: [ "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" => [ "Rotation" ] "tab" => true ] ] -loaded: [ "routes" => false "tab_menu" => true "show" => true "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 | [] |
| 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 {#726 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#727 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#728 …} -namespace: Closure() {#730 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#773 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 |
| grouping | false |
| 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 | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Rest" |
| 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 | "rest" |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272 #code: "admin.rotation" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Rotation" -label: "Rotation" -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: "Rotation" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [ "id" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#990 #name: "id" #type: "integer" #mappingType: "integer" #fieldName: "id" #associationMapping: [] #fieldMapping: [ "length" => null "id" => true "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" => "integer" "fieldName" => "id" "columnName" => "id" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Id" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#991 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Duty" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#989 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Rest" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -formFieldDescriptions: [ "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762} ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81be5aa02a2" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#894 …} -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: [ "9619df1714136e168cf97cd97d41bb85" => true "3e2e7b27e9ac3567e2255551083a627d" => true "91427066f6d232b77c3b81061cc4cb0c" => true "74e4a082f5e17015b840b16389336041" => true "93934796767af14832ad8c2ac2d1ac27" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: Sonata\AdminBundle\FieldDescription\FieldDescriptionCollection {#986 …} -form: Symfony\Component\Form\Form {#797 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "duty" => "duty" "rest" => "rest" ] "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" => [ "Rotation" ] "tab" => true ] ] -showGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "id" => "id" "duty" => "duty" "rest" => "rest" ] "auto_created" => true ] ] -showTabs: [ "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" => [ "Rotation" ] "tab" => true ] ] -loaded: [ "routes" => false "tab_menu" => true "show" => true "list" => false "form" => true "datagrid" => false ] } #associationAdmin: null } |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#799 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_s6a81be5aa02a2_rest" "admin_rotation_integer" "admin_rotation_rest_integer" "admin_rotation_rest_integer_rest" ] |
| cache_key | "_s6a81be5aa02a2_rest_integer" |
| compound | false |
| data | 30 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#820 -form: Symfony\Component\Form\Form {#812 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#821 …5} |
| full_name | "s6a81be5aa02a2[rest]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81be5aa02a2_rest" |
| label | "Rest" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "rest" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => "rest" "admin" => App\Admin\RotationAdmin {#272 #code: "admin.rotation" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Rotation" -label: "Rotation" -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: "Rotation" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [ "id" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#990 #name: "id" #type: "integer" #mappingType: "integer" #fieldName: "id" #associationMapping: [] #fieldMapping: [ "length" => null "id" => true "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" => "integer" "fieldName" => "id" "columnName" => "id" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Id" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#991 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Duty" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#989 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: "@SonataAdmin/CRUD/base_show_field.html.twig" #options: [ "label" => "Rest" "safe" => false ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -formFieldDescriptions: [ "duty" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#760 #name: "duty" #type: "integer" #mappingType: "integer" #fieldName: "duty" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "duty" "columnName" => "duty" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } "rest" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762 #name: "rest" #type: "integer" #mappingType: "integer" #fieldName: "rest" #associationMapping: [] #fieldMapping: [ "length" => null "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" => "integer" "fieldName" => "rest" "columnName" => "rest" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => "messages" "edit" => "standard" ] #parent: null #admin: App\Admin\RotationAdmin {#272} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Rotation {#616 -id: 3 -duty: 60 -rest: 30 -employees: Doctrine\ORM\PersistentCollection {#686 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s6a81be5aa02a2" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#894 …} -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: [ "9619df1714136e168cf97cd97d41bb85" => true "3e2e7b27e9ac3567e2255551083a627d" => true "91427066f6d232b77c3b81061cc4cb0c" => true "74e4a082f5e17015b840b16389336041" => true "93934796767af14832ad8c2ac2d1ac27" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: Sonata\AdminBundle\FieldDescription\FieldDescriptionCollection {#986 …} -form: Symfony\Component\Form\Form {#797 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "duty" => "duty" "rest" => "rest" ] "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" => [ "Rotation" ] "tab" => true ] ] -showGroups: [ "Rotation" => [ "collapsed" => false "class" => false "description" => false "label" => "Rotation" "translation_domain" => "messages" "name" => "Rotation" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "id" => "id" "duty" => "duty" "rest" => "rest" ] "auto_created" => true ] ] -showTabs: [ "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" => [ "Rotation" ] "tab" => true ] ] -loaded: [ "routes" => false "tab_menu" => true "show" => true "list" => false "form" => true "datagrid" => false ] } "value" => 30 "edit" => "standard" "inline" => "natural" "field_description" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#762} "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.rotation" |
| sonata_admin_enabled | true |
| sonata_admin_translation_domain | "messages" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s6a81be5aa02a2_rest" |
| valid | true |
| value | "30" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d889458224694660e2f66d835392d427.3zstgMzgxfKUwOIHszWy-Lj3P_d3iA6sjXH3j8Xrhjw.rH0a95W19bTiqLFS5wzdiouTVII-8jrmyjaU2IKY0GuIaEvs_q-0v8W5pw" |
| 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 | "d889458224694660e2f66d835392d427.3zstgMzgxfKUwOIHszWy-Lj3P_d3iA6sjXH3j8Xrhjw.rH0a95W19bTiqLFS5wzdiouTVII-8jrmyjaU2IKY0GuIaEvs_q-0v8W5pw" |
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 {#726 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#727 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#728 …} -namespace: Closure() {#730 …} } |
| data | "d889458224694660e2f66d835392d427.3zstgMzgxfKUwOIHszWy-Lj3P_d3iA6sjXH3j8Xrhjw.rH0a95W19bTiqLFS5wzdiouTVII-8jrmyjaU2IKY0GuIaEvs_q-0v8W5pw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#844 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() {#846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#313 …} $message: Closure() {#845 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_s6a81be5aa02a2__token" ] |
| cache_key | "_s6a81be5aa02a2__token_hidden" |
| compound | false |
| data | "d889458224694660e2f66d835392d427.3zstgMzgxfKUwOIHszWy-Lj3P_d3iA6sjXH3j8Xrhjw.rH0a95W19bTiqLFS5wzdiouTVII-8jrmyjaU2IKY0GuIaEvs_q-0v8W5pw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#856 -form: Symfony\Component\Form\Form {#852 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#847 …5} |
| full_name | "s6a81be5aa02a2[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s6a81be5aa02a2__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 | "_s6a81be5aa02a2__token" |
| valid | true |
| value | "d889458224694660e2f66d835392d427.3zstgMzgxfKUwOIHszWy-Lj3P_d3iA6sjXH3j8Xrhjw.rH0a95W19bTiqLFS5wzdiouTVII-8jrmyjaU2IKY0GuIaEvs_q-0v8W5pw" |