- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 487
- Events
- Routing
- Cache
- Translation 26
- Security
- Twig
- Doctrine 8
- Migrations 13
- 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
-
-
title
-
slug
-
-
0
-
1
-
2
-
3
-
4
-
-
BlogProduct
-
tag
-
product_image
-
fig_caption
-
images
-
add_images
-
delete_images
-
return_link
-
body
-
author
-
description
-
keyword
-
robot
-
metatag
-
release_date
-
status
-
_token
-
-
-
category_id
-
name
-
CMBlogPro_admin_blog
"Plugin\CMBlogPro42\Form\Type\Admin\BlogType"
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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | "Plugin\CMBlogPro42\Entity\Blog" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3993 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} use: { $class: "Plugin\CMBlogPro42\Entity\Blog" } } |
| 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() {#3995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#3994 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "CMBlogPro_admin_blog" "_CMBlogPro_admin_blog" ] |
| cache_key | "_CMBlogPro_admin_blog_CMBlogPro_admin_blog" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4742 -form: Symfony\Component\Form\Form {#4462 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4743 …5} |
| full_name | "CMBlogPro_admin_blog" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "CMBlogPro_admin_blog" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog" |
| valid | true |
| value | null |
title
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4002 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4003 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 200 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4002 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4003 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 200 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#4002 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4003 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 200 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4069 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4070 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_title" ] |
| cache_key | "_CMBlogPro_admin_blog_title_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#3897 -form: Symfony\Component\Form\Form {#4469 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4701 …5} |
| full_name | "CMBlogPro_admin_blog[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_title" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "title" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_title" |
| valid | true |
| value | "" |
slug
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4004 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4005 +payload: null +message: "記号は利用できません。" +pattern: "/[\/\:\!"\'\#$\%\&\(\)\=\~\^\.\<\>\|\*\;\{\}\+\?]+/" +htmlPattern: null +match: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#4004 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4005 +payload: null +message: "記号は利用できません。" +pattern: "/[\/\:\!"\'\#$\%\&\(\)\=\~\^\.\<\>\|\*\;\{\}\+\?]+/" +htmlPattern: null +match: false +normalizer: null } ] |
| 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4004 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4005 +payload: null +message: "記号は利用できません。" +pattern: "/[\/\:\!"\'\#$\%\&\(\)\=\~\^\.\<\>\|\*\;\{\}\+\?]+/" +htmlPattern: null +match: 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4080 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4081 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_slug" ] |
| cache_key | "_CMBlogPro_admin_blog_slug_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4734 -form: Symfony\Component\Form\Form {#4472 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4735 …5} |
| full_name | "CMBlogPro_admin_blog[slug]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_slug" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "slug" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_slug" |
| valid | true |
| value | "" |
Category
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
| choice_value | Closure(Category $Category = null) {#4006 class: "Plugin\CMBlogPro42\Form\Type\Admin\BlogType" this: Plugin\CMBlogPro42\Form\Type\Admin\BlogType {#3932 …} } |
same as passed value |
| choices | [ Plugin\CMBlogPro42\Entity\Category {#4025 -id: 1 -name: "ゆばのある暮らし" -class: "blog" -BlogCategories: Doctrine\ORM\PersistentCollection {#4034 …} } Plugin\CMBlogPro42\Entity\Category {#4037 -id: 2 -name: "メディア紹介" -class: "media" -BlogCategories: Doctrine\ORM\PersistentCollection {#4035 …} } Plugin\CMBlogPro42\Entity\Category {#4055 -id: 3 -name: "商品紹介" -class: "aboutyuba" -BlogCategories: Doctrine\ORM\PersistentCollection {#4056 …} } Plugin\CMBlogPro42\Entity\Category {#4058 -id: 4 -name: "おうちで簡単!ゆばレシピ" -class: "recipie" -BlogCategories: Doctrine\ORM\PersistentCollection {#4059 …} } Plugin\CMBlogPro42\Entity\Category {#4061 -id: 5 -name: "メルマガテンプレート" -class: null -BlogCategories: Doctrine\ORM\PersistentCollection {#4062 …} } ] |
[ Plugin\CMBlogPro42\Entity\Category {#4025 -id: 1 -name: "ゆばのある暮らし" -class: "blog" -BlogCategories: Doctrine\ORM\PersistentCollection {#4034 …} } Plugin\CMBlogPro42\Entity\Category {#4037 -id: 2 -name: "メディア紹介" -class: "media" -BlogCategories: Doctrine\ORM\PersistentCollection {#4035 …} } Plugin\CMBlogPro42\Entity\Category {#4055 -id: 3 -name: "商品紹介" -class: "aboutyuba" -BlogCategories: Doctrine\ORM\PersistentCollection {#4056 …} } Plugin\CMBlogPro42\Entity\Category {#4058 -id: 4 -name: "おうちで簡単!ゆばレシピ" -class: "recipie" -BlogCategories: Doctrine\ORM\PersistentCollection {#4059 …} } Plugin\CMBlogPro42\Entity\Category {#4061 -id: 5 -name: "メルマガテンプレート" -class: null -BlogCategories: Doctrine\ORM\PersistentCollection {#4062 …} } ] |
| expanded | true |
same as passed value |
| mapped | false |
false
|
| multiple | 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(Category $Category = null) {#4006 class: "Plugin\CMBlogPro42\Form\Type\Admin\BlogType" this: Plugin\CMBlogPro42\Form\Type\Admin\BlogType {#3932 …} } |
| choices | [ Plugin\CMBlogPro42\Entity\Category {#4025 -id: 1 -name: "ゆばのある暮らし" -class: "blog" -BlogCategories: Doctrine\ORM\PersistentCollection {#4034 …} } Plugin\CMBlogPro42\Entity\Category {#4037 -id: 2 -name: "メディア紹介" -class: "media" -BlogCategories: Doctrine\ORM\PersistentCollection {#4035 …} } Plugin\CMBlogPro42\Entity\Category {#4055 -id: 3 -name: "商品紹介" -class: "aboutyuba" -BlogCategories: Doctrine\ORM\PersistentCollection {#4056 …} } Plugin\CMBlogPro42\Entity\Category {#4058 -id: 4 -name: "おうちで簡単!ゆばレシピ" -class: "recipie" -BlogCategories: Doctrine\ORM\PersistentCollection {#4059 …} } Plugin\CMBlogPro42\Entity\Category {#4061 -id: 5 -name: "メルマガテンプレート" -class: null -BlogCategories: Doctrine\ORM\PersistentCollection {#4062 …} } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| 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 | [] |
| 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" |
| 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 |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4103 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_CMBlogPro_admin_blog_Category" ] |
| cache_key | "_CMBlogPro_admin_blog_Category_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4115 +label: "ゆばのある暮らし" +value: "1" +data: Plugin\CMBlogPro42\Entity\Category {#4025 -id: 1 -name: "ゆばのある暮らし" -class: "blog" -BlogCategories: Doctrine\ORM\PersistentCollection {#4034 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +label: "メディア紹介" +value: "2" +data: Plugin\CMBlogPro42\Entity\Category {#4037 -id: 2 -name: "メディア紹介" -class: "media" -BlogCategories: Doctrine\ORM\PersistentCollection {#4035 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +label: "商品紹介" +value: "3" +data: Plugin\CMBlogPro42\Entity\Category {#4055 -id: 3 -name: "商品紹介" -class: "aboutyuba" -BlogCategories: Doctrine\ORM\PersistentCollection {#4056 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4119 +label: "おうちで簡単!ゆばレシピ" +value: "4" +data: Plugin\CMBlogPro42\Entity\Category {#4058 -id: 4 -name: "おうちで簡単!ゆばレシピ" -class: "recipie" -BlogCategories: Doctrine\ORM\PersistentCollection {#4059 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4120 +label: "メルマガテンプレート" +value: "5" +data: Plugin\CMBlogPro42\Entity\Category {#4061 -id: 5 -name: "メルマガテンプレート" -class: null -BlogCategories: Doctrine\ORM\PersistentCollection {#4062 …} } +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 {#4732 -form: Symfony\Component\Form\Form {#4532 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4733 …5} |
| full_name | "CMBlogPro_admin_blog[Category]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_Category" |
| is_selected | Closure($choice, array $values) {#4730 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4090 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "Category" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_Category" |
| valid | true |
| value | [] |
0
"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 | null |
null
|
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4479 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4475 …} } |
| 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 {#4481 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#4485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4483 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_CMBlogPro_admin_blog_Category_entry" ] |
| cache_key | "_CMBlogPro_admin_blog_Category_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 {#4814 -form: Symfony\Component\Form\Form {#4535 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4831 …5} |
| full_name | "CMBlogPro_admin_blog[Category][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_Category_0" |
| label | "ゆばのある暮らし" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_Category_entry" |
| valid | true |
| value | "1" |
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 | null |
null
|
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4479 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4475 …} } |
| 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 {#4481 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#4494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4493 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_CMBlogPro_admin_blog_Category_entry" ] |
| cache_key | "_CMBlogPro_admin_blog_Category_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 {#4841 -form: Symfony\Component\Form\Form {#4538 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4795 …5} |
| full_name | "CMBlogPro_admin_blog[Category][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_Category_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 | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_Category_entry" |
| valid | true |
| value | "2" |
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 | null |
null
|
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4479 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4475 …} } |
| 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 {#4481 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#4504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4503 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_CMBlogPro_admin_blog_Category_entry" ] |
| cache_key | "_CMBlogPro_admin_blog_Category_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 {#4778 -form: Symfony\Component\Form\Form {#4541 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4783 …5} |
| full_name | "CMBlogPro_admin_blog[Category][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_Category_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 | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_Category_entry" |
| valid | true |
| value | "3" |
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 | null |
null
|
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4479 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4475 …} } |
| 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 {#4481 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#4514 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4513 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_CMBlogPro_admin_blog_Category_entry" ] |
| cache_key | "_CMBlogPro_admin_blog_Category_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 {#4775 -form: Symfony\Component\Form\Form {#4544 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4821 …5} |
| full_name | "CMBlogPro_admin_blog[Category][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_Category_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 | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_Category_entry" |
| valid | true |
| value | "4" |
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 | null |
null
|
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#4479 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4475 …} } |
| 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 {#4481 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#4524 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4523 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_CMBlogPro_admin_blog_Category_entry" ] |
| cache_key | "_CMBlogPro_admin_blog_Category_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 {#4796 -form: Symfony\Component\Form\Form {#4547 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4830 …5} |
| full_name | "CMBlogPro_admin_blog[Category][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_Category_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 | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_Category_entry" |
| valid | true |
| value | "5" |
BlogProduct
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| entry_type | "Plugin\CMBlogPro42\Form\Type\Admin\BlogProductType" |
same as passed value |
| prototype | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "Plugin\CMBlogPro42\Form\Type\Admin\BlogProductType" |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4131 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_CMBlogPro_admin_blog_BlogProduct" ] |
| cache_key | "_CMBlogPro_admin_blog_BlogProduct_collection" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4789 -form: Symfony\Component\Form\Form {#4550 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4731 …5} |
| full_name | "CMBlogPro_admin_blog[BlogProduct]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_BlogProduct" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "BlogProduct" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#4810 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_BlogProduct" |
| valid | true |
| value | null |
tag
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| attr | [ "placeholder" => "例:おすすめ,ビックアップ,注目,広告" ] |
[ "placeholder" => "例:おすすめ,ビックアップ,注目,広告" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4007 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4007 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "例:おすすめ,ビックアップ,注目,広告" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4007 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4164 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4184 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "例:おすすめ,ビックアップ,注目,広告" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_tag" ] |
| cache_key | "_CMBlogPro_admin_blog_tag_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4788 -form: Symfony\Component\Form\Form {#4553 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4832 …5} |
| full_name | "CMBlogPro_admin_blog[tag]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_tag" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tag" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_tag" |
| valid | true |
| value | "" |
product_image
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 |
|---|---|---|
| mapped | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | [] |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| multiple | true |
| 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() {#4215 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4216 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "multiple" => "multiple" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_CMBlogPro_admin_blog_product_image" ] |
| cache_key | "_CMBlogPro_admin_blog_product_image_file" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4855 -form: Symfony\Component\Form\Form {#4556 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4854 …5} |
| full_name | "CMBlogPro_admin_blog[product_image][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_product_image" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "product_image" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_CMBlogPro_admin_blog_product_image" |
| valid | true |
| value | "" |
fig_caption
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4008 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4008 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4008 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4226 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4228 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4227 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_fig_caption" ] |
| cache_key | "_CMBlogPro_admin_blog_fig_caption_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4856 -form: Symfony\Component\Form\Form {#4559 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4857 …5} |
| full_name | "CMBlogPro_admin_blog[fig_caption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_fig_caption" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fig_caption" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_fig_caption" |
| valid | true |
| value | "" |
images
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\HiddenType" |
same as passed value |
| mapped | false |
false
|
| prototype | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4237 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\HiddenType" |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4239 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4238 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_CMBlogPro_admin_blog_images" ] |
| cache_key | "_CMBlogPro_admin_blog_images_collection" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4858 -form: Symfony\Component\Form\Form {#4562 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4859 …5} |
| full_name | "CMBlogPro_admin_blog[images]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_images" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "images" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#4860 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_images" |
| valid | true |
| value | null |
add_images
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\HiddenType" |
same as passed value |
| mapped | false |
false
|
| prototype | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4262 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\HiddenType" |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4263 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_CMBlogPro_admin_blog_add_images" ] |
| cache_key | "_CMBlogPro_admin_blog_add_images_collection" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4863 -form: Symfony\Component\Form\Form {#4565 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4862 …5} |
| full_name | "CMBlogPro_admin_blog[add_images]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_add_images" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "add_images" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#4864 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_add_images" |
| valid | true |
| value | null |
delete_images
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\HiddenType" |
same as passed value |
| mapped | false |
false
|
| prototype | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4287 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\HiddenType" |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4288 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_CMBlogPro_admin_blog_delete_images" ] |
| cache_key | "_CMBlogPro_admin_blog_delete_images_collection" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4867 -form: Symfony\Component\Form\Form {#4568 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4866 …5} |
| full_name | "CMBlogPro_admin_blog[delete_images]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_delete_images" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "delete_images" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#4929 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_delete_images" |
| valid | true |
| value | null |
return_link
"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 |
|---|---|---|
| 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 | 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4312 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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() {#4314 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4313 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_CMBlogPro_admin_blog_return_link" ] |
| cache_key | "_CMBlogPro_admin_blog_return_link_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 {#4931 -form: Symfony\Component\Form\Form {#4571 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4932 …5} |
| full_name | "CMBlogPro_admin_blog[return_link]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_return_link" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "return_link" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_return_link" |
| valid | true |
| value | "" |
body
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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 |
|---|---|---|
| attr | [ "rows" => 20 ] |
[ "rows" => 20 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => 20 ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4326 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4327 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 20 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_CMBlogPro_admin_blog_body" ] |
| cache_key | "_CMBlogPro_admin_blog_body_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4933 -form: Symfony\Component\Form\Form {#4574 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4843 …5} |
| full_name | "CMBlogPro_admin_blog[body]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_body" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "body" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_body" |
| valid | true |
| value | "" |
author
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4009 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4009 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4009 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4337 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4338 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_author" ] |
| cache_key | "_CMBlogPro_admin_blog_author_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4844 -form: Symfony\Component\Form\Form {#4577 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4845 …5} |
| full_name | "CMBlogPro_admin_blog[author]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_author" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "author" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_author" |
| valid | true |
| value | "" |
description
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4010 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4010 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4010 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4348 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4350 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4349 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_description" ] |
| cache_key | "_CMBlogPro_admin_blog_description_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4834 -form: Symfony\Component\Form\Form {#4580 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4907 …5} |
| full_name | "CMBlogPro_admin_blog[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_description" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_description" |
| valid | true |
| value | "" |
keyword
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4012 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4012 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4012 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4359 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4360 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_keyword" ] |
| cache_key | "_CMBlogPro_admin_blog_keyword_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4906 -form: Symfony\Component\Form\Form {#4583 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4905 …5} |
| full_name | "CMBlogPro_admin_blog[keyword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_keyword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "keyword" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_keyword" |
| valid | true |
| value | "" |
robot
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4018 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4018 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4018 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4370 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4371 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_CMBlogPro_admin_blog_robot" ] |
| cache_key | "_CMBlogPro_admin_blog_robot_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4904 -form: Symfony\Component\Form\Form {#4586 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4903 …5} |
| full_name | "CMBlogPro_admin_blog[robot]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_robot" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "robot" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_robot" |
| valid | true |
| value | "" |
metatag
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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 | 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 |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4382 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_CMBlogPro_admin_blog_metatag" ] |
| cache_key | "_CMBlogPro_admin_blog_metatag_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4902 -form: Symfony\Component\Form\Form {#4589 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4901 …5} |
| full_name | "CMBlogPro_admin_blog[metatag]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_metatag" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "metatag" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_CMBlogPro_admin_blog_metatag" |
| valid | true |
| value | "" |
release_date
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
|---|---|---|
| attr | [ "placeholder" => "yyyy-MM-dd" ] |
[ "placeholder" => "yyyy-MM-dd" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4019 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4019 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| format | "yyyy-MM-dd" |
same as passed value |
| required | true |
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 | [ "placeholder" => "yyyy-MM-dd" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4019 +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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| 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" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => 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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4402 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "yyyy-MM-dd" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_CMBlogPro_admin_blog_release_date" ] |
| cache_key | "_CMBlogPro_admin_blog_release_date_date" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4900 -form: Symfony\Component\Form\Form {#4592 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4899 …5} |
| full_name | "CMBlogPro_admin_blog[release_date]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_release_date" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "release_date" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_CMBlogPro_admin_blog_release_date" |
| valid | true |
| value | "" |
| widget | "single_text" |
status
"Plugin\CMBlogPro42\Form\Type\Admin\BlogStatusType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4030 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4030 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4429 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4468 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4451 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4452 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4450 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4446 -om: ContainerXrBKHeT\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#992 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Plugin\CMBlogPro42\Entity\BlogStatus" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4030 +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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerXrBKHeT\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#992 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4446 -om: ContainerXrBKHeT\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#992 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4436 …} -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 | 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 |
| query_builder | Doctrine\ORM\QueryBuilder {#4457 -_em: Doctrine\ORM\EntityManager {#939 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4455 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4454 #from: "Plugin\CMBlogPro42\Entity\BlogStatus" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4453 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Plugin\CMBlogPro42\Entity\BlogStatus m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4458 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4435 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4432 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "blog_status" "_CMBlogPro_admin_blog_status" ] |
| cache_key | "_CMBlogPro_admin_blog_status_blog_status" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4896 +label: "公開" +value: "1" +data: Proxies\__CG__\Plugin\CMBlogPro42\Entity\BlogStatus {#4852 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4948 +label: "非公開" +value: "2" +data: Plugin\CMBlogPro42\Entity\BlogStatus {#4961 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4947 +label: "廃止" +value: "3" +data: Plugin\CMBlogPro42\Entity\BlogStatus {#4962 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4898 -form: Symfony\Component\Form\Form {#4595 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4897 …5} |
| full_name | "CMBlogPro_admin_blog[status]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog_status" |
| is_selected | Closure($choice, $value) {#4950 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4090 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "status" |
| 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 | "_CMBlogPro_admin_blog_status" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "db84e51ad4fc2c880.8PFsWHSHKMn0qje3tRvgJTwFJN6Y3yA4VjjpcpQDcfU.uZNeCDLocOSDk2PwzUKSQGlcT4fCnRd0OlSwGM5KNMSYnz1vEMEYo9nLeg" |
| 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 | "db84e51ad4fc2c880.8PFsWHSHKMn0qje3tRvgJTwFJN6Y3yA4VjjpcpQDcfU.uZNeCDLocOSDk2PwzUKSQGlcT4fCnRd0OlSwGM5KNMSYnz1vEMEYo9nLeg" |
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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data | "db84e51ad4fc2c880.8PFsWHSHKMn0qje3tRvgJTwFJN6Y3yA4VjjpcpQDcfU.uZNeCDLocOSDk2PwzUKSQGlcT4fCnRd0OlSwGM5KNMSYnz1vEMEYo9nLeg" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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() {#4869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#4957 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_CMBlogPro_admin_blog__token" ] |
| cache_key | "_CMBlogPro_admin_blog__token_hidden" |
| compound | false |
| data | "db84e51ad4fc2c880.8PFsWHSHKMn0qje3tRvgJTwFJN6Y3yA4VjjpcpQDcfU.uZNeCDLocOSDk2PwzUKSQGlcT4fCnRd0OlSwGM5KNMSYnz1vEMEYo9nLeg" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4970 -form: Symfony\Component\Form\Form {#4965 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4955 …5} |
| full_name | "CMBlogPro_admin_blog[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "CMBlogPro_admin_blog__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 | "_CMBlogPro_admin_blog__token" |
| valid | true |
| value | "db84e51ad4fc2c880.8PFsWHSHKMn0qje3tRvgJTwFJN6Y3yA4VjjpcpQDcfU.uZNeCDLocOSDk2PwzUKSQGlcT4fCnRd0OlSwGM5KNMSYnz1vEMEYo9nLeg" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
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 | 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8855 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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() {#8857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#8856 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product_block" "_" ] |
| cache_key | "__search_product_block" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8904 -form: Symfony\Component\Form\Form {#8894 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8905 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
category_id
"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 | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#5270 -id: 26 -name: "期間限定商品" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1696921905 {#5276 date: 2023-10-10 16:11:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5274 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#4995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5291 …} } Eccube\Entity\Category {#5253 -id: 1 -name: "生ゆば" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1488881692 {#5011 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5006 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5254 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5275 …} } Eccube\Entity\Category {#5302 -id: 2 -name: "乾燥ゆば" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5300 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5301 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5305 …} } Eccube\Entity\Category {#5311 -id: 27 -name: "Web限定おすすめセット/ご自宅用" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1705542593 {#5309 date: 2024-01-18 10:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5310 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5314 …} } Eccube\Entity\Category {#5322 -id: 3 -name: "ギフトセット/ご贈答用" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1488881692 {#5318 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5319 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5325 …} } Eccube\Entity\Category {#5329 -id: 8 -name: "生ゆばギフトセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1686727480 {#5320 date: 2023-06-14 16:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5321 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5332 …} } Eccube\Entity\Category {#5342 -id: 9 -name: "湯葉のお吸物詰合せ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1686727519 {#5338 date: 2023-06-14 16:25:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5339 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5343 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5345 …} } Eccube\Entity\Category {#5349 -id: 25 -name: "かえで" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1693824738 {#5340 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824738 {#5341 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5350 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5352 …} } Eccube\Entity\Category {#5360 -id: 24 -name: "ありがとう" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1693824732 {#5358 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824732 {#5359 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5363 …} } Eccube\Entity\Category {#5367 -id: 10 -name: "レトルト/即席食品詰合せ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1686727558 {#5336 date: 2023-06-14 16:25:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5337 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5370 …} } Eccube\Entity\Category {#5376 -id: 50 -name: "スイーツ詰合せ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1705567263 {#5374 date: 2024-01-18 17:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5375 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5379 …} } Eccube\Entity\Category {#5385 -id: 4 -name: "お手軽ゆばシリーズ" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1686727292 {#5357 date: 2023-06-14 16:21:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5356 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5388 …} } Eccube\Entity\Category {#5392 -id: 13 -name: "ゆばまぜごはんの素" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1686727658 {#5383 date: 2023-06-14 16:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5384 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5395 …} } Eccube\Entity\Category {#5403 -id: 15 -name: "レトルト/即席食品" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1686727700 {#5401 date: 2023-06-14 16:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5402 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5409 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5406 …} } Eccube\Entity\Category {#5410 -id: 5 -name: "スイーツ" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1686727318 {#5400 date: 2023-06-14 16:21:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5399 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5413 …} } Eccube\Entity\Category {#5419 -id: 28 -name: "生麩" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1705542654 {#5417 date: 2024-01-18 10:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5418 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5422 …} } Eccube\Entity\Category {#5428 -id: 29 -name: "業務用商品" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1705542671 {#5426 date: 2024-01-18 10:51:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5427 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5431 …} } Eccube\Entity\Category {#5437 -id: 6 -name: "その他" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1686727333 {#5435 date: 2023-06-14 16:22:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5436 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5440 …} } Eccube\Entity\Category {#5446 -id: 30 -name: "手提げ袋" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1705542692 {#5444 date: 2024-01-18 10:51:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5445 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5449 …} } Eccube\Entity\Category {#5457 -id: 31 -name: "シーンから探す" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1705542706 {#5453 date: 2024-01-18 10:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5454 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5460 …} } Eccube\Entity\Category {#5464 -id: 33 -name: "お歳暮" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1705542928 {#5455 date: 2024-01-18 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5456 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5467 …} } Eccube\Entity\Category {#5475 -id: 34 -name: "お中元" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1705542935 {#5473 date: 2024-01-18 10:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5474 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5476 …} -Children: Doctrine\ORM\PersistentCollection {#5481 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5478 …} } Eccube\Entity\Category {#5484 -id: 35 -name: "父の日" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1705542941 {#5482 date: 2024-01-18 10:55:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5483 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5487 …} } Eccube\Entity\Category {#5493 -id: 36 -name: "母の日" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1705542945 {#5491 date: 2024-01-18 10:55:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5492 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5496 …} } Eccube\Entity\Category {#5502 -id: 37 -name: "敬老の日" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1705542949 {#5500 date: 2024-01-18 10:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5501 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5505 …} } Eccube\Entity\Category {#5511 -id: 38 -name: "御祝/誕生日祝" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1705542965 {#5509 date: 2024-01-18 10:56:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5510 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5514 …} } Eccube\Entity\Category {#5520 -id: 39 -name: "御礼/内祝" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1705542976 {#5518 date: 2024-01-18 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705566289 {#5519 date: 2024-01-18 17:24:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5523 …} } Eccube\Entity\Category {#5529 -id: 40 -name: "お見舞" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1705542984 {#5527 date: 2024-01-18 10:56:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5528 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5535 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5532 …} } Eccube\Entity\Category {#5538 -id: 41 -name: "粗供養/御供" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1705543009 {#5536 date: 2024-01-18 10:56:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5537 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5539 …} -Children: Doctrine\ORM\PersistentCollection {#5544 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5541 …} } Eccube\Entity\Category {#5547 -id: 42 -name: "手土産/プチギフト" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1705543020 {#5545 date: 2024-01-18 10:57:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5546 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5550 …} } Eccube\Entity\Category {#5556 -id: 43 -name: "粗品/記念品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1705543029 {#5554 date: 2024-01-18 10:57:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5555 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5562 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5559 …} } Eccube\Entity\Category {#5565 -id: 32 -name: "価格から選ぶ" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1705542717 {#5471 date: 2024-01-18 10:51:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5472 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5568 …} } Eccube\Entity\Category {#5572 -id: 44 -name: "~999円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1705543087 {#5563 date: 2024-01-18 10:58:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5564 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5575 …} } Eccube\Entity\Category {#5583 -id: 45 -name: "1,000円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1705543093 {#5581 date: 2024-01-18 10:58:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5582 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5586 …} } Eccube\Entity\Category {#5592 -id: 46 -name: "2,000円~" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1705543097 {#5590 date: 2024-01-18 10:58:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543137 {#5591 date: 2024-01-18 10:58:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5595 …} } Eccube\Entity\Category {#5601 -id: 47 -name: "3,000円~" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1705543104 {#5599 date: 2024-01-18 10:58:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543140 {#5600 date: 2024-01-18 10:59:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5602 …} -Children: Doctrine\ORM\PersistentCollection {#5607 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5604 …} } Eccube\Entity\Category {#5610 -id: 48 -name: "4,000円~" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1705543109 {#5608 date: 2024-01-18 10:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543143 {#5609 date: 2024-01-18 10:59:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5611 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5613 …} } Eccube\Entity\Category {#5619 -id: 49 -name: "5,000円~" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1705543113 {#5617 date: 2024-01-18 10:58:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543146 {#5618 date: 2024-01-18 10:59:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5622 …} } ] |
[ Eccube\Entity\Category {#5270 -id: 26 -name: "期間限定商品" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1696921905 {#5276 date: 2023-10-10 16:11:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5274 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#4995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5291 …} } Eccube\Entity\Category {#5253 -id: 1 -name: "生ゆば" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1488881692 {#5011 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5006 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5254 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5275 …} } Eccube\Entity\Category {#5302 -id: 2 -name: "乾燥ゆば" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5300 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5301 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5305 …} } Eccube\Entity\Category {#5311 -id: 27 -name: "Web限定おすすめセット/ご自宅用" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1705542593 {#5309 date: 2024-01-18 10:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5310 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5314 …} } Eccube\Entity\Category {#5322 -id: 3 -name: "ギフトセット/ご贈答用" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1488881692 {#5318 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5319 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5325 …} } Eccube\Entity\Category {#5329 -id: 8 -name: "生ゆばギフトセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1686727480 {#5320 date: 2023-06-14 16:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5321 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5332 …} } Eccube\Entity\Category {#5342 -id: 9 -name: "湯葉のお吸物詰合せ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1686727519 {#5338 date: 2023-06-14 16:25:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5339 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5343 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5345 …} } Eccube\Entity\Category {#5349 -id: 25 -name: "かえで" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1693824738 {#5340 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824738 {#5341 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5350 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5352 …} } Eccube\Entity\Category {#5360 -id: 24 -name: "ありがとう" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1693824732 {#5358 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824732 {#5359 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5363 …} } Eccube\Entity\Category {#5367 -id: 10 -name: "レトルト/即席食品詰合せ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1686727558 {#5336 date: 2023-06-14 16:25:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5337 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5370 …} } Eccube\Entity\Category {#5376 -id: 50 -name: "スイーツ詰合せ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1705567263 {#5374 date: 2024-01-18 17:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5375 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5379 …} } Eccube\Entity\Category {#5385 -id: 4 -name: "お手軽ゆばシリーズ" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1686727292 {#5357 date: 2023-06-14 16:21:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5356 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5388 …} } Eccube\Entity\Category {#5392 -id: 13 -name: "ゆばまぜごはんの素" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1686727658 {#5383 date: 2023-06-14 16:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5384 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5395 …} } Eccube\Entity\Category {#5403 -id: 15 -name: "レトルト/即席食品" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1686727700 {#5401 date: 2023-06-14 16:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5402 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5409 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5406 …} } Eccube\Entity\Category {#5410 -id: 5 -name: "スイーツ" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1686727318 {#5400 date: 2023-06-14 16:21:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5399 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5413 …} } Eccube\Entity\Category {#5419 -id: 28 -name: "生麩" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1705542654 {#5417 date: 2024-01-18 10:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5418 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5422 …} } Eccube\Entity\Category {#5428 -id: 29 -name: "業務用商品" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1705542671 {#5426 date: 2024-01-18 10:51:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5427 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5431 …} } Eccube\Entity\Category {#5437 -id: 6 -name: "その他" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1686727333 {#5435 date: 2023-06-14 16:22:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5436 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5440 …} } Eccube\Entity\Category {#5446 -id: 30 -name: "手提げ袋" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1705542692 {#5444 date: 2024-01-18 10:51:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5445 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5449 …} } Eccube\Entity\Category {#5457 -id: 31 -name: "シーンから探す" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1705542706 {#5453 date: 2024-01-18 10:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5454 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5460 …} } Eccube\Entity\Category {#5464 -id: 33 -name: "お歳暮" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1705542928 {#5455 date: 2024-01-18 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5456 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5467 …} } Eccube\Entity\Category {#5475 -id: 34 -name: "お中元" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1705542935 {#5473 date: 2024-01-18 10:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5474 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5476 …} -Children: Doctrine\ORM\PersistentCollection {#5481 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5478 …} } Eccube\Entity\Category {#5484 -id: 35 -name: "父の日" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1705542941 {#5482 date: 2024-01-18 10:55:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5483 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5487 …} } Eccube\Entity\Category {#5493 -id: 36 -name: "母の日" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1705542945 {#5491 date: 2024-01-18 10:55:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5492 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5496 …} } Eccube\Entity\Category {#5502 -id: 37 -name: "敬老の日" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1705542949 {#5500 date: 2024-01-18 10:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5501 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5505 …} } Eccube\Entity\Category {#5511 -id: 38 -name: "御祝/誕生日祝" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1705542965 {#5509 date: 2024-01-18 10:56:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5510 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5514 …} } Eccube\Entity\Category {#5520 -id: 39 -name: "御礼/内祝" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1705542976 {#5518 date: 2024-01-18 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705566289 {#5519 date: 2024-01-18 17:24:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5523 …} } Eccube\Entity\Category {#5529 -id: 40 -name: "お見舞" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1705542984 {#5527 date: 2024-01-18 10:56:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5528 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5535 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5532 …} } Eccube\Entity\Category {#5538 -id: 41 -name: "粗供養/御供" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1705543009 {#5536 date: 2024-01-18 10:56:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5537 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5539 …} -Children: Doctrine\ORM\PersistentCollection {#5544 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5541 …} } Eccube\Entity\Category {#5547 -id: 42 -name: "手土産/プチギフト" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1705543020 {#5545 date: 2024-01-18 10:57:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5546 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5550 …} } Eccube\Entity\Category {#5556 -id: 43 -name: "粗品/記念品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1705543029 {#5554 date: 2024-01-18 10:57:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5555 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5562 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5559 …} } Eccube\Entity\Category {#5565 -id: 32 -name: "価格から選ぶ" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1705542717 {#5471 date: 2024-01-18 10:51:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5472 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5568 …} } Eccube\Entity\Category {#5572 -id: 44 -name: "~999円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1705543087 {#5563 date: 2024-01-18 10:58:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5564 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5575 …} } Eccube\Entity\Category {#5583 -id: 45 -name: "1,000円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1705543093 {#5581 date: 2024-01-18 10:58:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5582 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5586 …} } Eccube\Entity\Category {#5592 -id: 46 -name: "2,000円~" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1705543097 {#5590 date: 2024-01-18 10:58:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543137 {#5591 date: 2024-01-18 10:58:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5595 …} } Eccube\Entity\Category {#5601 -id: 47 -name: "3,000円~" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1705543104 {#5599 date: 2024-01-18 10:58:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543140 {#5600 date: 2024-01-18 10:59:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5602 …} -Children: Doctrine\ORM\PersistentCollection {#5607 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5604 …} } Eccube\Entity\Category {#5610 -id: 48 -name: "4,000円~" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1705543109 {#5608 date: 2024-01-18 10:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543143 {#5609 date: 2024-01-18 10:59:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5611 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5613 …} } Eccube\Entity\Category {#5619 -id: 49 -name: "5,000円~" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1705543113 {#5617 date: 2024-01-18 10:58:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543146 {#5618 date: 2024-01-18 10:59:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5622 …} } ] |
| class | "Eccube\Entity\Category" |
same as passed value |
| placeholder | "common.select__all_products" |
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 | "NameWithLevel" |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#8870 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8867 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5053 -om: ContainerXrBKHeT\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#992 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1756 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5270 -id: 26 -name: "期間限定商品" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1696921905 {#5276 date: 2023-10-10 16:11:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5274 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#4995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5291 …} } Eccube\Entity\Category {#5253 -id: 1 -name: "生ゆば" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1488881692 {#5011 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5006 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5254 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5275 …} } Eccube\Entity\Category {#5302 -id: 2 -name: "乾燥ゆば" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5300 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5301 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5305 …} } Eccube\Entity\Category {#5311 -id: 27 -name: "Web限定おすすめセット/ご自宅用" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1705542593 {#5309 date: 2024-01-18 10:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5310 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5314 …} } Eccube\Entity\Category {#5322 -id: 3 -name: "ギフトセット/ご贈答用" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1488881692 {#5318 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5319 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5325 …} } Eccube\Entity\Category {#5329 -id: 8 -name: "生ゆばギフトセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1686727480 {#5320 date: 2023-06-14 16:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5321 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5332 …} } Eccube\Entity\Category {#5342 -id: 9 -name: "湯葉のお吸物詰合せ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1686727519 {#5338 date: 2023-06-14 16:25:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5339 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5343 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5345 …} } Eccube\Entity\Category {#5349 -id: 25 -name: "かえで" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1693824738 {#5340 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824738 {#5341 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5350 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5352 …} } Eccube\Entity\Category {#5360 -id: 24 -name: "ありがとう" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1693824732 {#5358 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824732 {#5359 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5363 …} } Eccube\Entity\Category {#5367 -id: 10 -name: "レトルト/即席食品詰合せ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1686727558 {#5336 date: 2023-06-14 16:25:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5337 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5370 …} } Eccube\Entity\Category {#5376 -id: 50 -name: "スイーツ詰合せ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1705567263 {#5374 date: 2024-01-18 17:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5375 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5379 …} } Eccube\Entity\Category {#5385 -id: 4 -name: "お手軽ゆばシリーズ" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1686727292 {#5357 date: 2023-06-14 16:21:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5356 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5388 …} } Eccube\Entity\Category {#5392 -id: 13 -name: "ゆばまぜごはんの素" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1686727658 {#5383 date: 2023-06-14 16:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5384 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5395 …} } Eccube\Entity\Category {#5403 -id: 15 -name: "レトルト/即席食品" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1686727700 {#5401 date: 2023-06-14 16:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5402 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5409 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5406 …} } Eccube\Entity\Category {#5410 -id: 5 -name: "スイーツ" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1686727318 {#5400 date: 2023-06-14 16:21:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5399 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5413 …} } Eccube\Entity\Category {#5419 -id: 28 -name: "生麩" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1705542654 {#5417 date: 2024-01-18 10:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5418 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5422 …} } Eccube\Entity\Category {#5428 -id: 29 -name: "業務用商品" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1705542671 {#5426 date: 2024-01-18 10:51:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5427 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5431 …} } Eccube\Entity\Category {#5437 -id: 6 -name: "その他" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1686727333 {#5435 date: 2023-06-14 16:22:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5436 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5440 …} } Eccube\Entity\Category {#5446 -id: 30 -name: "手提げ袋" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1705542692 {#5444 date: 2024-01-18 10:51:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5445 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5449 …} } Eccube\Entity\Category {#5457 -id: 31 -name: "シーンから探す" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1705542706 {#5453 date: 2024-01-18 10:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5454 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5460 …} } Eccube\Entity\Category {#5464 -id: 33 -name: "お歳暮" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1705542928 {#5455 date: 2024-01-18 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5456 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5467 …} } Eccube\Entity\Category {#5475 -id: 34 -name: "お中元" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1705542935 {#5473 date: 2024-01-18 10:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5474 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5476 …} -Children: Doctrine\ORM\PersistentCollection {#5481 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5478 …} } Eccube\Entity\Category {#5484 -id: 35 -name: "父の日" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1705542941 {#5482 date: 2024-01-18 10:55:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5483 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5487 …} } Eccube\Entity\Category {#5493 -id: 36 -name: "母の日" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1705542945 {#5491 date: 2024-01-18 10:55:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5492 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5496 …} } Eccube\Entity\Category {#5502 -id: 37 -name: "敬老の日" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1705542949 {#5500 date: 2024-01-18 10:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5501 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5505 …} } Eccube\Entity\Category {#5511 -id: 38 -name: "御祝/誕生日祝" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1705542965 {#5509 date: 2024-01-18 10:56:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5510 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5514 …} } Eccube\Entity\Category {#5520 -id: 39 -name: "御礼/内祝" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1705542976 {#5518 date: 2024-01-18 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705566289 {#5519 date: 2024-01-18 17:24:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5523 …} } Eccube\Entity\Category {#5529 -id: 40 -name: "お見舞" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1705542984 {#5527 date: 2024-01-18 10:56:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5528 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5535 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5532 …} } Eccube\Entity\Category {#5538 -id: 41 -name: "粗供養/御供" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1705543009 {#5536 date: 2024-01-18 10:56:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5537 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5539 …} -Children: Doctrine\ORM\PersistentCollection {#5544 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5541 …} } Eccube\Entity\Category {#5547 -id: 42 -name: "手土産/プチギフト" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1705543020 {#5545 date: 2024-01-18 10:57:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5546 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5550 …} } Eccube\Entity\Category {#5556 -id: 43 -name: "粗品/記念品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1705543029 {#5554 date: 2024-01-18 10:57:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5555 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5562 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5559 …} } Eccube\Entity\Category {#5565 -id: 32 -name: "価格から選ぶ" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1705542717 {#5471 date: 2024-01-18 10:51:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5472 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5568 …} } Eccube\Entity\Category {#5572 -id: 44 -name: "~999円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1705543087 {#5563 date: 2024-01-18 10:58:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5564 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5575 …} } Eccube\Entity\Category {#5583 -id: 45 -name: "1,000円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1705543093 {#5581 date: 2024-01-18 10:58:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5582 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5586 …} } Eccube\Entity\Category {#5592 -id: 46 -name: "2,000円~" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1705543097 {#5590 date: 2024-01-18 10:58:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543137 {#5591 date: 2024-01-18 10:58:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5595 …} } Eccube\Entity\Category {#5601 -id: 47 -name: "3,000円~" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1705543104 {#5599 date: 2024-01-18 10:58:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543140 {#5600 date: 2024-01-18 10:59:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5602 …} -Children: Doctrine\ORM\PersistentCollection {#5607 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5604 …} } Eccube\Entity\Category {#5610 -id: 48 -name: "4,000円~" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1705543109 {#5608 date: 2024-01-18 10:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543143 {#5609 date: 2024-01-18 10:59:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5611 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5613 …} } Eccube\Entity\Category {#5619 -id: 49 -name: "5,000円~" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1705543113 {#5617 date: 2024-01-18 10:58:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543146 {#5618 date: 2024-01-18 10:59:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5622 …} } ] |
| class | "Eccube\Entity\Category" |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerXrBKHeT\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#992 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5053 -om: ContainerXrBKHeT\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#992 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1756 …} -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 | false |
| placeholder | "common.select__all_products" |
| 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() {#8869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#8868 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
| cache_key | "_category_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8916 +label: "期間限定商品" +value: "26" +data: Eccube\Entity\Category {#5270 -id: 26 -name: "期間限定商品" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1696921905 {#5276 date: 2023-10-10 16:11:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5274 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#4995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5291 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8917 +label: "生ゆば" +value: "1" +data: Eccube\Entity\Category {#5253 -id: 1 -name: "生ゆば" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1488881692 {#5011 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5006 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5254 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5275 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8918 +label: "乾燥ゆば" +value: "2" +data: Eccube\Entity\Category {#5302 -id: 2 -name: "乾燥ゆば" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5300 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5301 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5305 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8919 +label: "Web限定おすすめセット/ご自宅用" +value: "27" +data: Eccube\Entity\Category {#5311 -id: 27 -name: "Web限定おすすめセット/ご自宅用" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1705542593 {#5309 date: 2024-01-18 10:49:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5310 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5317 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5314 …} } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8920 +label: "ギフトセット/ご贈答用" +value: "3" +data: Eccube\Entity\Category {#5322 -id: 3 -name: "ギフトセット/ご贈答用" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1488881692 {#5318 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5319 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5325 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8921 +label: " 生ゆばギフトセット" +value: "8" +data: Eccube\Entity\Category {#5329 -id: 8 -name: "生ゆばギフトセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1686727480 {#5320 date: 2023-06-14 16:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5321 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5330 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5332 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8922 +label: " 湯葉のお吸物詰合せ" +value: "9" +data: Eccube\Entity\Category {#5342 -id: 9 -name: "湯葉のお吸物詰合せ" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1686727519 {#5338 date: 2023-06-14 16:25:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5339 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5343 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5345 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8923 +label: " かえで" +value: "25" +data: Eccube\Entity\Category {#5349 -id: 25 -name: "かえで" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1693824738 {#5340 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824738 {#5341 date: 2023-09-04 19:52:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5350 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5352 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8924 +label: " ありがとう" +value: "24" +data: Eccube\Entity\Category {#5360 -id: 24 -name: "ありがとう" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1693824732 {#5358 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1693824732 {#5359 date: 2023-09-04 19:52:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5342} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5363 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8925 +label: " レトルト/即席食品詰合せ" +value: "10" +data: Eccube\Entity\Category {#5367 -id: 10 -name: "レトルト/即席食品詰合せ" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1686727558 {#5336 date: 2023-06-14 16:25:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5337 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5370 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8926 +label: " スイーツ詰合せ" +value: "50" +data: Eccube\Entity\Category {#5376 -id: 50 -name: "スイーツ詰合せ" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1705567263 {#5374 date: 2024-01-18 17:41:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705567266 {#5375 date: 2024-01-18 17:41:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5382 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5379 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8927 +label: "お手軽ゆばシリーズ" +value: "4" +data: Eccube\Entity\Category {#5385 -id: 4 -name: "お手軽ゆばシリーズ" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1686727292 {#5357 date: 2023-06-14 16:21:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5356 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5386 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5388 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8928 +label: " ゆばまぜごはんの素" +value: "13" +data: Eccube\Entity\Category {#5392 -id: 13 -name: "ゆばまぜごはんの素" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1686727658 {#5383 date: 2023-06-14 16:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5384 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5393 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5395 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8929 +label: " レトルト/即席食品" +value: "15" +data: Eccube\Entity\Category {#5403 -id: 15 -name: "レトルト/即席食品" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1686727700 {#5401 date: 2023-06-14 16:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686727705 {#5402 date: 2023-06-14 16:28:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5409 …} -Parent: Eccube\Entity\Category {#5385} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5406 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8930 +label: "スイーツ" +value: "5" +data: Eccube\Entity\Category {#5410 -id: 5 -name: "スイーツ" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1686727318 {#5400 date: 2023-06-14 16:21:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5399 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5413 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8931 +label: "生麩" +value: "28" +data: Eccube\Entity\Category {#5419 -id: 28 -name: "生麩" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1705542654 {#5417 date: 2024-01-18 10:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5418 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5422 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8932 +label: "業務用商品" +value: "29" +data: Eccube\Entity\Category {#5428 -id: 29 -name: "業務用商品" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1705542671 {#5426 date: 2024-01-18 10:51:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5427 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5431 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8933 +label: "その他" +value: "6" +data: Eccube\Entity\Category {#5437 -id: 6 -name: "その他" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1686727333 {#5435 date: 2023-06-14 16:22:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5436 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5440 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8934 +label: "手提げ袋" +value: "30" +data: Eccube\Entity\Category {#5446 -id: 30 -name: "手提げ袋" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1705542692 {#5444 date: 2024-01-18 10:51:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5445 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5449 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8935 +label: "シーンから探す" +value: "31" +data: Eccube\Entity\Category {#5457 -id: 31 -name: "シーンから探す" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1705542706 {#5453 date: 2024-01-18 10:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5454 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5460 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8936 +label: " お歳暮" +value: "33" +data: Eccube\Entity\Category {#5464 -id: 33 -name: "お歳暮" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1705542928 {#5455 date: 2024-01-18 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5456 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5467 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8937 +label: " お中元" +value: "34" +data: Eccube\Entity\Category {#5475 -id: 34 -name: "お中元" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1705542935 {#5473 date: 2024-01-18 10:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5474 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5476 …} -Children: Doctrine\ORM\PersistentCollection {#5481 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5478 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8938 +label: " 父の日" +value: "35" +data: Eccube\Entity\Category {#5484 -id: 35 -name: "父の日" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1705542941 {#5482 date: 2024-01-18 10:55:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5483 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5487 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8939 +label: " 母の日" +value: "36" +data: Eccube\Entity\Category {#5493 -id: 36 -name: "母の日" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1705542945 {#5491 date: 2024-01-18 10:55:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5492 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5496 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8940 +label: " 敬老の日" +value: "37" +data: Eccube\Entity\Category {#5502 -id: 37 -name: "敬老の日" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1705542949 {#5500 date: 2024-01-18 10:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5501 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5505 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8941 +label: " 御祝/誕生日祝" +value: "38" +data: Eccube\Entity\Category {#5511 -id: 38 -name: "御祝/誕生日祝" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1705542965 {#5509 date: 2024-01-18 10:56:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5510 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5514 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8942 +label: " 御礼/内祝" +value: "39" +data: Eccube\Entity\Category {#5520 -id: 39 -name: "御礼/内祝" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1705542976 {#5518 date: 2024-01-18 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705566289 {#5519 date: 2024-01-18 17:24:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5523 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8943 +label: " お見舞" +value: "40" +data: Eccube\Entity\Category {#5529 -id: 40 -name: "お見舞" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1705542984 {#5527 date: 2024-01-18 10:56:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5528 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5535 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5532 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8944 +label: " 粗供養/御供" +value: "41" +data: Eccube\Entity\Category {#5538 -id: 41 -name: "粗供養/御供" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1705543009 {#5536 date: 2024-01-18 10:56:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5537 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5539 …} -Children: Doctrine\ORM\PersistentCollection {#5544 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5541 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8945 +label: " 手土産/プチギフト" +value: "42" +data: Eccube\Entity\Category {#5547 -id: 42 -name: "手土産/プチギフト" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1705543020 {#5545 date: 2024-01-18 10:57:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5546 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5550 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8946 +label: " 粗品/記念品" +value: "43" +data: Eccube\Entity\Category {#5556 -id: 43 -name: "粗品/記念品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1705543029 {#5554 date: 2024-01-18 10:57:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543055 {#5555 date: 2024-01-18 10:57:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5562 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5559 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8947 +label: "価格から選ぶ" +value: "32" +data: Eccube\Entity\Category {#5565 -id: 32 -name: "価格から選ぶ" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1705542717 {#5471 date: 2024-01-18 10:51:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706064939 {#5472 date: 2024-01-24 11:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5568 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8948 +label: " ~999円" +value: "44" +data: Eccube\Entity\Category {#5572 -id: 44 -name: "~999円" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1705543087 {#5563 date: 2024-01-18 10:58:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5564 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5575 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8949 +label: " 1,000円~" +value: "45" +data: Eccube\Entity\Category {#5583 -id: 45 -name: "1,000円~" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1705543093 {#5581 date: 2024-01-18 10:58:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543124 {#5582 date: 2024-01-18 10:58:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5586 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8950 +label: " 2,000円~" +value: "46" +data: Eccube\Entity\Category {#5592 -id: 46 -name: "2,000円~" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1705543097 {#5590 date: 2024-01-18 10:58:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543137 {#5591 date: 2024-01-18 10:58:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5595 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8951 +label: " 3,000円~" +value: "47" +data: Eccube\Entity\Category {#5601 -id: 47 -name: "3,000円~" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1705543104 {#5599 date: 2024-01-18 10:58:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543140 {#5600 date: 2024-01-18 10:59:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5602 …} -Children: Doctrine\ORM\PersistentCollection {#5607 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5604 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8952 +label: " 4,000円~" +value: "48" +data: Eccube\Entity\Category {#5610 -id: 48 -name: "4,000円~" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1705543109 {#5608 date: 2024-01-18 10:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543143 {#5609 date: 2024-01-18 10:59:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5611 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5613 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8953 +label: " 5,000円~" +value: "49" +data: Eccube\Entity\Category {#5619 -id: 49 -name: "5,000円~" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1705543113 {#5617 date: 2024-01-18 10:58:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1705543146 {#5618 date: 2024-01-18 10:59:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5565} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5294 …} -groups: Doctrine\ORM\PersistentCollection {#5622 …} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8909 -form: Symfony\Component\Form\Form {#8896 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#8908 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#8915 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4090 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category_id" |
| placeholder | "common.select__all_products" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
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 |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| label | "common.search_keyword" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#2541 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2542 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2543 …} -namespace: Closure() {#2545 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8887 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3934 …} } |
| 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 | "common.search_keyword" |
| 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#8883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3976 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1375 …} $translationDomain: "validators" $message: Closure() {#8888 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_name" ] |
| cache_key | "_name_search" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8954 -form: Symfony\Component\Form\Form {#8899 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8914 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |