- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 19
- Security
- Twig
- HTTP Client
- Doctrine 6
- E-mails
- Debug
- E-mails
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
batch_form
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/admin/?action=batch&entity=Notification" |
same as passed value |
entity | "Notification" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/admin/?action=batch&entity=Notification" |
allow_extra_fields | true |
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 {#68 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#216 …} -namespace: Closure() {#65 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4927 …} } |
entity | "Notification" |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4917 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#71 …} $translationDomain: "validators" $message: Closure() {#4886 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/admin/?action=batch&entity=Notification" |
attr | [] |
attr_translation_parameters | [] |
batch_actions | [] |
block_prefixes | [ "form" "easyadmin_batch" "_batch_form" ] |
cache_key | "_batch_form_easyadmin_batch" |
compound | true |
data | null |
disabled | false |
easyadmin | [ "entity" => [ "class" => "App\Entity\Notification" "controller" => "App\Controller\NotificationController" "label" => "Notificaciones generales" "icon" => "male" "permission" => [ "ROLE_ADMIN" ] "list" => [ "dql_filter" => null "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "filters" => [ "createdAt" => [ "property" => "createdAt" "label" => "label.createdAt" "type" => "easyadmin.filter.type.date" "type_options" => [] "css_class" => "" "format" => null "help" => null "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" ] ] "max_results" => 30 "actions" => [ "show" => [ "name" => "show" "type" => "method" "label" => false "title" => "action.show" "css_class" => "btn btn-default action-show" "icon" => "eye" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "edit" => [ "name" => "edit" "type" => "method" "label" => false "title" => "action.edit" "css_class" => "btn btn-success action-edit" "icon" => "pencil" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => false "title" => "action.delete" "css_class" => "btn btn-danger action-delete" "icon" => "trash" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "new" => [ "name" => "new" "type" => "method" "label" => "action.new" "title" => null "css_class" => "btn btn-primary action-new" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "search" => [ "name" => "search" "type" => "method" "label" => "action.search" "title" => null "css_class" => " action-search" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "batch_actions" => [] "collapse_actions" => false "help" => null "item_permission" => null ] "show" => [ "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "actions" => [ "edit" => [ "name" => "edit" "type" => "method" "label" => "action.edit" "title" => null "css_class" => "btn btn-primary action-edit" "icon" => "edit" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null "max_results" => 10 ] "form" => [ "fields" => [ "translations" => [ "property" => "translations" "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "type_options" => [ "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] ] "type_notification_id" => [ "property" => "type_notification_id" "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" ] ] "form_options" => [] "actions" => [] ] "name" => "Notification" "search" => [ "dql_filter" => null "fields" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => "ID" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => "Customer id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => "Data" "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => "Type notification id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] ] "help" => null "item_permission" => null ] "edit" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "new" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "translation_domain" => "messages" "disabled_actions" => [] "primary_key_field_name" => "id" "properties" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] "updatedAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "updatedAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "updated_at" "property" => "updatedAt" ] "createdAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" "property" => "createdAt" ] "isActive" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "boolean" "fieldType" => "checkbox" "dataType" => "toggle" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "isActive" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "is_active" "property" => "isActive" ] "customers" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\Customer" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customers" "joinTable" => [ "name" => "notification_customer" "joinColumns" => [ [ "name" => "notification_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] "inverseJoinColumns" => [ [ "name" => "customer_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] ] "targetEntity" => "App\Entity\Customer" "mappedBy" => null "inversedBy" => "notifications" "cascade" => [] "orphanRemoval" => false "fetch" => 2 "isOwningSide" => true "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => false "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false "joinTableColumns" => [ "notification_id" "customer_id" ] "isOnDeleteCascade" => true "relationToSourceKeyColumns" => [ "notification_id" => "id" ] "relationToTargetKeyColumns" => [ "customer_id" => "id" ] "associationType" => 8 "property" => "customers" ] "translations" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\NotificationTranslation" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] ] "templates" => [ "layout" => "@EasyAdmin/default/layout.html.twig" "menu" => "@EasyAdmin/default/menu.html.twig" "edit" => "@EasyAdmin/default/edit.html.twig" "list" => "@EasyAdmin/default/list.html.twig" "new" => "@EasyAdmin/default/new.html.twig" "show" => "@EasyAdmin/default/show.html.twig" "action" => "@EasyAdmin/default/action.html.twig" "filters" => "@EasyAdmin/default/filters.html.twig" "exception" => "@EasyAdmin/default/exception.html.twig" "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig" "paginator" => "@EasyAdmin/default/paginator.html.twig" "field_array" => "@EasyAdmin/default/field_array.html.twig" "field_association" => "@EasyAdmin/default/field_association.html.twig" "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig" "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig" "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig" "field_country" => "@EasyAdmin/default/field_country.html.twig" "field_date" => "@EasyAdmin/default/field_date.html.twig" "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig" "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig" "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig" "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig" "field_email" => "@EasyAdmin/default/field_email.html.twig" "field_file" => "@EasyAdmin/default/field_file.html.twig" "field_float" => "@EasyAdmin/default/field_float.html.twig" "field_guid" => "@EasyAdmin/default/field_guid.html.twig" "field_id" => "@EasyAdmin/default/field_id.html.twig" "field_image" => "@EasyAdmin/default/field_image.html.twig" "field_json" => "@EasyAdmin/default/field_json.html.twig" "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig" "field_integer" => "@EasyAdmin/default/field_integer.html.twig" "field_object" => "@EasyAdmin/default/field_object.html.twig" "field_percent" => "@EasyAdmin/default/field_percent.html.twig" "field_raw" => "@EasyAdmin/default/field_raw.html.twig" "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig" "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig" "field_string" => "@EasyAdmin/default/field_string.html.twig" "field_tel" => "@EasyAdmin/default/field_tel.html.twig" "field_text" => "@EasyAdmin/default/field_text.html.twig" "field_time" => "@EasyAdmin/default/field_time.html.twig" "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig" "field_url" => "@EasyAdmin/default/field_url.html.twig" "label_empty" => "@EasyAdmin/default/label_empty.html.twig" "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig" "label_null" => "@EasyAdmin/default/label_null.html.twig" "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig" ] ] "view" => "list" "item" => null "field" => null "form_group" => null "form_tab" => null "filters" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#4861 -form: Symfony\Component\Form\Form {#4895 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4888 …5} |
full_name | "batch_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "batch_form" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "batch_form" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_batch_form" |
valid | true |
value | null |
name
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#68 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#216 …} -namespace: Closure() {#65 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4910 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4927 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4917 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#71 …} $translationDomain: "validators" $message: Closure() {#4913 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_batch_form_name" ] |
cache_key | "_batch_form_name_hidden" |
compound | false |
data | null |
disabled | false |
easyadmin | [ "entity" => [ "class" => "App\Entity\Notification" "controller" => "App\Controller\NotificationController" "label" => "Notificaciones generales" "icon" => "male" "permission" => [ "ROLE_ADMIN" ] "list" => [ "dql_filter" => null "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "filters" => [ "createdAt" => [ "property" => "createdAt" "label" => "label.createdAt" "type" => "easyadmin.filter.type.date" "type_options" => [] "css_class" => "" "format" => null "help" => null "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" ] ] "max_results" => 30 "actions" => [ "show" => [ "name" => "show" "type" => "method" "label" => false "title" => "action.show" "css_class" => "btn btn-default action-show" "icon" => "eye" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "edit" => [ "name" => "edit" "type" => "method" "label" => false "title" => "action.edit" "css_class" => "btn btn-success action-edit" "icon" => "pencil" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => false "title" => "action.delete" "css_class" => "btn btn-danger action-delete" "icon" => "trash" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "new" => [ "name" => "new" "type" => "method" "label" => "action.new" "title" => null "css_class" => "btn btn-primary action-new" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "search" => [ "name" => "search" "type" => "method" "label" => "action.search" "title" => null "css_class" => " action-search" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "batch_actions" => [] "collapse_actions" => false "help" => null "item_permission" => null ] "show" => [ "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "actions" => [ "edit" => [ "name" => "edit" "type" => "method" "label" => "action.edit" "title" => null "css_class" => "btn btn-primary action-edit" "icon" => "edit" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null "max_results" => 10 ] "form" => [ "fields" => [ "translations" => [ "property" => "translations" "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "type_options" => [ "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] ] "type_notification_id" => [ "property" => "type_notification_id" "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" ] ] "form_options" => [] "actions" => [] ] "name" => "Notification" "search" => [ "dql_filter" => null "fields" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => "ID" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => "Customer id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => "Data" "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => "Type notification id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] ] "help" => null "item_permission" => null ] "edit" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "new" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "translation_domain" => "messages" "disabled_actions" => [] "primary_key_field_name" => "id" "properties" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] "updatedAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "updatedAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "updated_at" "property" => "updatedAt" ] "createdAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" "property" => "createdAt" ] "isActive" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "boolean" "fieldType" => "checkbox" "dataType" => "toggle" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "isActive" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "is_active" "property" => "isActive" ] "customers" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\Customer" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customers" "joinTable" => [ "name" => "notification_customer" "joinColumns" => [ [ "name" => "notification_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] "inverseJoinColumns" => [ [ "name" => "customer_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] ] "targetEntity" => "App\Entity\Customer" "mappedBy" => null "inversedBy" => "notifications" "cascade" => [] "orphanRemoval" => false "fetch" => 2 "isOwningSide" => true "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => false "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false "joinTableColumns" => [ "notification_id" "customer_id" ] "isOnDeleteCascade" => true "relationToSourceKeyColumns" => [ "notification_id" => "id" ] "relationToTargetKeyColumns" => [ "customer_id" => "id" ] "associationType" => 8 "property" => "customers" ] "translations" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\NotificationTranslation" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] ] "templates" => [ "layout" => "@EasyAdmin/default/layout.html.twig" "menu" => "@EasyAdmin/default/menu.html.twig" "edit" => "@EasyAdmin/default/edit.html.twig" "list" => "@EasyAdmin/default/list.html.twig" "new" => "@EasyAdmin/default/new.html.twig" "show" => "@EasyAdmin/default/show.html.twig" "action" => "@EasyAdmin/default/action.html.twig" "filters" => "@EasyAdmin/default/filters.html.twig" "exception" => "@EasyAdmin/default/exception.html.twig" "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig" "paginator" => "@EasyAdmin/default/paginator.html.twig" "field_array" => "@EasyAdmin/default/field_array.html.twig" "field_association" => "@EasyAdmin/default/field_association.html.twig" "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig" "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig" "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig" "field_country" => "@EasyAdmin/default/field_country.html.twig" "field_date" => "@EasyAdmin/default/field_date.html.twig" "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig" "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig" "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig" "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig" "field_email" => "@EasyAdmin/default/field_email.html.twig" "field_file" => "@EasyAdmin/default/field_file.html.twig" "field_float" => "@EasyAdmin/default/field_float.html.twig" "field_guid" => "@EasyAdmin/default/field_guid.html.twig" "field_id" => "@EasyAdmin/default/field_id.html.twig" "field_image" => "@EasyAdmin/default/field_image.html.twig" "field_json" => "@EasyAdmin/default/field_json.html.twig" "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig" "field_integer" => "@EasyAdmin/default/field_integer.html.twig" "field_object" => "@EasyAdmin/default/field_object.html.twig" "field_percent" => "@EasyAdmin/default/field_percent.html.twig" "field_raw" => "@EasyAdmin/default/field_raw.html.twig" "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig" "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig" "field_string" => "@EasyAdmin/default/field_string.html.twig" "field_tel" => "@EasyAdmin/default/field_tel.html.twig" "field_text" => "@EasyAdmin/default/field_text.html.twig" "field_time" => "@EasyAdmin/default/field_time.html.twig" "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig" "field_url" => "@EasyAdmin/default/field_url.html.twig" "label_empty" => "@EasyAdmin/default/label_empty.html.twig" "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig" "label_null" => "@EasyAdmin/default/label_null.html.twig" "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig" ] ] "view" => "list" "item" => null "field" => null "form_group" => null "form_tab" => null "filters" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#4856 -form: Symfony\Component\Form\Form {#4846 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4855 …5} |
full_name | "batch_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "batch_form_name" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_batch_form_name" |
valid | true |
value | "" |
ids
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#68 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#216 …} -namespace: Closure() {#65 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4874 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4927 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4917 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#71 …} $translationDomain: "validators" $message: Closure() {#4928 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_batch_form_ids" ] |
cache_key | "_batch_form_ids_hidden" |
compound | false |
data | null |
disabled | false |
easyadmin | [ "entity" => [ "class" => "App\Entity\Notification" "controller" => "App\Controller\NotificationController" "label" => "Notificaciones generales" "icon" => "male" "permission" => [ "ROLE_ADMIN" ] "list" => [ "dql_filter" => null "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "filters" => [ "createdAt" => [ "property" => "createdAt" "label" => "label.createdAt" "type" => "easyadmin.filter.type.date" "type_options" => [] "css_class" => "" "format" => null "help" => null "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" ] ] "max_results" => 30 "actions" => [ "show" => [ "name" => "show" "type" => "method" "label" => false "title" => "action.show" "css_class" => "btn btn-default action-show" "icon" => "eye" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "edit" => [ "name" => "edit" "type" => "method" "label" => false "title" => "action.edit" "css_class" => "btn btn-success action-edit" "icon" => "pencil" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => false "title" => "action.delete" "css_class" => "btn btn-danger action-delete" "icon" => "trash" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "new" => [ "name" => "new" "type" => "method" "label" => "action.new" "title" => null "css_class" => "btn btn-primary action-new" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "search" => [ "name" => "search" "type" => "method" "label" => "action.search" "title" => null "css_class" => " action-search" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "batch_actions" => [] "collapse_actions" => false "help" => null "item_permission" => null ] "show" => [ "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "actions" => [ "edit" => [ "name" => "edit" "type" => "method" "label" => "action.edit" "title" => null "css_class" => "btn btn-primary action-edit" "icon" => "edit" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null "max_results" => 10 ] "form" => [ "fields" => [ "translations" => [ "property" => "translations" "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "type_options" => [ "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] ] "type_notification_id" => [ "property" => "type_notification_id" "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" ] ] "form_options" => [] "actions" => [] ] "name" => "Notification" "search" => [ "dql_filter" => null "fields" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => "ID" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => "Customer id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => "Data" "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => "Type notification id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] ] "help" => null "item_permission" => null ] "edit" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "new" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "translation_domain" => "messages" "disabled_actions" => [] "primary_key_field_name" => "id" "properties" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] "updatedAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "updatedAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "updated_at" "property" => "updatedAt" ] "createdAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" "property" => "createdAt" ] "isActive" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "boolean" "fieldType" => "checkbox" "dataType" => "toggle" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "isActive" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "is_active" "property" => "isActive" ] "customers" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\Customer" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customers" "joinTable" => [ "name" => "notification_customer" "joinColumns" => [ [ "name" => "notification_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] "inverseJoinColumns" => [ [ "name" => "customer_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] ] "targetEntity" => "App\Entity\Customer" "mappedBy" => null "inversedBy" => "notifications" "cascade" => [] "orphanRemoval" => false "fetch" => 2 "isOwningSide" => true "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => false "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false "joinTableColumns" => [ "notification_id" "customer_id" ] "isOnDeleteCascade" => true "relationToSourceKeyColumns" => [ "notification_id" => "id" ] "relationToTargetKeyColumns" => [ "customer_id" => "id" ] "associationType" => 8 "property" => "customers" ] "translations" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\NotificationTranslation" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] ] "templates" => [ "layout" => "@EasyAdmin/default/layout.html.twig" "menu" => "@EasyAdmin/default/menu.html.twig" "edit" => "@EasyAdmin/default/edit.html.twig" "list" => "@EasyAdmin/default/list.html.twig" "new" => "@EasyAdmin/default/new.html.twig" "show" => "@EasyAdmin/default/show.html.twig" "action" => "@EasyAdmin/default/action.html.twig" "filters" => "@EasyAdmin/default/filters.html.twig" "exception" => "@EasyAdmin/default/exception.html.twig" "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig" "paginator" => "@EasyAdmin/default/paginator.html.twig" "field_array" => "@EasyAdmin/default/field_array.html.twig" "field_association" => "@EasyAdmin/default/field_association.html.twig" "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig" "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig" "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig" "field_country" => "@EasyAdmin/default/field_country.html.twig" "field_date" => "@EasyAdmin/default/field_date.html.twig" "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig" "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig" "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig" "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig" "field_email" => "@EasyAdmin/default/field_email.html.twig" "field_file" => "@EasyAdmin/default/field_file.html.twig" "field_float" => "@EasyAdmin/default/field_float.html.twig" "field_guid" => "@EasyAdmin/default/field_guid.html.twig" "field_id" => "@EasyAdmin/default/field_id.html.twig" "field_image" => "@EasyAdmin/default/field_image.html.twig" "field_json" => "@EasyAdmin/default/field_json.html.twig" "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig" "field_integer" => "@EasyAdmin/default/field_integer.html.twig" "field_object" => "@EasyAdmin/default/field_object.html.twig" "field_percent" => "@EasyAdmin/default/field_percent.html.twig" "field_raw" => "@EasyAdmin/default/field_raw.html.twig" "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig" "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig" "field_string" => "@EasyAdmin/default/field_string.html.twig" "field_tel" => "@EasyAdmin/default/field_tel.html.twig" "field_text" => "@EasyAdmin/default/field_text.html.twig" "field_time" => "@EasyAdmin/default/field_time.html.twig" "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig" "field_url" => "@EasyAdmin/default/field_url.html.twig" "label_empty" => "@EasyAdmin/default/label_empty.html.twig" "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig" "label_null" => "@EasyAdmin/default/label_null.html.twig" "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig" ] ] "view" => "list" "item" => null "field" => null "form_group" => null "form_tab" => null "filters" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#4857 -form: Symfony\Component\Form\Form {#4929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4858 …5} |
full_name | "batch_form[ids]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "batch_form_ids" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ids" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_batch_form_ids" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "056qmzxSIJmK_6kLDObwOfGizUuqAnAZOLQ5aa_m2iY" |
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 | "056qmzxSIJmK_6kLDObwOfGizUuqAnAZOLQ5aa_m2iY" |
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 {#68 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#216 …} -namespace: Closure() {#65 …} } |
data | "056qmzxSIJmK_6kLDObwOfGizUuqAnAZOLQ5aa_m2iY" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4927 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4917 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#71 …} $translationDomain: "validators" $message: Closure() {#4859 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_batch_form__token" ] |
cache_key | "_batch_form__token_hidden" |
compound | false |
data | "056qmzxSIJmK_6kLDObwOfGizUuqAnAZOLQ5aa_m2iY" |
disabled | false |
easyadmin | [ "entity" => [ "class" => "App\Entity\Notification" "controller" => "App\Controller\NotificationController" "label" => "Notificaciones generales" "icon" => "male" "permission" => [ "ROLE_ADMIN" ] "list" => [ "dql_filter" => null "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "filters" => [ "createdAt" => [ "property" => "createdAt" "label" => "label.createdAt" "type" => "easyadmin.filter.type.date" "type_options" => [] "css_class" => "" "format" => null "help" => null "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" ] ] "max_results" => 30 "actions" => [ "show" => [ "name" => "show" "type" => "method" "label" => false "title" => "action.show" "css_class" => "btn btn-default action-show" "icon" => "eye" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "edit" => [ "name" => "edit" "type" => "method" "label" => false "title" => "action.edit" "css_class" => "btn btn-success action-edit" "icon" => "pencil" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => false "title" => "action.delete" "css_class" => "btn btn-danger action-delete" "icon" => "trash" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "new" => [ "name" => "new" "type" => "method" "label" => "action.new" "title" => null "css_class" => "btn btn-primary action-new" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "search" => [ "name" => "search" "type" => "method" "label" => "action.search" "title" => null "css_class" => " action-search" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "batch_actions" => [] "collapse_actions" => false "help" => null "item_permission" => null ] "show" => [ "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "actions" => [ "edit" => [ "name" => "edit" "type" => "method" "label" => "action.edit" "title" => null "css_class" => "btn btn-primary action-edit" "icon" => "edit" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null "max_results" => 10 ] "form" => [ "fields" => [ "translations" => [ "property" => "translations" "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "type_options" => [ "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] ] "type_notification_id" => [ "property" => "type_notification_id" "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" ] ] "form_options" => [] "actions" => [] ] "name" => "Notification" "search" => [ "dql_filter" => null "fields" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => "ID" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => "Customer id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => "Data" "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => "Type notification id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] ] "help" => null "item_permission" => null ] "edit" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "new" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "translation_domain" => "messages" "disabled_actions" => [] "primary_key_field_name" => "id" "properties" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] "updatedAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "updatedAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "updated_at" "property" => "updatedAt" ] "createdAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" "property" => "createdAt" ] "isActive" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "boolean" "fieldType" => "checkbox" "dataType" => "toggle" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "isActive" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "is_active" "property" => "isActive" ] "customers" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\Customer" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customers" "joinTable" => [ "name" => "notification_customer" "joinColumns" => [ [ "name" => "notification_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] "inverseJoinColumns" => [ [ "name" => "customer_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] ] "targetEntity" => "App\Entity\Customer" "mappedBy" => null "inversedBy" => "notifications" "cascade" => [] "orphanRemoval" => false "fetch" => 2 "isOwningSide" => true "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => false "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false "joinTableColumns" => [ "notification_id" "customer_id" ] "isOnDeleteCascade" => true "relationToSourceKeyColumns" => [ "notification_id" => "id" ] "relationToTargetKeyColumns" => [ "customer_id" => "id" ] "associationType" => 8 "property" => "customers" ] "translations" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\NotificationTranslation" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] ] "templates" => [ "layout" => "@EasyAdmin/default/layout.html.twig" "menu" => "@EasyAdmin/default/menu.html.twig" "edit" => "@EasyAdmin/default/edit.html.twig" "list" => "@EasyAdmin/default/list.html.twig" "new" => "@EasyAdmin/default/new.html.twig" "show" => "@EasyAdmin/default/show.html.twig" "action" => "@EasyAdmin/default/action.html.twig" "filters" => "@EasyAdmin/default/filters.html.twig" "exception" => "@EasyAdmin/default/exception.html.twig" "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig" "paginator" => "@EasyAdmin/default/paginator.html.twig" "field_array" => "@EasyAdmin/default/field_array.html.twig" "field_association" => "@EasyAdmin/default/field_association.html.twig" "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig" "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig" "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig" "field_country" => "@EasyAdmin/default/field_country.html.twig" "field_date" => "@EasyAdmin/default/field_date.html.twig" "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig" "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig" "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig" "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig" "field_email" => "@EasyAdmin/default/field_email.html.twig" "field_file" => "@EasyAdmin/default/field_file.html.twig" "field_float" => "@EasyAdmin/default/field_float.html.twig" "field_guid" => "@EasyAdmin/default/field_guid.html.twig" "field_id" => "@EasyAdmin/default/field_id.html.twig" "field_image" => "@EasyAdmin/default/field_image.html.twig" "field_json" => "@EasyAdmin/default/field_json.html.twig" "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig" "field_integer" => "@EasyAdmin/default/field_integer.html.twig" "field_object" => "@EasyAdmin/default/field_object.html.twig" "field_percent" => "@EasyAdmin/default/field_percent.html.twig" "field_raw" => "@EasyAdmin/default/field_raw.html.twig" "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig" "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig" "field_string" => "@EasyAdmin/default/field_string.html.twig" "field_tel" => "@EasyAdmin/default/field_tel.html.twig" "field_text" => "@EasyAdmin/default/field_text.html.twig" "field_time" => "@EasyAdmin/default/field_time.html.twig" "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig" "field_url" => "@EasyAdmin/default/field_url.html.twig" "label_empty" => "@EasyAdmin/default/label_empty.html.twig" "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig" "label_null" => "@EasyAdmin/default/label_null.html.twig" "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig" ] ] "view" => "list" "item" => null "field" => null "form_group" => null "form_tab" => null "filters" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#4863 -form: Symfony\Component\Form\Form {#4872 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4852 …5} |
full_name | "batch_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "batch_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_batch_form__token" |
valid | true |
value | "056qmzxSIJmK_6kLDObwOfGizUuqAnAZOLQ5aa_m2iY" |
delete_form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#68 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#216 …} -namespace: Closure() {#65 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4927 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4917 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#71 …} $translationDomain: "validators" $message: Closure() {#4850 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/admin/?action=delete&entity=Notification&id=__id__" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_delete_form" ] |
cache_key | "_delete_form_form" |
compound | true |
data | null |
disabled | false |
easyadmin | [ "entity" => [ "class" => "App\Entity\Notification" "controller" => "App\Controller\NotificationController" "label" => "Notificaciones generales" "icon" => "male" "permission" => [ "ROLE_ADMIN" ] "list" => [ "dql_filter" => null "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "filters" => [ "createdAt" => [ "property" => "createdAt" "label" => "label.createdAt" "type" => "easyadmin.filter.type.date" "type_options" => [] "css_class" => "" "format" => null "help" => null "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" ] ] "max_results" => 30 "actions" => [ "show" => [ "name" => "show" "type" => "method" "label" => false "title" => "action.show" "css_class" => "btn btn-default action-show" "icon" => "eye" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "edit" => [ "name" => "edit" "type" => "method" "label" => false "title" => "action.edit" "css_class" => "btn btn-success action-edit" "icon" => "pencil" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => false "title" => "action.delete" "css_class" => "btn btn-danger action-delete" "icon" => "trash" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "new" => [ "name" => "new" "type" => "method" "label" => "action.new" "title" => null "css_class" => "btn btn-primary action-new" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "search" => [ "name" => "search" "type" => "method" "label" => "action.search" "title" => null "css_class" => " action-search" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "batch_actions" => [] "collapse_actions" => false "help" => null "item_permission" => null ] "show" => [ "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "actions" => [ "edit" => [ "name" => "edit" "type" => "method" "label" => "action.edit" "title" => null "css_class" => "btn btn-primary action-edit" "icon" => "edit" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null "max_results" => 10 ] "form" => [ "fields" => [ "translations" => [ "property" => "translations" "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "type_options" => [ "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] ] "type_notification_id" => [ "property" => "type_notification_id" "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" ] ] "form_options" => [] "actions" => [] ] "name" => "Notification" "search" => [ "dql_filter" => null "fields" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => "ID" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => "Customer id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => "Data" "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => "Type notification id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] ] "help" => null "item_permission" => null ] "edit" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "new" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "translation_domain" => "messages" "disabled_actions" => [] "primary_key_field_name" => "id" "properties" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] "updatedAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "updatedAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "updated_at" "property" => "updatedAt" ] "createdAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" "property" => "createdAt" ] "isActive" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "boolean" "fieldType" => "checkbox" "dataType" => "toggle" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "isActive" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "is_active" "property" => "isActive" ] "customers" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\Customer" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customers" "joinTable" => [ "name" => "notification_customer" "joinColumns" => [ [ "name" => "notification_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] "inverseJoinColumns" => [ [ "name" => "customer_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] ] "targetEntity" => "App\Entity\Customer" "mappedBy" => null "inversedBy" => "notifications" "cascade" => [] "orphanRemoval" => false "fetch" => 2 "isOwningSide" => true "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => false "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false "joinTableColumns" => [ "notification_id" "customer_id" ] "isOnDeleteCascade" => true "relationToSourceKeyColumns" => [ "notification_id" => "id" ] "relationToTargetKeyColumns" => [ "customer_id" => "id" ] "associationType" => 8 "property" => "customers" ] "translations" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\NotificationTranslation" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] ] "templates" => [ "layout" => "@EasyAdmin/default/layout.html.twig" "menu" => "@EasyAdmin/default/menu.html.twig" "edit" => "@EasyAdmin/default/edit.html.twig" "list" => "@EasyAdmin/default/list.html.twig" "new" => "@EasyAdmin/default/new.html.twig" "show" => "@EasyAdmin/default/show.html.twig" "action" => "@EasyAdmin/default/action.html.twig" "filters" => "@EasyAdmin/default/filters.html.twig" "exception" => "@EasyAdmin/default/exception.html.twig" "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig" "paginator" => "@EasyAdmin/default/paginator.html.twig" "field_array" => "@EasyAdmin/default/field_array.html.twig" "field_association" => "@EasyAdmin/default/field_association.html.twig" "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig" "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig" "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig" "field_country" => "@EasyAdmin/default/field_country.html.twig" "field_date" => "@EasyAdmin/default/field_date.html.twig" "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig" "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig" "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig" "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig" "field_email" => "@EasyAdmin/default/field_email.html.twig" "field_file" => "@EasyAdmin/default/field_file.html.twig" "field_float" => "@EasyAdmin/default/field_float.html.twig" "field_guid" => "@EasyAdmin/default/field_guid.html.twig" "field_id" => "@EasyAdmin/default/field_id.html.twig" "field_image" => "@EasyAdmin/default/field_image.html.twig" "field_json" => "@EasyAdmin/default/field_json.html.twig" "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig" "field_integer" => "@EasyAdmin/default/field_integer.html.twig" "field_object" => "@EasyAdmin/default/field_object.html.twig" "field_percent" => "@EasyAdmin/default/field_percent.html.twig" "field_raw" => "@EasyAdmin/default/field_raw.html.twig" "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig" "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig" "field_string" => "@EasyAdmin/default/field_string.html.twig" "field_tel" => "@EasyAdmin/default/field_tel.html.twig" "field_text" => "@EasyAdmin/default/field_text.html.twig" "field_time" => "@EasyAdmin/default/field_time.html.twig" "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig" "field_url" => "@EasyAdmin/default/field_url.html.twig" "label_empty" => "@EasyAdmin/default/label_empty.html.twig" "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig" "label_null" => "@EasyAdmin/default/label_null.html.twig" "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig" ] ] "view" => "list" "item" => null "field" => null "form_group" => null "form_tab" => null "filters" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#4953 -form: Symfony\Component\Form\Form {#4958 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4835 …5} |
full_name | "delete_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "delete_form" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "DELETE" |
multipart | false |
name | "delete_form" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_delete_form" |
valid | true |
value | null |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "delete_modal.action" |
same as passed value |
translation_domain | "EasyAdminBundle" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "delete_modal.action" |
label_format | null |
label_translation_parameters | [] |
row_attr | [] |
translation_domain | "EasyAdminBundle" |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_delete_form_submit" ] |
cache_key | "_delete_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#4968 …5} |
full_name | "delete_form[submit]" |
id | "delete_form_submit" |
label | "delete_modal.action" |
label_format | null |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
row_attr | [] |
translation_domain | "EasyAdminBundle" |
unique_block_prefix | "_delete_form_submit" |
value | null |
_easyadmin_delete_flag
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "1" |
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 {#68 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#216 …} -namespace: Closure() {#65 …} } |
data | "1" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4950 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4927 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4952 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4917 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#71 …} $translationDomain: "validators" $message: Closure() {#4951 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_delete_form__easyadmin_delete_flag" ] |
cache_key | "_delete_form__easyadmin_delete_flag_hidden" |
compound | false |
data | "1" |
disabled | false |
easyadmin | [ "entity" => [ "class" => "App\Entity\Notification" "controller" => "App\Controller\NotificationController" "label" => "Notificaciones generales" "icon" => "male" "permission" => [ "ROLE_ADMIN" ] "list" => [ "dql_filter" => null "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "filters" => [ "createdAt" => [ "property" => "createdAt" "label" => "label.createdAt" "type" => "easyadmin.filter.type.date" "type_options" => [] "css_class" => "" "format" => null "help" => null "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" ] ] "max_results" => 30 "actions" => [ "show" => [ "name" => "show" "type" => "method" "label" => false "title" => "action.show" "css_class" => "btn btn-default action-show" "icon" => "eye" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "edit" => [ "name" => "edit" "type" => "method" "label" => false "title" => "action.edit" "css_class" => "btn btn-success action-edit" "icon" => "pencil" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => false "title" => "action.delete" "css_class" => "btn btn-danger action-delete" "icon" => "trash" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "new" => [ "name" => "new" "type" => "method" "label" => "action.new" "title" => null "css_class" => "btn btn-primary action-new" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "search" => [ "name" => "search" "type" => "method" "label" => "action.search" "title" => null "css_class" => " action-search" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "batch_actions" => [] "collapse_actions" => false "help" => null "item_permission" => null ] "show" => [ "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "actions" => [ "edit" => [ "name" => "edit" "type" => "method" "label" => "action.edit" "title" => null "css_class" => "btn btn-primary action-edit" "icon" => "edit" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null "max_results" => 10 ] "form" => [ "fields" => [ "translations" => [ "property" => "translations" "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "type_options" => [ "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] ] "type_notification_id" => [ "property" => "type_notification_id" "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" ] ] "form_options" => [] "actions" => [] ] "name" => "Notification" "search" => [ "dql_filter" => null "fields" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => "ID" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => "Customer id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => "Data" "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => "Type notification id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] ] "help" => null "item_permission" => null ] "edit" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "new" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "translation_domain" => "messages" "disabled_actions" => [] "primary_key_field_name" => "id" "properties" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] "updatedAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "updatedAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "updated_at" "property" => "updatedAt" ] "createdAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" "property" => "createdAt" ] "isActive" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "boolean" "fieldType" => "checkbox" "dataType" => "toggle" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "isActive" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "is_active" "property" => "isActive" ] "customers" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\Customer" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customers" "joinTable" => [ "name" => "notification_customer" "joinColumns" => [ [ "name" => "notification_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] "inverseJoinColumns" => [ [ "name" => "customer_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] ] "targetEntity" => "App\Entity\Customer" "mappedBy" => null "inversedBy" => "notifications" "cascade" => [] "orphanRemoval" => false "fetch" => 2 "isOwningSide" => true "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => false "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false "joinTableColumns" => [ "notification_id" "customer_id" ] "isOnDeleteCascade" => true "relationToSourceKeyColumns" => [ "notification_id" => "id" ] "relationToTargetKeyColumns" => [ "customer_id" => "id" ] "associationType" => 8 "property" => "customers" ] "translations" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\NotificationTranslation" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] ] "templates" => [ "layout" => "@EasyAdmin/default/layout.html.twig" "menu" => "@EasyAdmin/default/menu.html.twig" "edit" => "@EasyAdmin/default/edit.html.twig" "list" => "@EasyAdmin/default/list.html.twig" "new" => "@EasyAdmin/default/new.html.twig" "show" => "@EasyAdmin/default/show.html.twig" "action" => "@EasyAdmin/default/action.html.twig" "filters" => "@EasyAdmin/default/filters.html.twig" "exception" => "@EasyAdmin/default/exception.html.twig" "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig" "paginator" => "@EasyAdmin/default/paginator.html.twig" "field_array" => "@EasyAdmin/default/field_array.html.twig" "field_association" => "@EasyAdmin/default/field_association.html.twig" "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig" "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig" "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig" "field_country" => "@EasyAdmin/default/field_country.html.twig" "field_date" => "@EasyAdmin/default/field_date.html.twig" "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig" "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig" "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig" "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig" "field_email" => "@EasyAdmin/default/field_email.html.twig" "field_file" => "@EasyAdmin/default/field_file.html.twig" "field_float" => "@EasyAdmin/default/field_float.html.twig" "field_guid" => "@EasyAdmin/default/field_guid.html.twig" "field_id" => "@EasyAdmin/default/field_id.html.twig" "field_image" => "@EasyAdmin/default/field_image.html.twig" "field_json" => "@EasyAdmin/default/field_json.html.twig" "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig" "field_integer" => "@EasyAdmin/default/field_integer.html.twig" "field_object" => "@EasyAdmin/default/field_object.html.twig" "field_percent" => "@EasyAdmin/default/field_percent.html.twig" "field_raw" => "@EasyAdmin/default/field_raw.html.twig" "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig" "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig" "field_string" => "@EasyAdmin/default/field_string.html.twig" "field_tel" => "@EasyAdmin/default/field_tel.html.twig" "field_text" => "@EasyAdmin/default/field_text.html.twig" "field_time" => "@EasyAdmin/default/field_time.html.twig" "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig" "field_url" => "@EasyAdmin/default/field_url.html.twig" "label_empty" => "@EasyAdmin/default/label_empty.html.twig" "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig" "label_null" => "@EasyAdmin/default/label_null.html.twig" "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig" ] ] "view" => "list" "item" => null "field" => null "form_group" => null "form_tab" => null "filters" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#4970 -form: Symfony\Component\Form\Form {#4962 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4969 …5} |
full_name | "delete_form[_easyadmin_delete_flag]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "delete_form__easyadmin_delete_flag" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_easyadmin_delete_flag" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_delete_form__easyadmin_delete_flag" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "x9QzyIMFGELllJ0lsucqSrezmgsxN5r1oIqORMvR8m4" |
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 | "x9QzyIMFGELllJ0lsucqSrezmgsxN5r1oIqORMvR8m4" |
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 {#68 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#216 …} -namespace: Closure() {#65 …} } |
data | "x9QzyIMFGELllJ0lsucqSrezmgsxN5r1oIqORMvR8m4" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4943 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4927 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4971 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4917 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#71 …} $translationDomain: "validators" $message: Closure() {#4974 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_delete_form__token" ] |
cache_key | "_delete_form__token_hidden" |
compound | false |
data | "x9QzyIMFGELllJ0lsucqSrezmgsxN5r1oIqORMvR8m4" |
disabled | false |
easyadmin | [ "entity" => [ "class" => "App\Entity\Notification" "controller" => "App\Controller\NotificationController" "label" => "Notificaciones generales" "icon" => "male" "permission" => [ "ROLE_ADMIN" ] "list" => [ "dql_filter" => null "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "filters" => [ "createdAt" => [ "property" => "createdAt" "label" => "label.createdAt" "type" => "easyadmin.filter.type.date" "type_options" => [] "css_class" => "" "format" => null "help" => null "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" ] ] "max_results" => 30 "actions" => [ "show" => [ "name" => "show" "type" => "method" "label" => false "title" => "action.show" "css_class" => "btn btn-default action-show" "icon" => "eye" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "edit" => [ "name" => "edit" "type" => "method" "label" => false "title" => "action.edit" "css_class" => "btn btn-success action-edit" "icon" => "pencil" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => false "title" => "action.delete" "css_class" => "btn btn-danger action-delete" "icon" => "trash" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "new" => [ "name" => "new" "type" => "method" "label" => "action.new" "title" => null "css_class" => "btn btn-primary action-new" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "search" => [ "name" => "search" "type" => "method" "label" => "action.search" "title" => null "css_class" => " action-search" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "batch_actions" => [] "collapse_actions" => false "help" => null "item_permission" => null ] "show" => [ "fields" => [ "title" => [ "css_class" => "" "format" => null "help" => null "label" => "Titulo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "title" "fieldName" => "title" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "title" ] "body" => [ "css_class" => "" "format" => null "help" => null "label" => "Cuerpo" "type" => "text" "fieldType" => null "dataType" => "text" "virtual" => true "sortable" => false "template" => "@EasyAdmin/default/field_text.html.twig" "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "body" "fieldName" => "body" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "body" ] ] "actions" => [ "edit" => [ "name" => "edit" "type" => "method" "label" => "action.edit" "title" => null "css_class" => "btn btn-primary action-edit" "icon" => "edit" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null "max_results" => 10 ] "form" => [ "fields" => [ "translations" => [ "property" => "translations" "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "type_options" => [ "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] ] "type_notification_id" => [ "property" => "type_notification_id" "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" ] ] "form_options" => [] "actions" => [] ] "name" => "Notification" "search" => [ "dql_filter" => null "fields" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => "ID" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => "Customer id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => "Data" "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => "Type notification id" "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] ] "help" => null "item_permission" => null ] "edit" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "delete" => [ "name" => "delete" "type" => "method" "label" => "action.delete" "title" => null "css_class" => "btn text-danger action-delete" "icon" => "trash-o" "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "new" => [ "fields" => [ "translations" => [ "css_class" => "" "format" => null "help" => null "label" => "Traducciones" "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "required" => false "fields" => [ "title" => [ "attr" => [ "style" => "max-width: inherit;" ] ] "body" => [ "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType" "attr" => [ "rows" => "10" "style" => "max-width: inherit;" ] ] ] ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] "type_notification_id" => [ "css_class" => "" "format" => null "help" => null "label" => "Tipo de notificacion" "type" => "App\Form\Type\NotificationType" "fieldType" => "App\Form\Type\NotificationType" "dataType" => null "virtual" => true "sortable" => false "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "columnName" => "type_notification_id" "fieldName" => "type_notification_id" "id" => false "length" => null "nullable" => false "precision" => 0 "scale" => 0 "unique" => false "property" => "type_notification_id" ] ] "form_options" => [] "actions" => [ "list" => [ "name" => "list" "type" => "method" "label" => "action.list" "title" => null "css_class" => "btn btn-link pr-0 action-list" "icon" => null "target" => "_self" "template" => "@EasyAdmin/default/action.html.twig" "ask_confirm" => null ] ] "help" => null "item_permission" => null ] "translation_domain" => "messages" "disabled_actions" => [] "primary_key_field_name" => "id" "properties" => [ "id" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "id" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "id" "id" => true "property" => "id" ] "customerId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => true ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customerId" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "customer_id" "property" => "customerId" ] "data" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "string" "fieldType" => "text" "dataType" => "string" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "data" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "data" "property" => "data" ] "typeNotificationId" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "integer" "fieldType" => "integer" "dataType" => "integer" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "typeNotificationId" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "type_notification_id" "property" => "typeNotificationId" ] "updatedAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "updatedAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "columnName" => "updated_at" "property" => "updatedAt" ] "createdAt" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "datetime" "fieldType" => "datetime" "dataType" => "datetime" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "createdAt" "scale" => 0 "length" => null "unique" => false "nullable" => true "precision" => 0 "options" => [ "default" => "CURRENT_TIMESTAMP" ] "columnName" => "created_at" "property" => "createdAt" ] "isActive" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "boolean" "fieldType" => "checkbox" "dataType" => "toggle" "virtual" => false "sortable" => true "template" => null "type_options" => [ "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "isActive" "scale" => 0 "length" => null "unique" => false "nullable" => false "precision" => 0 "columnName" => "is_active" "property" => "isActive" ] "customers" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\Customer" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "customers" "joinTable" => [ "name" => "notification_customer" "joinColumns" => [ [ "name" => "notification_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] "inverseJoinColumns" => [ [ "name" => "customer_id" "referencedColumnName" => "id" "onDelete" => "CASCADE" ] ] ] "targetEntity" => "App\Entity\Customer" "mappedBy" => null "inversedBy" => "notifications" "cascade" => [] "orphanRemoval" => false "fetch" => 2 "isOwningSide" => true "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => false "isCascadePersist" => false "isCascadeRefresh" => false "isCascadeMerge" => false "isCascadeDetach" => false "joinTableColumns" => [ "notification_id" "customer_id" ] "isOnDeleteCascade" => true "relationToSourceKeyColumns" => [ "notification_id" => "id" ] "relationToTargetKeyColumns" => [ "customer_id" => "id" ] "associationType" => 8 "property" => "customers" ] "translations" => [ "css_class" => "" "format" => null "help" => null "label" => null "type" => "association" "fieldType" => "entity" "dataType" => "association" "virtual" => false "sortable" => false "template" => null "type_options" => [ "em" => "default" "class" => "App\Entity\NotificationTranslation" "multiple" => true "required" => false ] "form_group" => null "permission" => null "prepend_html" => null "append_html" => null "fieldName" => "translations" "mappedBy" => "translatable" "indexBy" => "locale" "cascade" => [ "persist" "merge" "remove" ] "fetch" => 2 "targetEntity" => "App\Entity\NotificationTranslation" "orphanRemoval" => true "inversedBy" => null "isOwningSide" => false "sourceEntity" => "App\Entity\Notification" "isCascadeRemove" => true "isCascadePersist" => true "isCascadeRefresh" => false "isCascadeMerge" => true "isCascadeDetach" => false "associationType" => 4 "property" => "translations" ] ] "templates" => [ "layout" => "@EasyAdmin/default/layout.html.twig" "menu" => "@EasyAdmin/default/menu.html.twig" "edit" => "@EasyAdmin/default/edit.html.twig" "list" => "@EasyAdmin/default/list.html.twig" "new" => "@EasyAdmin/default/new.html.twig" "show" => "@EasyAdmin/default/show.html.twig" "action" => "@EasyAdmin/default/action.html.twig" "filters" => "@EasyAdmin/default/filters.html.twig" "exception" => "@EasyAdmin/default/exception.html.twig" "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig" "paginator" => "@EasyAdmin/default/paginator.html.twig" "field_array" => "@EasyAdmin/default/field_array.html.twig" "field_association" => "@EasyAdmin/default/field_association.html.twig" "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig" "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig" "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig" "field_country" => "@EasyAdmin/default/field_country.html.twig" "field_date" => "@EasyAdmin/default/field_date.html.twig" "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig" "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig" "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig" "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig" "field_email" => "@EasyAdmin/default/field_email.html.twig" "field_file" => "@EasyAdmin/default/field_file.html.twig" "field_float" => "@EasyAdmin/default/field_float.html.twig" "field_guid" => "@EasyAdmin/default/field_guid.html.twig" "field_id" => "@EasyAdmin/default/field_id.html.twig" "field_image" => "@EasyAdmin/default/field_image.html.twig" "field_json" => "@EasyAdmin/default/field_json.html.twig" "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig" "field_integer" => "@EasyAdmin/default/field_integer.html.twig" "field_object" => "@EasyAdmin/default/field_object.html.twig" "field_percent" => "@EasyAdmin/default/field_percent.html.twig" "field_raw" => "@EasyAdmin/default/field_raw.html.twig" "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig" "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig" "field_string" => "@EasyAdmin/default/field_string.html.twig" "field_tel" => "@EasyAdmin/default/field_tel.html.twig" "field_text" => "@EasyAdmin/default/field_text.html.twig" "field_time" => "@EasyAdmin/default/field_time.html.twig" "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig" "field_url" => "@EasyAdmin/default/field_url.html.twig" "label_empty" => "@EasyAdmin/default/label_empty.html.twig" "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig" "label_null" => "@EasyAdmin/default/label_null.html.twig" "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig" ] ] "view" => "list" "item" => null "field" => null "form_group" => null "form_tab" => null "filters" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#4985 -form: Symfony\Component\Form\Form {#4981 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4976 …5} |
full_name | "delete_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "delete_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_delete_form__token" |
valid | true |
value | "x9QzyIMFGELllJ0lsucqSrezmgsxN5r1oIqORMvR8m4" |