- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 855
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 2
- Migrations 15
- Debug
- E-mails
- 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
backup
"Customize\Form\Type\Admin\BackupType"
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5345 …} } |
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 | "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 | null |
trim | true |
upload_max_size_message | Closure() {#5410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5409 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "backup" "_backup" ] |
cache_key | "_backup_backup" |
compound | true |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5647 -form: Symfony\Component\Form\Form {#5511 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5646 …5} |
full_name | "backup" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "backup" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_backup" |
valid | true |
value | null |
migrate_data
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
class | "Customize\Entity\BackupData" |
same as passed value |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5417 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5417 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
expanded | true |
same as passed value |
multiple | true |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#5452 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5445 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5453 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5454 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5446 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5112 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "Customize\Entity\BackupData" |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5417 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} |
empty_data | [] |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5446 -om: ContainerXorLgGn\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#807 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5112 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | "POST" |
multiple | true |
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 |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#5444 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5442 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_backup_migrate_data" ] |
cache_key | "_backup_migrate_data_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5464 +label: "商品データ" +value: "1" +data: Customize\Entity\BackupData {#5476 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5472 +label: "学校データ" +value: "2" +data: Customize\Entity\BackupData {#5483 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5466 +label: "店舗データ" +value: "3" +data: Customize\Entity\BackupData {#5484 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5481 +label: "アパレルデータ" +value: "4" +data: Customize\Entity\BackupData {#5485 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5465 +label: "配送時期データ" +value: "5" +data: Customize\Entity\BackupData {#5486 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5479 +label: "新着情報データ" +value: "6" +data: Customize\Entity\BackupData {#5487 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5471 +label: "予約設定データ" +value: "7" +data: Customize\Entity\BackupData {#5488 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5475 +label: "設定データ" +value: "8" +data: Customize\Entity\BackupData {#5489 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5467 +label: "マスターデータ" +value: "9" +data: Customize\Entity\BackupData {#5490 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5651 -form: Symfony\Component\Form\Form {#5611 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#5650 …5} |
full_name | "backup[migrate_data]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data" |
is_selected | Closure($choice, array $values) {#5656 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5419 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "migrate_data" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_backup_migrate_data" |
valid | true |
value | [] |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "商品データ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "商品データ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5524 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5522 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5678 -form: Symfony\Component\Form\Form {#5614 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5659 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_1" |
label | "商品データ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "学校データ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "2" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "学校データ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5532 …} } } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5679 -form: Symfony\Component\Form\Form {#5617 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5680 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_2" |
label | "学校データ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "2" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "店舗データ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "3" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "店舗データ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5542 …} } } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5681 -form: Symfony\Component\Form\Form {#5620 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5682 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_3" |
label | "店舗データ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "3" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "アパレルデータ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "4" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "アパレルデータ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5553 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5552 …} } } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5683 -form: Symfony\Component\Form\Form {#5623 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5684 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_4" |
label | "アパレルデータ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "4" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "配送時期データ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "5" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "配送時期データ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5563 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5562 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5685 -form: Symfony\Component\Form\Form {#5626 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5686 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_5" |
label | "配送時期データ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "5" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "新着情報データ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "6" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "新着情報データ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5572 …} } } |
validation_groups | null |
value | "6" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5687 -form: Symfony\Component\Form\Form {#5629 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5688 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_6" |
label | "新着情報データ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "6" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "予約設定データ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "7" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "予約設定データ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5582 …} } } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5689 -form: Symfony\Component\Form\Form {#5632 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5690 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_7" |
label | "予約設定データ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "7" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "設定データ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "8" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "設定データ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5593 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5592 …} } } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5691 -form: Symfony\Component\Form\Form {#5635 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5692 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_8" |
label | "設定データ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "8" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "マスターデータ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "9" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#5518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5514 …} } |
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 {#5520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "マスターデータ" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5602 …} } } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_backup_migrate_data_entry" ] |
cache_key | "_backup_migrate_data_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5693 -form: Symfony\Component\Form\Form {#5638 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5694 …5} |
full_name | "backup[migrate_data][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_migrate_data_9" |
label | "マスターデータ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "9" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_backup_migrate_data_entry" |
valid | true |
value | "9" |
mode
"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
Option | Passed Value | Resolved Value |
---|---|---|
required | true |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5502 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5345 …} } |
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 | "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 | null |
trim | true |
upload_max_size_message | Closure() {#5504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5501 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_backup_mode" ] |
cache_key | "_backup_mode_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5658 -form: Symfony\Component\Form\Form {#5641 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5657 …5} |
full_name | "backup[mode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup_mode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mode" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_backup_mode" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "110231.xQcU-zUKid3HPybM4Kk4mbJ0bqId5OhKhHoUMEqa5r0.lWlxnXRb5raxCX79qc9f3eMHW-l_na99vDshRivYt-2nS2aBTXjHsbZ8SQ" |
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 | "110231.xQcU-zUKid3HPybM4Kk4mbJ0bqId5OhKhHoUMEqa5r0.lWlxnXRb5raxCX79qc9f3eMHW-l_na99vDshRivYt-2nS2aBTXjHsbZ8SQ" |
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 {#818 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#817 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#816 …} -namespace: Closure() {#814 …} } |
data | "110231.xQcU-zUKid3HPybM4Kk4mbJ0bqId5OhKhHoUMEqa5r0.lWlxnXRb5raxCX79qc9f3eMHW-l_na99vDshRivYt-2nS2aBTXjHsbZ8SQ" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5648 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5345 …} } |
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 | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5391 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1292 …} $translationDomain: "validators" $message: Closure() {#5695 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_backup__token" ] |
cache_key | "_backup__token_hidden" |
compound | false |
data | "110231.xQcU-zUKid3HPybM4Kk4mbJ0bqId5OhKhHoUMEqa5r0.lWlxnXRb5raxCX79qc9f3eMHW-l_na99vDshRivYt-2nS2aBTXjHsbZ8SQ" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5708 -form: Symfony\Component\Form\Form {#5703 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5697 …5} |
full_name | "backup[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "backup__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_backup__token" |
valid | true |
value | "110231.xQcU-zUKid3HPybM4Kk4mbJ0bqId5OhKhHoUMEqa5r0.lWlxnXRb5raxCX79qc9f3eMHW-l_na99vDshRivYt-2nS2aBTXjHsbZ8SQ" |