- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 17
- Security
- Twig
- Doctrine 1
- 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
contact
"Eccube\Form\Type\Front\ContactType"
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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1461 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1463 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1462 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#1578 -form: Symfony\Component\Form\Form {#1535 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1577 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact" |
valid | true |
value | null |
name
"Eccube\Form\Type\NameType"
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 |
---|---|---|
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 | 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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1485 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
firstname_name | "" |
firstname_options | [ "attr" => [ "placeholder" => "common.first_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#1482 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1483 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | true |
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 | [] |
lastname_name | "" |
lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#1478 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1475 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
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() {#1487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1486 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "name" "_contact_name" ] |
cache_key | "_contact_name_name" |
compound | true |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#1582 -form: Symfony\Component\Form\Form {#1560 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#1581 …5} |
full_name | "contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
lastname_name | "name01" |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name" |
valid | true |
value | null |
name01
"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" => "common.last_name" ] |
[ "placeholder" => "common.last_name" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1478 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1475 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1478 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1475 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.last_name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1478 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1475 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1539 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1541 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1540 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "common.last_name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_name_name01" ] |
cache_key | "_contact_name_name01_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 {#1594 -form: Symfony\Component\Form\Form {#1563 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1593 …5} |
full_name | "contact[name][name01]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name_name01" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name01" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name_name01" |
valid | true |
value | "" |
name02
"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" => "common.first_name" ] |
[ "placeholder" => "common.first_name" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1482 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1483 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1482 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1483 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.first_name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1482 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1483 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1552 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1551 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "common.first_name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_name_name02" ] |
cache_key | "_contact_name_name02_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 {#1595 -form: Symfony\Component\Form\Form {#1566 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1596 …5} |
full_name | "contact[name][name02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name_name02" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name02" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name_name02" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 {#1470 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1471 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1470 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1471 +payload: null +message: "This value is not a valid email address." +mode: null +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 |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1470 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1471 +payload: null +message: "This value is not a valid email address." +mode: null +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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1510 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1512 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1509 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_email" ] |
cache_key | "_contact_email_email" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#1591 -form: Symfony\Component\Form\Form {#1569 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1592 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_email" |
valid | true |
value | "" |
contents
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1472 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1472 +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 |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1472 +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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1525 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1526 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_contents" ] |
cache_key | "_contact_contents_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 {#1598 -form: Symfony\Component\Form\Form {#1572 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1597 …5} |
full_name | "contact[contents]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_contents" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contents" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_contents" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6a75fce2b2a6b71e.L7t4I-YqSKe4FQp-2QQGJSPgDcx_F17UrBR7A6uyc5k.f-8gYLRECv7XRloouzI0ckeSNJ0ubW-nnH4JeuHZEdt26zxkjR859OxFSw" |
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 | "6a75fce2b2a6b71e.L7t4I-YqSKe4FQp-2QQGJSPgDcx_F17UrBR7A6uyc5k.f-8gYLRECv7XRloouzI0ckeSNJ0ubW-nnH4JeuHZEdt26zxkjR859OxFSw" |
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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data | "6a75fce2b2a6b71e.L7t4I-YqSKe4FQp-2QQGJSPgDcx_F17UrBR7A6uyc5k.f-8gYLRECv7XRloouzI0ckeSNJ0ubW-nnH4JeuHZEdt26zxkjR859OxFSw" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1603 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1602 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "6a75fce2b2a6b71e.L7t4I-YqSKe4FQp-2QQGJSPgDcx_F17UrBR7A6uyc5k.f-8gYLRECv7XRloouzI0ckeSNJ0ubW-nnH4JeuHZEdt26zxkjR859OxFSw" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#1617 -form: Symfony\Component\Form\Form {#1612 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1606 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__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 | "_contact__token" |
valid | true |
value | "6a75fce2b2a6b71e.L7t4I-YqSKe4FQp-2QQGJSPgDcx_F17UrBR7A6uyc5k.f-8gYLRECv7XRloouzI0ckeSNJ0ubW-nnH4JeuHZEdt26zxkjR859OxFSw" |
(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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1759 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1760 …} } } |
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 {#1930 -form: Symfony\Component\Form\Form {#1919 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1931 …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 {#1791 -id: 10 -name: "背景写真" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1723604396 {#1786 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723604396 {#1793 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1826 …} -Children: Doctrine\ORM\PersistentCollection {#1805 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1807 …} } Eccube\Entity\Category {#1802 -id: 9 -name: "バースデーカード" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1723602114 {#1804 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602114 {#1803 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1801 …} -Children: Doctrine\ORM\PersistentCollection {#1797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1855 -id: 8 -name: "グリーティングカード" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1723602100 {#1796 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602100 {#1854 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1856 …} -Children: Doctrine\ORM\PersistentCollection {#1859 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1862 -id: 7 -name: "タレント写真" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1718688138 {#1860 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718688138 {#1861 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1863 …} -Children: Doctrine\ORM\PersistentCollection {#1866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1869 -id: 6 -name: "愛GIFT" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1717048581 {#1867 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048581 {#1868 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1870 …} -Children: Doctrine\ORM\PersistentCollection {#1873 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1876 -id: 5 -name: "愛メッセージおめあり祭" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1717048570 {#1874 date: 2024-05-30 14:56:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725427867 {#1875 date: 2024-09-04 14:31:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1877 …} -Children: Doctrine\ORM\PersistentCollection {#1880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1883 -id: 4 -name: "愛メッセージ誕生祭" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1717048554 {#1881 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048554 {#1882 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1884 …} -Children: Doctrine\ORM\PersistentCollection {#1887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } ] |
[ Eccube\Entity\Category {#1791 -id: 10 -name: "背景写真" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1723604396 {#1786 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723604396 {#1793 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1826 …} -Children: Doctrine\ORM\PersistentCollection {#1805 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1807 …} } Eccube\Entity\Category {#1802 -id: 9 -name: "バースデーカード" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1723602114 {#1804 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602114 {#1803 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1801 …} -Children: Doctrine\ORM\PersistentCollection {#1797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1855 -id: 8 -name: "グリーティングカード" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1723602100 {#1796 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602100 {#1854 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1856 …} -Children: Doctrine\ORM\PersistentCollection {#1859 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1862 -id: 7 -name: "タレント写真" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1718688138 {#1860 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718688138 {#1861 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1863 …} -Children: Doctrine\ORM\PersistentCollection {#1866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1869 -id: 6 -name: "愛GIFT" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1717048581 {#1867 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048581 {#1868 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1870 …} -Children: Doctrine\ORM\PersistentCollection {#1873 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1876 -id: 5 -name: "愛メッセージおめあり祭" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1717048570 {#1874 date: 2024-05-30 14:56:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725427867 {#1875 date: 2024-09-04 14:31:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1877 …} -Children: Doctrine\ORM\PersistentCollection {#1880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1883 -id: 4 -name: "愛メッセージ誕生祭" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1717048554 {#1881 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048554 {#1882 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1884 …} -Children: Doctrine\ORM\PersistentCollection {#1887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } ] |
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 {#1893 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1894 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1892 -om: ContainerDJ2mw4P\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#436 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1730 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#1791 -id: 10 -name: "背景写真" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1723604396 {#1786 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723604396 {#1793 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1826 …} -Children: Doctrine\ORM\PersistentCollection {#1805 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1807 …} } Eccube\Entity\Category {#1802 -id: 9 -name: "バースデーカード" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1723602114 {#1804 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602114 {#1803 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1801 …} -Children: Doctrine\ORM\PersistentCollection {#1797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1855 -id: 8 -name: "グリーティングカード" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1723602100 {#1796 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602100 {#1854 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1856 …} -Children: Doctrine\ORM\PersistentCollection {#1859 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1862 -id: 7 -name: "タレント写真" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1718688138 {#1860 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718688138 {#1861 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1863 …} -Children: Doctrine\ORM\PersistentCollection {#1866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1869 -id: 6 -name: "愛GIFT" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1717048581 {#1867 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048581 {#1868 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1870 …} -Children: Doctrine\ORM\PersistentCollection {#1873 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1876 -id: 5 -name: "愛メッセージおめあり祭" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1717048570 {#1874 date: 2024-05-30 14:56:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725427867 {#1875 date: 2024-09-04 14:31:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1877 …} -Children: Doctrine\ORM\PersistentCollection {#1880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } Eccube\Entity\Category {#1883 -id: 4 -name: "愛メッセージ誕生祭" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1717048554 {#1881 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048554 {#1882 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1884 …} -Children: Doctrine\ORM\PersistentCollection {#1887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } ] |
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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerDJ2mw4P\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#436 …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 {#1892 -om: ContainerDJ2mw4P\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#436 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1730 …} -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() {#1891 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1889 …} } } |
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 | [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1943 +label: "背景写真" +value: "10" +data: Eccube\Entity\Category {#1791 -id: 10 -name: "背景写真" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1723604396 {#1786 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723604396 {#1793 date: 2024-08-14 11:59:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1826 …} -Children: Doctrine\ORM\PersistentCollection {#1805 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1807 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1942 +label: "バースデーカード" +value: "9" +data: Eccube\Entity\Category {#1802 -id: 9 -name: "バースデーカード" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1723602114 {#1804 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602114 {#1803 date: 2024-08-14 11:21:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1801 …} -Children: Doctrine\ORM\PersistentCollection {#1797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1945 +label: "グリーティングカード" +value: "8" +data: Eccube\Entity\Category {#1855 -id: 8 -name: "グリーティングカード" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1723602100 {#1796 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723602100 {#1854 date: 2024-08-14 11:21:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1856 …} -Children: Doctrine\ORM\PersistentCollection {#1859 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1946 +label: "タレント写真" +value: "7" +data: Eccube\Entity\Category {#1862 -id: 7 -name: "タレント写真" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1718688138 {#1860 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718688138 {#1861 date: 2024-06-18 14:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1863 …} -Children: Doctrine\ORM\PersistentCollection {#1866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1947 +label: "愛GIFT" +value: "6" +data: Eccube\Entity\Category {#1869 -id: 6 -name: "愛GIFT" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1717048581 {#1867 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048581 {#1868 date: 2024-05-30 14:56:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1870 …} -Children: Doctrine\ORM\PersistentCollection {#1873 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1948 +label: "愛メッセージおめあり祭" +value: "5" +data: Eccube\Entity\Category {#1876 -id: 5 -name: "愛メッセージおめあり祭" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1717048570 {#1874 date: 2024-05-30 14:56:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725427867 {#1875 date: 2024-09-04 14:31:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1877 …} -Children: Doctrine\ORM\PersistentCollection {#1880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1949 +label: "愛メッセージ誕生祭" +value: "4" +data: Eccube\Entity\Category {#1883 -id: 4 -name: "愛メッセージ誕生祭" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1717048554 {#1881 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1717048554 {#1882 date: 2024-05-30 14:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1884 …} -Children: Doctrine\ORM\PersistentCollection {#1887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1799 …} } +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 {#1935 -form: Symfony\Component\Form\Form {#1922 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1934 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#1941 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1779 …} } |
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 {#420 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#422 …} -namespace: Closure() {#424 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#1909 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1396 …} } |
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() {#1911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1444 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1908 …} } } |
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 {#1950 -form: Symfony\Component\Form\Form {#1925 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1940 …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 | "" |