Forms
-
s696cdb629b739
-
name
-
code
-
_token
-
s696cdb629b739
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\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data_class | "App\Entity\Color" |
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\SameOriginCsrfTokenManager {#777 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#199 …} -logger: Monolog\Logger {#98 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#776 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | "App\Entity\Color" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#920 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Color" } } |
| 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() {#922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} $message: Closure() {#921 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_s696cdb629b739" ] |
| cache_key | "_s696cdb629b739_form" |
| compound | true |
| data | App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#951 -errors: [] -form: Symfony\Component\Form\Form {#957 …} } |
| form | Symfony\Component\Form\FormView {#923 …5} |
| full_name | "s696cdb629b739" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s696cdb629b739" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "s696cdb629b739" |
| 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 | "_s696cdb629b739" |
| valid | true |
| value | App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } |
name
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 |
|---|---|---|
| label | "Color Name" |
same as passed value |
| label_render | false |
same as passed value |
| property_path | "name" |
same as passed value |
| required | true |
same as passed value |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929 #name: "name" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "name" #associationMapping: [] #fieldMapping: [ "length" => 100 "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" => "name" "columnName" => "name" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556 #code: "App\Admin\ColorAdmin" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Color" -label: "Color" -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 {#557 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#572 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#594 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#595 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#598 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#601 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#552 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#607 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#609 …} -menuFactory: Knp\Menu\MenuFactory {#610 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#613 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#616 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#573 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#617 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Color" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "name" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929} "code" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933 #name: "code" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "code" #associationMapping: [] #fieldMapping: [ "length" => 7 "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" => "code" "columnName" => "code" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s696cdb629b739" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#1372 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#618 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#191 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#957 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "General Information.Details" => [ "collapsed" => false "class" => "col-md-6" "description" => false "label" => "Details" "translation_domain" => null "name" => "Details" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "name" => "name" "code" => "code" ] ] ] -formTabs: [ "General Information" => [ "collapsed" => false "class" => false "description" => false "label" => "General Information" "translation_domain" => null "name" => "General Information" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => false "groups" => [ "General Information.Details" ] "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 | [] |
| 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\SameOriginCsrfTokenManager {#777 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#199 …} -logger: Monolog\Logger {#98 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#776 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#938 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 | "Color Name" |
| 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 | "name" |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929 #name: "name" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "name" #associationMapping: [] #fieldMapping: [ "length" => 100 "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" => "name" "columnName" => "name" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556 #code: "App\Admin\ColorAdmin" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Color" -label: "Color" -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 {#557 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#572 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#594 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#595 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#598 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#601 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#552 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#607 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#609 …} -menuFactory: Knp\Menu\MenuFactory {#610 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#613 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#616 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#573 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#617 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Color" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "name" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929} "code" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933 #name: "code" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "code" #associationMapping: [] #fieldMapping: [ "length" => 7 "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" => "code" "columnName" => "code" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s696cdb629b739" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#1372 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#618 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#191 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#957 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "General Information.Details" => [ "collapsed" => false "class" => "col-md-6" "description" => false "label" => "Details" "translation_domain" => null "name" => "Details" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "name" => "name" "code" => "code" ] ] ] -formTabs: [ "General Information" => [ "collapsed" => false "class" => false "description" => false "label" => "General Information" "translation_domain" => null "name" => "General Information" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => false "groups" => [ "General Information.Details" ] "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() {#940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} $message: Closure() {#939 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_s696cdb629b739_name" "App\Admin\ColorAdmin_text" "App\Admin\ColorAdmin_name_text" "App\Admin\ColorAdmin_name_text_name" ] |
| cache_key | "_s696cdb629b739_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#970 -errors: [] -form: Symfony\Component\Form\Form {#960 …} } |
| form | Symfony\Component\Form\FormView {#969 …5} |
| full_name | "s696cdb629b739[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s696cdb629b739_name" |
| label | "Color Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => "name" "admin" => App\Admin\ColorAdmin {#556 #code: "App\Admin\ColorAdmin" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Color" -label: "Color" -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 {#557 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#572 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#594 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#595 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#598 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#601 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#552 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#607 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#609 …} -menuFactory: Knp\Menu\MenuFactory {#610 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#613 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#616 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#573 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#617 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Color" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "name" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929 #name: "name" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "name" #associationMapping: [] #fieldMapping: [ "length" => 100 "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" => "name" "columnName" => "name" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } "code" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933 #name: "code" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "code" #associationMapping: [] #fieldMapping: [ "length" => 7 "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" => "code" "columnName" => "code" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s696cdb629b739" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#1372 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#618 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#191 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#957 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "General Information.Details" => [ "collapsed" => false "class" => "col-md-6" "description" => false "label" => "Details" "translation_domain" => null "name" => "Details" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "name" => "name" "code" => "code" ] ] ] -formTabs: [ "General Information" => [ "collapsed" => false "class" => false "description" => false "label" => "General Information" "translation_domain" => null "name" => "General Information" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => false "groups" => [ "General Information.Details" ] "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 {#929} "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 | "App\Admin\ColorAdmin" |
| sonata_admin_enabled | true |
| sonata_admin_translation_domain | "messages" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s696cdb629b739_name" |
| valid | true |
| value | "" |
code
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 |
|---|---|---|
| label | "Color Code (Hex)" |
same as passed value |
| label_render | false |
same as passed value |
| property_path | "code" |
same as passed value |
| required | true |
same as passed value |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933 #name: "code" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "code" #associationMapping: [] #fieldMapping: [ "length" => 7 "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" => "code" "columnName" => "code" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556 #code: "App\Admin\ColorAdmin" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Color" -label: "Color" -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 {#557 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#572 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#594 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#595 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#598 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#601 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#552 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#607 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#609 …} -menuFactory: Knp\Menu\MenuFactory {#610 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#613 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#616 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#573 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#617 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Color" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "name" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929 #name: "name" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "name" #associationMapping: [] #fieldMapping: [ "length" => 100 "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" => "name" "columnName" => "name" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } "code" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933} ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s696cdb629b739" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#1372 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#618 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#191 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#957 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "General Information.Details" => [ "collapsed" => false "class" => "col-md-6" "description" => false "label" => "Details" "translation_domain" => null "name" => "Details" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "name" => "name" "code" => "code" ] ] ] -formTabs: [ "General Information" => [ "collapsed" => false "class" => false "description" => false "label" => "General Information" "translation_domain" => null "name" => "General Information" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => false "groups" => [ "General Information.Details" ] "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 | [] |
| 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\SameOriginCsrfTokenManager {#777 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#199 …} -logger: Monolog\Logger {#98 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#776 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#948 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 | "Color Code (Hex)" |
| 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 | "code" |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933 #name: "code" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "code" #associationMapping: [] #fieldMapping: [ "length" => 7 "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" => "code" "columnName" => "code" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556 #code: "App\Admin\ColorAdmin" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Color" -label: "Color" -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 {#557 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#572 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#594 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#595 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#598 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#601 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#552 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#607 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#609 …} -menuFactory: Knp\Menu\MenuFactory {#610 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#613 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#616 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#573 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#617 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Color" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "name" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929 #name: "name" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "name" #associationMapping: [] #fieldMapping: [ "length" => 100 "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" => "name" "columnName" => "name" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } "code" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933} ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s696cdb629b739" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#1372 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#618 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#191 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#957 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "General Information.Details" => [ "collapsed" => false "class" => "col-md-6" "description" => false "label" => "Details" "translation_domain" => null "name" => "Details" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "name" => "name" "code" => "code" ] ] ] -formTabs: [ "General Information" => [ "collapsed" => false "class" => false "description" => false "label" => "General Information" "translation_domain" => null "name" => "General Information" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => false "groups" => [ "General Information.Details" ] "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() {#950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} $message: Closure() {#949 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_s696cdb629b739_code" "App\Admin\ColorAdmin_text" "App\Admin\ColorAdmin_code_text" "App\Admin\ColorAdmin_code_text_code" ] |
| cache_key | "_s696cdb629b739_code_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#971 -errors: [] -form: Symfony\Component\Form\Form {#963 …} } |
| form | Symfony\Component\Form\FormView {#972 …5} |
| full_name | "s696cdb629b739[code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s696cdb629b739_code" |
| label | "Color Code (Hex)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "code" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => "code" "admin" => App\Admin\ColorAdmin {#556 #code: "App\Admin\ColorAdmin" #class: null #baseControllerName: "sonata.admin.controller.crud" -modelClass: "App\Entity\Color" -label: "Color" -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 {#557 …} -dataSource: Sonata\DoctrineORMAdminBundle\Exporter\DataSource {#572 …} -formContractor: Sonata\DoctrineORMAdminBundle\Builder\FormContractor {#594 …} -showBuilder: Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder {#595 …} -listBuilder: Sonata\DoctrineORMAdminBundle\Builder\ListBuilder {#598 …} -datagridBuilder: Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder {#601 …} -translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} -configurationPool: Sonata\AdminBundle\Admin\Pool {#552 …} -routeGenerator: Sonata\AdminBundle\Route\DefaultRouteGenerator {#607 …} -securityHandler: Sonata\AdminBundle\Security\Handler\NoopSecurityHandler {#609 …} -menuFactory: Knp\Menu\MenuFactory {#610 …} -routeBuilder: Sonata\AdminBundle\Route\PathInfoBuilder {#613 …} -labelTranslatorStrategy: Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy {#616 …} -fieldDescriptionFactory: Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory {#573 …} -templateRegistry: Sonata\AdminBundle\Templating\MutableTemplateRegistry {#617 …} #baseRouteName: null #baseRoutePattern: null #classnameLabel: "Color" #supportsPreviewMode: false -listFieldDescriptions: [] -showFieldDescriptions: [] -formFieldDescriptions: [ "name" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#929 #name: "name" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "name" #associationMapping: [] #fieldMapping: [ "length" => 100 "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" => "name" "columnName" => "name" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } "code" => Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription {#933 #name: "code" #type: "Symfony\Component\Form\Extension\Core\Type\TextType" #mappingType: "string" #fieldName: "code" #associationMapping: [] #fieldMapping: [ "length" => 7 "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" => "code" "columnName" => "code" ] #parentAssociationMappings: [] #template: null #options: [ "translation_domain" => null "edit" => "standard" ] #parent: null #admin: App\Admin\ColorAdmin {#556} #associationAdmin: null } ] -filterFieldDescriptions: [] -maxPageLinks: 25 -translationDomain: "messages" -routes: null -subject: App\Entity\Color {#849 -id: null -name: null -code: null -models: Doctrine\Common\Collections\ArrayCollection {#850 …} } -children: [] -parent: null -parentFieldDescription: null -currentChild: false -uniqId: "s696cdb629b739" -request: Symfony\Component\HttpFoundation\Request {#2 …} -datagrid: null -menu: Knp\Menu\MenuItem {#1372 …} -formTheme: [ "@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig" ] -filterTheme: [ "@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig" ] -extensions: [ Sonata\AdminBundle\Event\AdminEventExtension {#618 -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#191 …} } ] -cacheIsGranted: [ "74e4a082f5e17015b840b16389336041" => true "d8a15a11eaebdeb723de9e1ff8ee3c66" => true "3e2e7b27e9ac3567e2255551083a627d" => true ] -parentAssociationMapping: [] -subClasses: [] -list: null -show: null -form: Symfony\Component\Form\Form {#957 …} -cachedBaseRouteName: null -cachedBaseRoutePattern: null -formGroups: [ "General Information.Details" => [ "collapsed" => false "class" => "col-md-6" "description" => false "label" => "Details" "translation_domain" => null "name" => "Details" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "fields" => [ "name" => "name" "code" => "code" ] ] ] -formTabs: [ "General Information" => [ "collapsed" => false "class" => false "description" => false "label" => "General Information" "translation_domain" => null "name" => "General Information" "box_class" => "box box-primary" "empty_message" => "message_form_group_empty" "empty_message_translation_domain" => "SonataAdminBundle" "auto_created" => false "groups" => [ "General Information.Details" ] "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 {#933} "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 | "App\Admin\ColorAdmin" |
| sonata_admin_enabled | true |
| sonata_admin_translation_domain | "messages" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_s696cdb629b739_code" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "275ecacd2750f0cf04e9c5d7c1e.-vkZisA1vi0drMkjtEJduBQAl4TF2_20D1zQ6R2Li5s.nrR-yIh59U9R5rta8wBs6Hg4xsezhJTYfQiHoCre__Ceo1TeqEzWT2jChA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "275ecacd2750f0cf04e9c5d7c1e.-vkZisA1vi0drMkjtEJduBQAl4TF2_20D1zQ6R2Li5s.nrR-yIh59U9R5rta8wBs6Hg4xsezhJTYfQiHoCre__Ceo1TeqEzWT2jChA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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\SameOriginCsrfTokenManager {#777 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#199 …} -logger: Monolog\Logger {#98 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#776 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "275ecacd2750f0cf04e9c5d7c1e.-vkZisA1vi0drMkjtEJduBQAl4TF2_20D1zQ6R2Li5s.nrR-yIh59U9R5rta8wBs6Hg4xsezhJTYfQiHoCre__Ceo1TeqEzWT2jChA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#982 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() {#984 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#606 …} $message: Closure() {#983 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_s696cdb629b739__token" ] |
| cache_key | "_s696cdb629b739__token_hidden" |
| compound | false |
| data | "275ecacd2750f0cf04e9c5d7c1e.-vkZisA1vi0drMkjtEJduBQAl4TF2_20D1zQ6R2Li5s.nrR-yIh59U9R5rta8wBs6Hg4xsezhJTYfQiHoCre__Ceo1TeqEzWT2jChA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#994 -errors: [] -form: Symfony\Component\Form\Form {#990 …} } |
| form | Symfony\Component\Form\FormView {#985 …5} |
| full_name | "s696cdb629b739[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "s696cdb629b739__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 | "_s696cdb629b739__token" |
| valid | true |
| value | "275ecacd2750f0cf04e9c5d7c1e.-vkZisA1vi0drMkjtEJduBQAl4TF2_20D1zQ6R2Li5s.nrR-yIh59U9R5rta8wBs6Hg4xsezhJTYfQiHoCre__Ceo1TeqEzWT2jChA" |