- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 66
- Events
- Routing
- Cache
- Translation 30
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
filters
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "isFinalizada" => null "createdAt" => [ "comparison" => null "value" => null "value2" => null ] "sucursal" => [ "comparison" => "=" "value" => "POBLADO" ] ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "https://callcenter.calcoweb.net/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCabeceraCrudController&entityFqcn=App%5CEntity%5CCabecera&filters%5Bsucursal%5D%5Bcomparison%5D=%3D&filters%5Bsucursal%5D%5Bvalue%5D=POBLADO" |
same as passed value |
| ea_filters | EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection {#1876 -filters: [ "isFinalizada" => EasyCorp\Bundle\EasyAdminBundle\Dto\FilterDto {#1030 -fqcn: "EasyCorp\Bundle\EasyAdminBundle\Filter\BooleanFilter" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#302 …} -propertyName: "isFinalizada" -label: "Finalizada" -applyCallable: Closure(QueryBuilder $queryBuilder, FilterDataDto $filterDataDto, ?FieldDto $fieldDto, EntityDto $entityDto) {#1042 …} } "createdAt" => EasyCorp\Bundle\EasyAdminBundle\Dto\FilterDto {#1585 -fqcn: "EasyCorp\Bundle\EasyAdminBundle\Filter\DateTimeFilter" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1586 …} -propertyName: "createdAt" -label: "Fecha de Creación" -applyCallable: Closure(QueryBuilder $queryBuilder, FilterDataDto $filterDataDto, ?FieldDto $fieldDto, EntityDto $entityDto) {#1587 …} } "sucursal" => EasyCorp\Bundle\EasyAdminBundle\Dto\FilterDto {#1589 -fqcn: "EasyCorp\Bundle\EasyAdminBundle\Filter\ChoiceFilter" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1590 …} -propertyName: "sucursal" -label: "Sucursal" -applyCallable: Closure(QueryBuilder $queryBuilder, FilterDataDto $filterDataDto, ?FieldDto $fieldDto, EntityDto $entityDto) {#1591 …} } ] } |
same as passed value |
| method | "GET" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "https://callcenter.calcoweb.net/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCabeceraCrudController&entityFqcn=App%5CEntity%5CCabecera&filters%5Bsucursal%5D%5Bcomparison%5D=%3D&filters%5Bsucursal%5D%5Bvalue%5D=POBLADO" |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| ea_filters | EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection {#1876 -filters: [ "isFinalizada" => EasyCorp\Bundle\EasyAdminBundle\Dto\FilterDto {#1030 -fqcn: "EasyCorp\Bundle\EasyAdminBundle\Filter\BooleanFilter" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#302 …} -propertyName: "isFinalizada" -label: "Finalizada" -applyCallable: Closure(QueryBuilder $queryBuilder, FilterDataDto $filterDataDto, ?FieldDto $fieldDto, EntityDto $entityDto) {#1042 …} } "createdAt" => EasyCorp\Bundle\EasyAdminBundle\Dto\FilterDto {#1585 -fqcn: "EasyCorp\Bundle\EasyAdminBundle\Filter\DateTimeFilter" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1586 …} -propertyName: "createdAt" -label: "Fecha de Creación" -applyCallable: Closure(QueryBuilder $queryBuilder, FilterDataDto $filterDataDto, ?FieldDto $fieldDto, EntityDto $entityDto) {#1587 …} } "sucursal" => EasyCorp\Bundle\EasyAdminBundle\Dto\FilterDto {#1589 -fqcn: "EasyCorp\Bundle\EasyAdminBundle\Filter\ChoiceFilter" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1590 …} -propertyName: "sucursal" -label: "Sucursal" -applyCallable: Closure(QueryBuilder $queryBuilder, FilterDataDto $filterDataDto, ?FieldDto $fieldDto, EntityDto $entityDto) {#1591 …} } ] } |
| empty_data | Closure(FormInterface $form) {#2063 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1959 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2064 …} } } |
| validation_groups | null |
isFinalizada
"EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Finalizada" |
same as passed value |
| translation_domain | "EasyAdminBundle" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "EasyAdminBundle" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "label.true" => true "label.false" => false ] |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Finalizada" |
| label_attr | [ "class" => "radio-inline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "EasyAdminBundle" |
| trim | false |
| upload_max_size_message | Closure() {#2089 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2087 …} } } |
| validation_groups | null |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "label.true" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | "EasyAdminBundle" |
same as passed value |
| value | "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 | "entry" |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2161 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2155 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2163 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "label.true" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "EasyAdminBundle" |
| trim | true |
| upload_max_size_message | Closure() {#2167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2164 …} } } |
| validation_groups | null |
| value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "label.false" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | "EasyAdminBundle" |
same as passed value |
| value | "0" |
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 | "entry" |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2161 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2155 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2163 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "label.false" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "EasyAdminBundle" |
| trim | true |
| upload_max_size_message | Closure() {#2177 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2176 …} } } |
| validation_groups | null |
| value | "0" |
createdAt
"EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "comparison" => null "value" => null "value2" => null ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Fecha de Creación" |
same as passed value |
| translation_domain | "EasyAdminBundle" |
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 |
| comparison_type | "EasyCorp\Bundle\EasyAdminBundle\Form\Type\ComparisonType" |
| comparison_type_options | [ "type" => "datetime" ] |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2112 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1959 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Fecha de Creación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "EasyAdminBundle" |
| trim | true |
| upload_max_size_message | Closure() {#2114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2113 …} } } |
| validation_groups | null |
| value_type | "Symfony\Component\Form\Extension\Core\Type\DateTimeType" |
| value_type_options | [ "widget" => "single_text" ] |
comparison
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\ComparisonType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| type | "datetime" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "EasyAdminBundle" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "filter.label.is_same" => "=" "filter.label.is_not_same" => "!=" "filter.label.is_after" => ">" "filter.label.is_after_or_same" => ">=" "filter.label.is_before" => "<" "filter.label.is_before_or_same" => "<=" "filter.label.is_between" => "between" ] |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "EasyAdminBundle" |
| trim | false |
| type | "datetime" |
| upload_max_size_message | Closure() {#2200 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2198 …} } } |
| validation_groups | null |
value
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | false |
same as passed value |
| widget | "single_text" |
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 | false |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2224 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2223 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
value2
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | false |
same as passed value |
| widget | "single_text" |
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 | false |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2232 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
sucursal
"EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "comparison" => "=" "value" => "POBLADO" ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Sucursal" |
same as passed value |
| translation_domain | "EasyAdminBundle" |
same as passed value |
| value_type_options | [ "choices" => [ "LAURELES" => "LAURELES" "POBLADO" => "POBLADO" "FLORIDA" => "FLORIDA" "LLANOGRANDE" => "LLANOGRANDE" "SAN NICOLAS" => "SAN NICOLAS" "MOLINOS" => "MOLINOS" "MAYORCA" => "MAYORCA" "MEGAPLAZA" => "MEGAPLAZA" "OVIEDO" => "OVIEDO" "CAMPESTRE" => "CAMPESTRE" "PALMAGRANDE" => "PALMAGRANDE" "PUERTA DEL NORTE" => "PUERTA DEL NORTE" "MAMM" => "MAMM" "VIVA ENVIGADO" => "VIVA ENVIGADO" "TESORO" => "TESORO" "ARKADIA" => "ARKADIA" "ONE PLAZA" => "ONE PLAZA" "ENVIGADO DOMICILIOS" => "ENVIGADO DOMICILIOS" "OCCIDENTE DOMICILIOS" => "OCCIDENTE DOMICILIOS" "R05 SAN DIEGO" => "R05 SAN DIEGO" ] ] |
[ "choices" => [ "LAURELES" => "LAURELES" "POBLADO" => "POBLADO" "FLORIDA" => "FLORIDA" "LLANOGRANDE" => "LLANOGRANDE" "SAN NICOLAS" => "SAN NICOLAS" "MOLINOS" => "MOLINOS" "MAYORCA" => "MAYORCA" "MEGAPLAZA" => "MEGAPLAZA" "OVIEDO" => "OVIEDO" "CAMPESTRE" => "CAMPESTRE" "PALMAGRANDE" => "PALMAGRANDE" "PUERTA DEL NORTE" => "PUERTA DEL NORTE" "MAMM" => "MAMM" "VIVA ENVIGADO" => "VIVA ENVIGADO" "TESORO" => "TESORO" "ARKADIA" => "ARKADIA" "ONE PLAZA" => "ONE PLAZA" "ENVIGADO DOMICILIOS" => "ENVIGADO DOMICILIOS" "OCCIDENTE DOMICILIOS" => "OCCIDENTE DOMICILIOS" "R05 SAN DIEGO" => "R05 SAN DIEGO" ] "attr" => [ "data-ea-widget" => "ea-autocomplete" ] ] |
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 |
| comparison_type | "EasyCorp\Bundle\EasyAdminBundle\Form\Type\ComparisonType" |
| comparison_type_options | [ "type" => "choice" ] |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2129 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1959 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Sucursal" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "EasyAdminBundle" |
| trim | true |
| upload_max_size_message | Closure() {#2131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2130 …} } } |
| validation_groups | null |
| value_type | "Symfony\Component\Form\Extension\Core\Type\ChoiceType" |
| value_type_options | [ "choices" => [ "LAURELES" => "LAURELES" "POBLADO" => "POBLADO" "FLORIDA" => "FLORIDA" "LLANOGRANDE" => "LLANOGRANDE" "SAN NICOLAS" => "SAN NICOLAS" "MOLINOS" => "MOLINOS" "MAYORCA" => "MAYORCA" "MEGAPLAZA" => "MEGAPLAZA" "OVIEDO" => "OVIEDO" "CAMPESTRE" => "CAMPESTRE" "PALMAGRANDE" => "PALMAGRANDE" "PUERTA DEL NORTE" => "PUERTA DEL NORTE" "MAMM" => "MAMM" "VIVA ENVIGADO" => "VIVA ENVIGADO" "TESORO" => "TESORO" "ARKADIA" => "ARKADIA" "ONE PLAZA" => "ONE PLAZA" "ENVIGADO DOMICILIOS" => "ENVIGADO DOMICILIOS" "OCCIDENTE DOMICILIOS" => "OCCIDENTE DOMICILIOS" "R05 SAN DIEGO" => "R05 SAN DIEGO" ] "attr" => [ "data-ea-widget" => "ea-autocomplete" ] ] |
comparison
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\ComparisonType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "=" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| type | "choice" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "EasyAdminBundle" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "filter.label.is_same" => "=" "filter.label.is_not_same" => "!=" ] |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "EasyAdminBundle" |
| trim | false |
| type | "choice" |
| upload_max_size_message | Closure() {#2254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2253 …} } } |
| validation_groups | null |
value
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "POBLADO" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-widget" => "ea-autocomplete" ] |
[ "data-ea-widget" => "ea-autocomplete" ] |
| choices | [ "LAURELES" => "LAURELES" "POBLADO" => "POBLADO" "FLORIDA" => "FLORIDA" "LLANOGRANDE" => "LLANOGRANDE" "SAN NICOLAS" => "SAN NICOLAS" "MOLINOS" => "MOLINOS" "MAYORCA" => "MAYORCA" "MEGAPLAZA" => "MEGAPLAZA" "OVIEDO" => "OVIEDO" "CAMPESTRE" => "CAMPESTRE" "PALMAGRANDE" => "PALMAGRANDE" "PUERTA DEL NORTE" => "PUERTA DEL NORTE" "MAMM" => "MAMM" "VIVA ENVIGADO" => "VIVA ENVIGADO" "TESORO" => "TESORO" "ARKADIA" => "ARKADIA" "ONE PLAZA" => "ONE PLAZA" "ENVIGADO DOMICILIOS" => "ENVIGADO DOMICILIOS" "OCCIDENTE DOMICILIOS" => "OCCIDENTE DOMICILIOS" "R05 SAN DIEGO" => "R05 SAN DIEGO" ] |
[ "LAURELES" => "LAURELES" "POBLADO" => "POBLADO" "FLORIDA" => "FLORIDA" "LLANOGRANDE" => "LLANOGRANDE" "SAN NICOLAS" => "SAN NICOLAS" "MOLINOS" => "MOLINOS" "MAYORCA" => "MAYORCA" "MEGAPLAZA" => "MEGAPLAZA" "OVIEDO" => "OVIEDO" "CAMPESTRE" => "CAMPESTRE" "PALMAGRANDE" => "PALMAGRANDE" "PUERTA DEL NORTE" => "PUERTA DEL NORTE" "MAMM" => "MAMM" "VIVA ENVIGADO" => "VIVA ENVIGADO" "TESORO" => "TESORO" "ARKADIA" => "ARKADIA" "ONE PLAZA" => "ONE PLAZA" "ENVIGADO DOMICILIOS" => "ENVIGADO DOMICILIOS" "OCCIDENTE DOMICILIOS" => "OCCIDENTE DOMICILIOS" "R05 SAN DIEGO" => "R05 SAN DIEGO" ] |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-ea-widget" => "ea-autocomplete" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "LAURELES" => "LAURELES" "POBLADO" => "POBLADO" "FLORIDA" => "FLORIDA" "LLANOGRANDE" => "LLANOGRANDE" "SAN NICOLAS" => "SAN NICOLAS" "MOLINOS" => "MOLINOS" "MAYORCA" => "MAYORCA" "MEGAPLAZA" => "MEGAPLAZA" "OVIEDO" => "OVIEDO" "CAMPESTRE" => "CAMPESTRE" "PALMAGRANDE" => "PALMAGRANDE" "PUERTA DEL NORTE" => "PUERTA DEL NORTE" "MAMM" => "MAMM" "VIVA ENVIGADO" => "VIVA ENVIGADO" "TESORO" => "TESORO" "ARKADIA" => "ARKADIA" "ONE PLAZA" => "ONE PLAZA" "ENVIGADO DOMICILIOS" => "ENVIGADO DOMICILIOS" "OCCIDENTE DOMICILIOS" => "OCCIDENTE DOMICILIOS" "R05 SAN DIEGO" => "R05 SAN DIEGO" ] |
| 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 {#42 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#195 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2139 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2044 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1947 …} $translationDomain: "validators" $message: Closure() {#2138 …} } } |
| validation_groups | null |