- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 615
- Events
- Routing
- Cache
- Translation 31
- Security
- Twig
- HTTP Client
- Doctrine
- 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
-
-
-
name01
-
name02
-
-
-
kana01
-
kana02
-
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
_token
-
-
-
category_id
-
name
-
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5331 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5329 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5330 …} } } |
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 {#5689 -form: Symfony\Component\Form\Form {#5484 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5658 …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 | 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 | 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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5319 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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 {#5326 +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 {#5323 +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 {#5344 +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 {#5345 +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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5318 …} } } |
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 {#5694 -form: Symfony\Component\Form\Form {#5499 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#5695 …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 | true |
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\NotBlank {#5343 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5344 +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 {#5345 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5343 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5344 +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 {#5345 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
error_bubbling | false |
false
|
required | true |
same as passed value |
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\NotBlank {#5343 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5344 +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 {#5345 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5520 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5525 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5524 …} } } |
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 {#5690 -form: Symfony\Component\Form\Form {#5502 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5691 …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 | true |
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\NotBlank {#5346 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5326 +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 {#5323 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5346 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5326 +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 {#5323 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
error_bubbling | false |
false
|
required | true |
same as passed value |
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\NotBlank {#5346 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5326 +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 {#5323 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5489 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5491 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5490 …} } } |
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 {#5661 -form: Symfony\Component\Form\Form {#5505 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5663 …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 | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name_name02" |
valid | true |
value | "" |
kana
"Eccube\Form\Type\KanaType"
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
firstname_name | "" |
firstname_options | [ "attr" => [ "placeholder" => "common.first_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#5354 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5356 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
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_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#5352 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5353 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
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() {#5371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5372 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "name" "kana" "_contact_kana" ] |
cache_key | "_contact_kana_kana" |
compound | true |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5693 -form: Symfony\Component\Form\Form {#5540 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#5692 …5} |
full_name | "contact[kana]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_kana" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
lastname_name | "kana01" |
method | "POST" |
multipart | false |
name | "kana" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_kana" |
valid | true |
value | null |
kana01
"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_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#5352 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5353 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Regex {#5352 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5353 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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_kana" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#5352 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5353 +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: 25 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5509 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5511 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5510 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "common.last_name_kana" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_kana_kana01" ] |
cache_key | "_contact_kana_kana01_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 {#5683 -form: Symfony\Component\Form\Form {#5543 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5659 …5} |
full_name | "contact[kana][kana01]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_kana_kana01" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "kana01" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_kana_kana01" |
valid | true |
value | "" |
kana02
"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_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#5354 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5356 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Regex {#5354 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5356 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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_kana" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#5354 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5356 +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: 25 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5519 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5531 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5532 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "common.first_name_kana" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_kana_kana02" ] |
cache_key | "_contact_kana_kana02_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 {#5684 -form: Symfony\Component\Form\Form {#5546 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5685 …5} |
full_name | "contact[kana][kana02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_kana_kana02" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "kana02" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_kana_kana02" |
valid | true |
value | "" |
postal_code
"Eccube\Form\Type\PostalType"
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 | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5404 +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: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#5405 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5401 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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" |
options | [] |
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() {#5403 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5402 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "postal" "_contact_postal_code" ] |
cache_key | "_contact_postal_code_postal" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5660 -form: Symfony\Component\Form\Form {#5549 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5666 …5} |
full_name | "contact[postal_code]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_postal_code" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postal_code" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_postal_code" |
valid | true |
value | "" |
address
"Eccube\Form\Type\AddressType"
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 | "" |
addr01_name | "addr01" |
addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#5421 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
addr02_name | "addr02" |
addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#5422 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5424 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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 | 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 | [] |
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." |
pref_name | "pref" |
pref_options | [ "constraints" => [] "attr" => [ "class" => "p-region-id" ] ] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5425 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
addr01_name | "addr01" |
addr02_name | "addr02" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "address" "_contact_address" ] |
cache_key | "_contact_address_address" |
compound | true |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5687 -form: Symfony\Component\Form\Form {#5632 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5686 …5} |
full_name | "contact[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_address" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
pref_name | "pref" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_address" |
valid | true |
value | null |
pref
"Eccube\Form\Type\Master\PrefType"
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 | [ "class" => "p-region-id" ] |
[ "class" => "p-region-id" ] |
constraints | [] |
[] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-region-id" ] |
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 {#5581 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#5612 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5594 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5608 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5593 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5603 -om: ContainerPt8mxPh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#632 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4799 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "Eccube\Entity\Master\Pref" |
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerPt8mxPh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#632 …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 {#5603 -om: ContainerPt8mxPh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#632 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4799 …} -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__pref" |
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 {#5586 -_em: Doctrine\ORM\EntityManager {#594 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5584 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5583 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5582 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Pref m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#5585 …} -_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() {#5588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5591 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "p-region-id" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "master" "pref" "_contact_address_pref" ] |
cache_key | "_contact_address_pref_pref" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5701 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#5718 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5709 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#5719 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5707 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#5720 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5704 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#5721 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5705 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#5722 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5710 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#5723 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5714 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#5724 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5712 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#5725 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5711 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#5726 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5708 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#5727 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5715 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#5728 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5764 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#5729 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5765 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#5730 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5766 +label: "神奈川県" +value: "14" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#4778 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5767 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#5731 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5768 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#5732 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5769 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#5733 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5770 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#5734 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5771 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#5735 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5772 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#5736 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5773 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#5737 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5774 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#5738 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5775 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#5739 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5776 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#5740 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5777 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#5741 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5778 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#5742 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5779 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#5743 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5780 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#5744 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5781 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#5745 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5782 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#5746 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5783 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#5747 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5784 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#5748 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5785 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#5749 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5786 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#5750 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5787 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#5751 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5788 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#5752 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5789 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#5753 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5790 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#5754 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5791 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#5755 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5792 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#5756 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5793 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#5757 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5794 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#5758 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5795 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#5759 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5796 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#5760 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5797 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#5761 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5798 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#5762 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5799 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#5763 …} +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 {#5700 -form: Symfony\Component\Form\Form {#5635 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5699 …5} |
full_name | "contact[address][pref]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_address_pref" |
is_selected | Closure($choice, $value) {#5802 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5555 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "pref" |
placeholder | "common.select__pref" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_address_pref" |
valid | true |
value | "" |
addr01
"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 | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
[ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5421 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#5421 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5421 +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: 32 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5607 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5604 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_address_addr01" ] |
cache_key | "_contact_address_addr01_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 {#5801 -form: Symfony\Component\Form\Form {#5638 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5803 …5} |
full_name | "contact[address][addr01]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_address_addr01" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addr01" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_address_addr01" |
valid | true |
value | "" |
addr02
"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 | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
[ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5422 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#5422 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5422 +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: 32 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5623 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_address_addr02" ] |
cache_key | "_contact_address_addr02_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 {#5804 -form: Symfony\Component\Form\Form {#5641 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5805 …5} |
full_name | "contact[address][addr02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_address_addr02" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addr02" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_address_addr02" |
valid | true |
value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
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 | [ "placeholder" => "common.phone_number_sample" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5442 +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: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#5443 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5439 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5440 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "common.phone_number_sample" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "phone_number" "_contact_phone_number" ] |
cache_key | "_contact_phone_number_phone_number" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5688 -form: Symfony\Component\Form\Form {#5644 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5697 …5} |
full_name | "contact[phone_number]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_phone_number" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone_number" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_phone_number" |
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 {#5377 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#5383 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5377 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#5383 +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 {#5377 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#5383 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5454 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5455 …} } } |
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 {#5807 -form: Symfony\Component\Form\Form {#5647 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5806 …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 {#5382 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5376 +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: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5382 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5376 +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: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: 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\NotBlank {#5382 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5376 +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: 99999 +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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5471 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5476 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5470 …} } } |
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 {#5808 -form: Symfony\Component\Form\Form {#5650 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5809 …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 | "bf0de5a2dad2092d344da416bc182193.vyWdY15LA61DIE2ltYE6LoJ_GIzS6oOc8oFn7k9EmQ8.ihbFKjMMSOcwU3zNwdt-W_MRb8Gq3fnpheUEmH1y8U74Fq4pHwZZyCBaGA" |
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 | "bf0de5a2dad2092d344da416bc182193.vyWdY15LA61DIE2ltYE6LoJ_GIzS6oOc8oFn7k9EmQ8.ihbFKjMMSOcwU3zNwdt-W_MRb8Gq3fnpheUEmH1y8U74Fq4pHwZZyCBaGA" |
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data | "bf0de5a2dad2092d344da416bc182193.vyWdY15LA61DIE2ltYE6LoJ_GIzS6oOc8oFn7k9EmQ8.ihbFKjMMSOcwU3zNwdt-W_MRb8Gq3fnpheUEmH1y8U74Fq4pHwZZyCBaGA" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5812 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#5816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#5810 …} } } |
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 | "bf0de5a2dad2092d344da416bc182193.vyWdY15LA61DIE2ltYE6LoJ_GIzS6oOc8oFn7k9EmQ8.ihbFKjMMSOcwU3zNwdt-W_MRb8Gq3fnpheUEmH1y8U74Fq4pHwZZyCBaGA" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#5828 -form: Symfony\Component\Form\Form {#5823 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5817 …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 | "bf0de5a2dad2092d344da416bc182193.vyWdY15LA61DIE2ltYE6LoJ_GIzS6oOc8oFn7k9EmQ8.ihbFKjMMSOcwU3zNwdt-W_MRb8Gq3fnpheUEmH1y8U74Fq4pHwZZyCBaGA" |
(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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#9511 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#9513 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#9512 …} } } |
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 {#9558 -form: Symfony\Component\Form\Form {#9547 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9559 …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 {#6256 -id: 7 -name: "YAMASHITA" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1612934481 {#6287 date: 2021-02-10 14:21:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686832152 {#6285 date: 2023-06-15 21:29:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: "test header" -footer_contents: "test footer" } Eccube\Entity\Category {#6548 -id: 25 -name: "ウェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1621909762 {#6282 date: 2021-05-25 11:29:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6284 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6544 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6539 -id: 24 -name: "バッグ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1621909759 {#6541 date: 2021-05-25 11:29:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6540 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6538 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6532 -id: 23 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1621909756 {#6534 date: 2021-05-25 11:29:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6533 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6531 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6525 -id: 22 -name: "限定品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1621909751 {#6527 date: 2021-05-25 11:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6526 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6277 -id: 21 -name: "その他グッズ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1621909746 {#6276 date: 2021-05-25 11:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6283 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6514 -id: 26 -name: "販売終了商品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1623997951 {#6511 date: 2021-06-18 15:32:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6513 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6556 -id: 8 -name: "Maria" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1613706751 {#6542 date: 2021-02-19 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909957 {#6543 date: 2021-05-25 11:32:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6559 -id: 13 -name: "ウェア" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1621909649 {#6519 date: 2021-05-25 11:27:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6520 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6568 -id: 15 -name: "バッグ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1621909681 {#6566 date: 2021-05-25 11:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6567 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6569 …} -Children: Doctrine\ORM\PersistentCollection {#6572 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6575 -id: 16 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1621909686 {#6573 date: 2021-05-25 11:28:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6574 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6576 …} -Children: Doctrine\ORM\PersistentCollection {#6579 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6582 -id: 17 -name: "限定品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1621909690 {#6580 date: 2021-05-25 11:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6581 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6583 …} -Children: Doctrine\ORM\PersistentCollection {#6586 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6589 -id: 18 -name: "その他グッズ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1621909695 {#6587 date: 2021-05-25 11:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6588 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6590 …} -Children: Doctrine\ORM\PersistentCollection {#6593 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6596 -id: 19 -name: "販売終了商品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1621909700 {#6594 date: 2021-05-25 11:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6595 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6597 …} -Children: Doctrine\ORM\PersistentCollection {#6600 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } ] |
[ Eccube\Entity\Category {#6256 -id: 7 -name: "YAMASHITA" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1612934481 {#6287 date: 2021-02-10 14:21:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686832152 {#6285 date: 2023-06-15 21:29:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: "test header" -footer_contents: "test footer" } Eccube\Entity\Category {#6548 -id: 25 -name: "ウェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1621909762 {#6282 date: 2021-05-25 11:29:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6284 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6544 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6539 -id: 24 -name: "バッグ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1621909759 {#6541 date: 2021-05-25 11:29:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6540 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6538 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6532 -id: 23 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1621909756 {#6534 date: 2021-05-25 11:29:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6533 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6531 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6525 -id: 22 -name: "限定品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1621909751 {#6527 date: 2021-05-25 11:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6526 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6277 -id: 21 -name: "その他グッズ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1621909746 {#6276 date: 2021-05-25 11:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6283 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6514 -id: 26 -name: "販売終了商品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1623997951 {#6511 date: 2021-06-18 15:32:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6513 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6556 -id: 8 -name: "Maria" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1613706751 {#6542 date: 2021-02-19 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909957 {#6543 date: 2021-05-25 11:32:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6559 -id: 13 -name: "ウェア" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1621909649 {#6519 date: 2021-05-25 11:27:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6520 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6568 -id: 15 -name: "バッグ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1621909681 {#6566 date: 2021-05-25 11:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6567 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6569 …} -Children: Doctrine\ORM\PersistentCollection {#6572 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6575 -id: 16 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1621909686 {#6573 date: 2021-05-25 11:28:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6574 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6576 …} -Children: Doctrine\ORM\PersistentCollection {#6579 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6582 -id: 17 -name: "限定品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1621909690 {#6580 date: 2021-05-25 11:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6581 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6583 …} -Children: Doctrine\ORM\PersistentCollection {#6586 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6589 -id: 18 -name: "その他グッズ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1621909695 {#6587 date: 2021-05-25 11:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6588 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6590 …} -Children: Doctrine\ORM\PersistentCollection {#6593 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6596 -id: 19 -name: "販売終了商品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1621909700 {#6594 date: 2021-05-25 11:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6595 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6597 …} -Children: Doctrine\ORM\PersistentCollection {#6600 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } ] |
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 {#9527 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9532 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6151 -om: ContainerPt8mxPh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#632 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6077 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#6256 -id: 7 -name: "YAMASHITA" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1612934481 {#6287 date: 2021-02-10 14:21:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686832152 {#6285 date: 2023-06-15 21:29:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: "test header" -footer_contents: "test footer" } Eccube\Entity\Category {#6548 -id: 25 -name: "ウェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1621909762 {#6282 date: 2021-05-25 11:29:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6284 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6544 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6539 -id: 24 -name: "バッグ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1621909759 {#6541 date: 2021-05-25 11:29:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6540 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6538 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6532 -id: 23 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1621909756 {#6534 date: 2021-05-25 11:29:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6533 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6531 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6525 -id: 22 -name: "限定品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1621909751 {#6527 date: 2021-05-25 11:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6526 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6277 -id: 21 -name: "その他グッズ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1621909746 {#6276 date: 2021-05-25 11:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6283 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6514 -id: 26 -name: "販売終了商品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1623997951 {#6511 date: 2021-06-18 15:32:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6513 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6556 -id: 8 -name: "Maria" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1613706751 {#6542 date: 2021-02-19 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909957 {#6543 date: 2021-05-25 11:32:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6559 -id: 13 -name: "ウェア" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1621909649 {#6519 date: 2021-05-25 11:27:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6520 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6568 -id: 15 -name: "バッグ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1621909681 {#6566 date: 2021-05-25 11:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6567 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6569 …} -Children: Doctrine\ORM\PersistentCollection {#6572 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6575 -id: 16 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1621909686 {#6573 date: 2021-05-25 11:28:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6574 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6576 …} -Children: Doctrine\ORM\PersistentCollection {#6579 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6582 -id: 17 -name: "限定品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1621909690 {#6580 date: 2021-05-25 11:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6581 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6583 …} -Children: Doctrine\ORM\PersistentCollection {#6586 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6589 -id: 18 -name: "その他グッズ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1621909695 {#6587 date: 2021-05-25 11:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6588 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6590 …} -Children: Doctrine\ORM\PersistentCollection {#6593 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } Eccube\Entity\Category {#6596 -id: 19 -name: "販売終了商品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1621909700 {#6594 date: 2021-05-25 11:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6595 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6597 …} -Children: Doctrine\ORM\PersistentCollection {#6600 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } ] |
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerPt8mxPh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#632 …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 {#6151 -om: ContainerPt8mxPh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#632 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6077 …} -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() {#9528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#9529 …} } } |
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 | [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9570 +label: "YAMASHITA" +value: "7" +data: Eccube\Entity\Category {#6256 -id: 7 -name: "YAMASHITA" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1612934481 {#6287 date: 2021-02-10 14:21:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686832152 {#6285 date: 2023-06-15 21:29:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6302 …} -Children: Doctrine\ORM\PersistentCollection {#6549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: "test header" -footer_contents: "test footer" } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9571 +label: " ウェア" +value: "25" +data: Eccube\Entity\Category {#6548 -id: 25 -name: "ウェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1621909762 {#6282 date: 2021-05-25 11:29:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6284 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6547 …} -Children: Doctrine\ORM\PersistentCollection {#6544 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9572 +label: " バッグ" +value: "24" +data: Eccube\Entity\Category {#6539 -id: 24 -name: "バッグ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1621909759 {#6541 date: 2021-05-25 11:29:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6540 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6538 …} -Children: Doctrine\ORM\PersistentCollection {#6535 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9573 +label: " キャップ・ハット" +value: "23" +data: Eccube\Entity\Category {#6532 -id: 23 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1621909756 {#6534 date: 2021-05-25 11:29:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6533 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6531 …} -Children: Doctrine\ORM\PersistentCollection {#6528 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9574 +label: " 限定品" +value: "22" +data: Eccube\Entity\Category {#6525 -id: 22 -name: "限定品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1621909751 {#6527 date: 2021-05-25 11:29:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6526 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9575 +label: " その他グッズ" +value: "21" +data: Eccube\Entity\Category {#6277 -id: 21 -name: "その他グッズ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1621909746 {#6276 date: 2021-05-25 11:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6283 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9576 +label: " 販売終了商品" +value: "26" +data: Eccube\Entity\Category {#6514 -id: 26 -name: "販売終了商品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1623997951 {#6511 date: 2021-06-18 15:32:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1623997955 {#6513 date: 2021-06-18 15:32:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#6256} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9577 +label: "Maria" +value: "8" +data: Eccube\Entity\Category {#6556 -id: 8 -name: "Maria" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1613706751 {#6542 date: 2021-02-19 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909957 {#6543 date: 2021-05-25 11:32:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6554 …} -Children: Doctrine\ORM\PersistentCollection {#6558 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9578 +label: " ウェア" +value: "13" +data: Eccube\Entity\Category {#6559 -id: 13 -name: "ウェア" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1621909649 {#6519 date: 2021-05-25 11:27:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6520 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6560 …} -Children: Doctrine\ORM\PersistentCollection {#6563 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9579 +label: " バッグ" +value: "15" +data: Eccube\Entity\Category {#6568 -id: 15 -name: "バッグ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1621909681 {#6566 date: 2021-05-25 11:28:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6567 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6569 …} -Children: Doctrine\ORM\PersistentCollection {#6572 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9580 +label: " キャップ・ハット" +value: "16" +data: Eccube\Entity\Category {#6575 -id: 16 -name: "キャップ・ハット" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1621909686 {#6573 date: 2021-05-25 11:28:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6574 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6576 …} -Children: Doctrine\ORM\PersistentCollection {#6579 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9581 +label: " 限定品" +value: "17" +data: Eccube\Entity\Category {#6582 -id: 17 -name: "限定品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1621909690 {#6580 date: 2021-05-25 11:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6581 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6583 …} -Children: Doctrine\ORM\PersistentCollection {#6586 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9582 +label: " その他グッズ" +value: "18" +data: Eccube\Entity\Category {#6589 -id: 18 -name: "その他グッズ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1621909695 {#6587 date: 2021-05-25 11:28:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6588 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6590 …} -Children: Doctrine\ORM\PersistentCollection {#6593 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9583 +label: " 販売終了商品" +value: "19" +data: Eccube\Entity\Category {#6596 -id: 19 -name: "販売終了商品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1621909700 {#6594 date: 2021-05-25 11:28:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621909720 {#6595 date: 2021-05-25 11:28:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6597 …} -Children: Doctrine\ORM\PersistentCollection {#6600 …} -Parent: Eccube\Entity\Category {#6556} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6551 …} -header_contents: null -footer_contents: null } +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 {#9563 -form: Symfony\Component\Form\Form {#9550 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9562 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#9569 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5555 …} } |
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 {#656 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#655 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#652 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#9540 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5254 …} } |
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() {#9535 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1029 …} $translationDomain: "validators" $message: Closure() {#9539 …} } } |
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 {#9584 -form: Symfony\Component\Form\Form {#9553 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9568 …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 | "" |