- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 527
- Events
- Routing
- Cache
- Translation 47
- Security
- Twig
- Doctrine 1
- 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
-
-
company_name
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
-
first
-
second
-
-
-
first
-
second
-
-
-
year
-
month
-
day
-
-
-
1
-
2
-
3
-
4
-
-
job
-
-
bank_name
-
-
bank_branch_code
-
bank_account
-
bank_holder
-
user_policy_check
-
_token
-
-
-
category_id
-
name
-
entry
"Eccube\Form\Type\Front\EntryType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
| data_class | "Eccube\Entity\Customer" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6532 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} use: { $class: "Eccube\Entity\Customer" } } |
| 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() {#6530 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6531 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "entry" "_entry" ] |
| cache_key | "_entry_entry" |
| compound | true |
| data | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7398 -form: Symfony\Component\Form\Form {#6896 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7273 …5} |
| full_name | "entry" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "entry" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry" |
| valid | true |
| value | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
name
"Eccube\Form\Type\NameType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6543 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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 {#6507 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6506 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#6509 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6508 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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() {#6546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6545 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "_entry_name" ] |
| cache_key | "_entry_name_name" |
| compound | true |
| data | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7403 -form: Symfony\Component\Form\Form {#6911 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#7404 …5} |
| full_name | "entry[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_name" |
| valid | true |
| value | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: 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 {#6521 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6509 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6508 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6521 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6509 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6508 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#6521 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6509 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6508 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6932 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6937 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6936 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_name_name01" ] |
| cache_key | "_entry_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 {#7399 -form: Symfony\Component\Form\Form {#6914 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7400 …5} |
| full_name | "entry[name][name01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_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 {#6523 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6507 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6506 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6523 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6507 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6506 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#6523 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6507 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6506 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6901 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6902 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_name_name02" ] |
| cache_key | "_entry_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 {#7282 -form: Symfony\Component\Form\Form {#6917 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7289 …5} |
| full_name | "entry[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6552 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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 {#6548 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6550 +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 +payload: 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_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#6528 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6547 +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 +payload: 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() {#6554 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6553 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "kana" "_entry_kana" ] |
| cache_key | "_entry_kana_kana" |
| compound | true |
| data | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7402 -form: Symfony\Component\Form\Form {#6952 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#7401 …5} |
| full_name | "entry[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_kana" |
| valid | true |
| value | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: 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\NotBlank {#6561 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#6528 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6547 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6561 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#6528 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6547 +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 +payload: 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_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6561 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#6528 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6547 +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 +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6921 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6923 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6922 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_kana_kana01" ] |
| cache_key | "_entry_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 {#7392 -form: Symfony\Component\Form\Form {#6955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7280 …5} |
| full_name | "entry[kana][kana01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_kana_kana01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_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\NotBlank {#6562 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#6548 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6550 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6562 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#6548 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6550 +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 +payload: 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_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6562 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#6548 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6550 +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 +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6931 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6944 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_kana_kana02" ] |
| cache_key | "_entry_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 {#7393 -form: Symfony\Component\Form\Form {#6958 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7394 …5} |
| full_name | "entry[kana][kana02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_kana_kana02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_kana_kana02" |
| valid | true |
| value | "" |
company_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6578 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#6578 +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 +payload: null } ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6578 +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 +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6581 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6590 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6585 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_company_name" ] |
| cache_key | "_entry_company_name_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 {#7281 -form: Symfony\Component\Form\Form {#6961 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7290 …5} |
| full_name | "entry[company_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_company_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company_name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_company_name" |
| 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
No options were passed when constructing this form.
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\NotBlank {#6614 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6615 +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 +payload: null } Symfony\Component\Validator\Constraints\Type {#6616 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6611 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6612 …} } } |
| 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" "_entry_postal_code" ] |
| cache_key | "_entry_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 {#7396 -form: Symfony\Component\Form\Form {#6964 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7395 …5} |
| full_name | "entry[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: 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 | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#6630 +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 +payload: null } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#6631 +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 +payload: null } ] "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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6633 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6635 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6634 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_entry_address" ] |
| cache_key | "_entry_address_address" |
| compound | true |
| data | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7397 -form: Symfony\Component\Form\Form {#7017 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7406 …5} |
| full_name | "entry[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_address" |
| valid | true |
| value | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#6642 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6642 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 | [ "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 {#6769 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6997 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6980 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6979 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6981 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6985 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4207 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6642 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …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 {#6985 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4207 …} -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 {#6974 -_em: Doctrine\ORM\EntityManager {#512 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6976 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6977 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6978 #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 {#6975 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6972 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_entry_address_pref" ] |
| cache_key | "_entry_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7412 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#7429 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7414 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#7430 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7416 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#7431 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7419 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#7432 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7418 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#7433 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7413 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#7434 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7425 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#7435 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7423 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#7436 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7422 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#7437 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7415 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#7438 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7426 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#7439 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7476 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#7440 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7477 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#7441 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7478 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#7442 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7479 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#7443 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7480 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#7444 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7481 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#7445 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7482 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#7446 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7483 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#7447 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7484 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#7448 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7485 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#7449 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7486 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#7450 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7487 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#7451 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7488 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#7452 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7489 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#7453 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7490 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#7454 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7491 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#7455 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7492 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#7456 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7493 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#7457 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7494 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#7458 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7495 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#7459 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7496 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#7460 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7497 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#7461 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7498 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#7462 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7499 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#7463 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7500 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#7464 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7501 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#7465 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7502 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#7466 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7503 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#7467 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7504 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#7468 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7505 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#7469 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7506 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#7470 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7507 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#7471 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7508 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#7472 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7509 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#7473 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7510 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#7474 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7511 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#7475 …} +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 {#7411 -form: Symfony\Component\Form\Form {#7020 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7410 …5} |
| full_name | "entry[address][pref]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_address_pref" |
| is_selected | Closure($choice, $value) {#7513 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_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\NotBlank {#6643 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6630 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6643 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6630 +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 +payload: 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 | [ "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\NotBlank {#6643 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6630 +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 +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6990 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6989 …} } } |
| 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" "_entry_address_addr01" ] |
| cache_key | "_entry_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 {#7514 -form: Symfony\Component\Form\Form {#7023 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7515 …5} |
| full_name | "entry[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_address_addr01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_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\NotBlank {#6644 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6631 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6644 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6631 +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 +payload: 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 | [ "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\NotBlank {#6644 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6631 +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 +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7007 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#7009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7008 …} } } |
| 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" "_entry_address_addr02" ] |
| cache_key | "_entry_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 {#7516 -form: Symfony\Component\Form\Form {#7026 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7517 …5} |
| full_name | "entry[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_address_addr02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_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 | true |
same as passed value |
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\NotBlank {#6654 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6655 +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 +payload: null } Symfony\Component\Validator\Constraints\Type {#6656 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6651 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6652 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone_number" "_entry_phone_number" ] |
| cache_key | "_entry_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 {#7408 -form: Symfony\Component\Form\Form {#7029 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7409 …5} |
| full_name | "entry[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_phone_number" |
| valid | true |
| value | "" |
"Eccube\Form\Type\RepeatedEmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
| error_bubbling | false |
| error_mapping | [ "." => "second" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "attr" => [ "placeholder" => "common.mail_address_sample" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "form_error.same_email" |
| 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 | [ "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#6676 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#6678 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6679 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| second_name | "second" |
| second_options | [ "attr" => [ "placeholder" => "common.repeated_confirm" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
| upload_max_size_message | Closure() {#6684 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6683 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "repeated_email" "_entry_email" ] |
| cache_key | "_entry_email_repeated_email" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7519 -form: Symfony\Component\Form\Form {#7054 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7518 …5} |
| full_name | "entry[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_email" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"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.mail_address_sample" ] |
[ "placeholder" => "common.mail_address_sample" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6676 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#6678 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6679 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6676 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#6678 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6679 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.mail_address_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6676 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#6678 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6679 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7033 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#7035 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7034 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.mail_address_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_email_first" ] |
| cache_key | "_entry_email_first_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 {#7523 -form: Symfony\Component\Form\Form {#7057 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7522 …5} |
| full_name | "entry[email][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_email_first" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_email_first" |
| valid | true |
| value | "" |
second
"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.repeated_confirm" ] |
[ "placeholder" => "common.repeated_confirm" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6676 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#6678 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6679 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6676 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#6678 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6679 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6676 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#6678 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#6679 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7044 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#7046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7045 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_email_second" ] |
| cache_key | "_entry_email_second_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 {#7524 -form: Symfony\Component\Form\Form {#7060 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7525 …5} |
| full_name | "entry[email][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_email_second" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_email_second" |
| valid | true |
| value | "" |
plain_password
"Eccube\Form\Type\RepeatedPasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6736 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "attr" => [ "placeholder" => "半角英数記号12〜50文字" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "form_error.same_password" |
| 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 | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#6696 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6697 +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +htmlPattern: null +match: true +normalizer: null +payload: null } ] ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| second_name | "second" |
| second_options | [ "attr" => [ "placeholder" => "common.repeated_confirm" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#6699 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
| upload_max_size_message | Closure() {#6734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6735 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "repeated_password" "_entry_plain_password" ] |
| cache_key | "_entry_plain_password_repeated_password" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7520 -form: Symfony\Component\Form\Form {#7085 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7521 …5} |
| full_name | "entry[plain_password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_plain_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plain_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_plain_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"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" => "半角英数記号12〜50文字" ] |
[ "placeholder" => "半角英数記号12〜50文字" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6696 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6697 +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#6696 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6697 +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "半角英数記号12〜50文字" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6696 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#6697 +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7064 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#7066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7065 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "半角英数記号12〜50文字" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_plain_password_first" ] |
| cache_key | "_entry_plain_password_first_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 {#7529 -form: Symfony\Component\Form\Form {#7088 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7528 …5} |
| full_name | "entry[plain_password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_plain_password_first" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_plain_password_first" |
| valid | true |
| value | "" |
second
"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.repeated_confirm" ] |
[ "placeholder" => "common.repeated_confirm" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6699 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6699 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6699 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7075 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#7077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7076 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_plain_password_second" ] |
| cache_key | "_entry_plain_password_second_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 {#7530 -form: Symfony\Component\Form\Form {#7091 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7531 …5} |
| full_name | "entry[plain_password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_plain_password_second" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_plain_password_second" |
| valid | true |
| value | "" |
birth
"Symfony\Component\Form\Extension\Core\Type\BirthdayType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "year" => "" "month" => "" "day" => "" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#6584 +message: "form_error.select_is_future_or_now_date" +value: "2026-03-16" +propertyPath: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\LessThanOrEqual {#6584 +message: "form_error.select_is_future_or_now_date" +value: "2026-03-16" +propertyPath: null +payload: null } ] |
| input | "datetime" |
same as passed value |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
[ "year" => "----" "month" => "--" "day" => "--" ] |
| required | false |
false
|
| widget | "choice" |
same as passed value |
| years | [ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 ] |
[ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#6584 +message: "form_error.select_is_future_or_now_date" +value: "2026-03-16" +propertyPath: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | 2 |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
| 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() {#6709 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6708 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "choice" |
| years | [ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "birthday" "_entry_birth" ] |
| cache_key | "_entry_birth_birthday" |
| compound | true |
| data | null |
| date_pattern | "{{ year }}{{ month }}{{ day }}" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7527 -form: Symfony\Component\Form\Form {#7130 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7526 …5} |
| full_name | "entry[birth]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "birth" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth" |
| valid | true |
| value | [ "year" => "" "month" => "" "day" => "" ] |
| widget | "choice" |
year
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 1925 => 1925 1924 => 1924 1923 => 1923 1922 => 1922 1921 => 1921 1920 => 1920 1919 => 1919 1918 => 1918 1917 => 1917 1916 => 1916 ] |
[ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 1925 => 1925 1924 => 1924 1923 => 1923 1922 => 1922 1921 => 1921 1920 => 1920 1919 => 1919 1918 => 1918 1917 => 1917 1916 => 1916 ] |
| empty_data | "" |
same as passed value |
| error_bubbling | true |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| placeholder | "----" |
same as passed value |
| required | false |
false
|
| translation_domain | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 1925 => 1925 1924 => 1924 1923 => 1923 1922 => 1922 1921 => 1921 1920 => 1920 1919 => 1919 1918 => 1918 1917 => 1917 1916 => 1916 ] |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | true |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "----" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#7096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7095 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_entry_birth_year" ] |
| cache_key | "_entry_birth_year_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7536 +label: "2026" +value: "2026" +data: 2026 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7537 +label: "2025" +value: "2025" +data: 2025 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7538 +label: "2024" +value: "2024" +data: 2024 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7539 +label: "2023" +value: "2023" +data: 2023 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7540 +label: "2022" +value: "2022" +data: 2022 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7541 +label: "2021" +value: "2021" +data: 2021 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7542 +label: "2020" +value: "2020" +data: 2020 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7543 +label: "2019" +value: "2019" +data: 2019 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7544 +label: "2018" +value: "2018" +data: 2018 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7545 +label: "2017" +value: "2017" +data: 2017 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7546 +label: "2016" +value: "2016" +data: 2016 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7547 +label: "2015" +value: "2015" +data: 2015 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7548 +label: "2014" +value: "2014" +data: 2014 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7549 +label: "2013" +value: "2013" +data: 2013 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7550 +label: "2012" +value: "2012" +data: 2012 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7551 +label: "2011" +value: "2011" +data: 2011 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7552 +label: "2010" +value: "2010" +data: 2010 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7553 +label: "2009" +value: "2009" +data: 2009 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7554 +label: "2008" +value: "2008" +data: 2008 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7555 +label: "2007" +value: "2007" +data: 2007 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7556 +label: "2006" +value: "2006" +data: 2006 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7557 +label: "2005" +value: "2005" +data: 2005 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7558 +label: "2004" +value: "2004" +data: 2004 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7559 +label: "2003" +value: "2003" +data: 2003 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7560 +label: "2002" +value: "2002" +data: 2002 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7561 +label: "2001" +value: "2001" +data: 2001 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7562 +label: "2000" +value: "2000" +data: 2000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7563 +label: "1999" +value: "1999" +data: 1999 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7564 +label: "1998" +value: "1998" +data: 1998 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7565 +label: "1997" +value: "1997" +data: 1997 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7566 +label: "1996" +value: "1996" +data: 1996 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7567 +label: "1995" +value: "1995" +data: 1995 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7568 +label: "1994" +value: "1994" +data: 1994 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7569 +label: "1993" +value: "1993" +data: 1993 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7570 +label: "1992" +value: "1992" +data: 1992 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7571 +label: "1991" +value: "1991" +data: 1991 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7572 +label: "1990" +value: "1990" +data: 1990 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7573 +label: "1989" +value: "1989" +data: 1989 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7574 +label: "1988" +value: "1988" +data: 1988 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7575 +label: "1987" +value: "1987" +data: 1987 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7576 +label: "1986" +value: "1986" +data: 1986 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7577 +label: "1985" +value: "1985" +data: 1985 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7578 +label: "1984" +value: "1984" +data: 1984 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7579 +label: "1983" +value: "1983" +data: 1983 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7580 +label: "1982" +value: "1982" +data: 1982 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7581 +label: "1981" +value: "1981" +data: 1981 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7582 +label: "1980" +value: "1980" +data: 1980 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7583 +label: "1979" +value: "1979" +data: 1979 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7584 +label: "1978" +value: "1978" +data: 1978 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7585 +label: "1977" +value: "1977" +data: 1977 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7586 +label: "1976" +value: "1976" +data: 1976 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7587 +label: "1975" +value: "1975" +data: 1975 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7588 +label: "1974" +value: "1974" +data: 1974 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7589 +label: "1973" +value: "1973" +data: 1973 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7590 +label: "1972" +value: "1972" +data: 1972 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7591 +label: "1971" +value: "1971" +data: 1971 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7592 +label: "1970" +value: "1970" +data: 1970 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7593 +label: "1969" +value: "1969" +data: 1969 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7594 +label: "1968" +value: "1968" +data: 1968 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7595 +label: "1967" +value: "1967" +data: 1967 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7596 +label: "1966" +value: "1966" +data: 1966 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7597 +label: "1965" +value: "1965" +data: 1965 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7598 +label: "1964" +value: "1964" +data: 1964 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7599 +label: "1963" +value: "1963" +data: 1963 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7600 +label: "1962" +value: "1962" +data: 1962 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7601 +label: "1961" +value: "1961" +data: 1961 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7602 +label: "1960" +value: "1960" +data: 1960 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7603 +label: "1959" +value: "1959" +data: 1959 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7604 +label: "1958" +value: "1958" +data: 1958 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7605 +label: "1957" +value: "1957" +data: 1957 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7606 +label: "1956" +value: "1956" +data: 1956 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7607 +label: "1955" +value: "1955" +data: 1955 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7608 +label: "1954" +value: "1954" +data: 1954 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7609 +label: "1953" +value: "1953" +data: 1953 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7610 +label: "1952" +value: "1952" +data: 1952 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7611 +label: "1951" +value: "1951" +data: 1951 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7612 +label: "1950" +value: "1950" +data: 1950 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7613 +label: "1949" +value: "1949" +data: 1949 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7614 +label: "1948" +value: "1948" +data: 1948 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7615 +label: "1947" +value: "1947" +data: 1947 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7616 +label: "1946" +value: "1946" +data: 1946 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7617 +label: "1945" +value: "1945" +data: 1945 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7618 +label: "1944" +value: "1944" +data: 1944 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7619 +label: "1943" +value: "1943" +data: 1943 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +label: "1942" +value: "1942" +data: 1942 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +label: "1941" +value: "1941" +data: 1941 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7622 +label: "1940" +value: "1940" +data: 1940 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7623 +label: "1939" +value: "1939" +data: 1939 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7624 +label: "1938" +value: "1938" +data: 1938 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7625 +label: "1937" +value: "1937" +data: 1937 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7626 +label: "1936" +value: "1936" +data: 1936 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7627 +label: "1935" +value: "1935" +data: 1935 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7628 +label: "1934" +value: "1934" +data: 1934 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7629 +label: "1933" +value: "1933" +data: 1933 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7630 +label: "1932" +value: "1932" +data: 1932 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7631 +label: "1931" +value: "1931" +data: 1931 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7632 +label: "1930" +value: "1930" +data: 1930 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7633 +label: "1929" +value: "1929" +data: 1929 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7634 +label: "1928" +value: "1928" +data: 1928 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +label: "1927" +value: "1927" +data: 1927 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +label: "1926" +value: "1926" +data: 1926 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +label: "1925" +value: "1925" +data: 1925 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7638 +label: "1924" +value: "1924" +data: 1924 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7639 +label: "1923" +value: "1923" +data: 1923 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7640 +label: "1922" +value: "1922" +data: 1922 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7641 +label: "1921" +value: "1921" +data: 1921 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7642 +label: "1920" +value: "1920" +data: 1920 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7643 +label: "1919" +value: "1919" +data: 1919 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7644 +label: "1918" +value: "1918" +data: 1918 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7645 +label: "1917" +value: "1917" +data: 1917 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7646 +label: "1916" +value: "1916" +data: 1916 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7535 -form: Symfony\Component\Form\Form {#7133 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7534 …5} |
| full_name | "entry[birth][year]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth_year" |
| is_selected | Closure($choice, $value) {#7648 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "year" |
| placeholder | "----" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth_year" |
| valid | true |
| value | "" |
month
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 ] |
[ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 ] |
| empty_data | "" |
same as passed value |
| error_bubbling | true |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| placeholder | "--" |
same as passed value |
| required | false |
false
|
| translation_domain | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 ] |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | true |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "--" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#7108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7107 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_entry_birth_month" ] |
| cache_key | "_entry_birth_month_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7651 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7652 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7654 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7655 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7656 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7657 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7658 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7659 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7660 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7661 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7662 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7649 -form: Symfony\Component\Form\Form {#7136 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7650 …5} |
| full_name | "entry[birth][month]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth_month" |
| is_selected | Closure($choice, $value) {#7664 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "month" |
| placeholder | "--" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth_month" |
| valid | true |
| value | "" |
day
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 ] |
[ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 ] |
| empty_data | "" |
same as passed value |
| error_bubbling | true |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| placeholder | "--" |
same as passed value |
| required | false |
false
|
| translation_domain | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 ] |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | true |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "--" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#7120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7119 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_entry_birth_day" ] |
| cache_key | "_entry_birth_day_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7667 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7668 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7669 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7670 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7671 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7672 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7673 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7674 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7675 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7676 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7677 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7678 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7679 +label: "13" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7680 +label: "14" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7681 +label: "15" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7682 +label: "16" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7683 +label: "17" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7684 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7685 +label: "19" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7686 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7687 +label: "21" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7688 +label: "22" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7689 +label: "23" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7690 +label: "24" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7691 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7692 +label: "26" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7693 +label: "27" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7694 +label: "28" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7695 +label: "29" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7696 +label: "30" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7697 +label: "31" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7665 -form: Symfony\Component\Form\Form {#7139 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7666 …5} |
| full_name | "entry[birth][day]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth_day" |
| is_selected | Closure($choice, $value) {#7699 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "day" |
| placeholder | "--" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth_day" |
| valid | true |
| value | "" |
sex
"Eccube\Form\Type\Master\SexType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#6769 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6800 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6782 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6796 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6781 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6791 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6267 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Sex" |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6791 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6267 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#6774 -_em: Doctrine\ORM\EntityManager {#512 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6772 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6771 #from: "Eccube\Entity\Master\Sex" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6770 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Sex m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#6773 …} -_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() {#6776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6779 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "sex" "_entry_sex" ] |
| cache_key | "_entry_sex_sex" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6794 +label: "男性" +value: "1" +data: Eccube\Entity\Master\Sex {#6814 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6805 +label: "女性" +value: "2" +data: Eccube\Entity\Master\Sex {#6815 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6802 +label: "その他" +value: "3" +data: Eccube\Entity\Master\Sex {#6816 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6792 +label: "回答しない" +value: "4" +data: Eccube\Entity\Master\Sex {#6817 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7533 -form: Symfony\Component\Form\Form {#7194 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#7532 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex" |
| is_selected | Closure($choice, $value) {#7701 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sex" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_sex" |
| valid | true |
| value | "" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "男性" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#7147 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7148 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#7151 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "男性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7155 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7152 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7704 -form: Symfony\Component\Form\Form {#7197 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7703 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_1" |
| label | "男性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "女性" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#7147 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7148 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#7151 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "女性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7166 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7705 -form: Symfony\Component\Form\Form {#7200 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7706 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_2" |
| label | "女性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "2" |
3
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "その他" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#7147 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7148 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#7151 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "その他" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7176 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7175 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7707 -form: Symfony\Component\Form\Form {#7203 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7708 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_3" |
| label | "その他" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "3" |
4
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "回答しない" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#7147 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7148 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#7151 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "回答しない" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7185 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7709 -form: Symfony\Component\Form\Form {#7206 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7710 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_4" |
| label | "回答しない" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "4" |
job
"Eccube\Form\Type\Master\JobType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#6769 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6846 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6829 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6828 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6830 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6834 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6181 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Job" |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …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 {#6834 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6181 …} -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" |
| 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 {#6823 -_em: Doctrine\ORM\EntityManager {#512 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6825 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6826 #from: "Eccube\Entity\Master\Job" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6827 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Job m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#6824 …} -_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() {#6821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6820 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "job" "_entry_job" ] |
| cache_key | "_entry_job_job" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7712 +label: "公務員" +value: "1" +data: Eccube\Entity\Master\Job {#7728 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7713 +label: "コンサルタント" +value: "2" +data: Eccube\Entity\Master\Job {#7729 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7715 +label: "コンピューター関連技術職" +value: "3" +data: Eccube\Entity\Master\Job {#7730 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7718 +label: "コンピューター関連以外の技術職" +value: "4" +data: Eccube\Entity\Master\Job {#7731 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7717 +label: "金融関係" +value: "5" +data: Eccube\Entity\Master\Job {#7732 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7711 +label: "医師" +value: "6" +data: Eccube\Entity\Master\Job {#7733 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7724 +label: "弁護士" +value: "7" +data: Eccube\Entity\Master\Job {#7734 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7722 +label: "総務・人事・事務" +value: "8" +data: Eccube\Entity\Master\Job {#7735 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7721 +label: "営業・販売" +value: "9" +data: Eccube\Entity\Master\Job {#7736 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7714 +label: "研究・開発" +value: "10" +data: Eccube\Entity\Master\Job {#7737 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7725 +label: "広報・宣伝" +value: "11" +data: Eccube\Entity\Master\Job {#7738 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7746 +label: "企画・マーケティング" +value: "12" +data: Eccube\Entity\Master\Job {#7739 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7747 +label: "デザイン関係" +value: "13" +data: Eccube\Entity\Master\Job {#7740 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7748 +label: "会社経営・役員" +value: "14" +data: Eccube\Entity\Master\Job {#7741 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7749 +label: "出版・マスコミ関係" +value: "15" +data: Eccube\Entity\Master\Job {#7742 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7750 +label: "学生・フリーター" +value: "16" +data: Eccube\Entity\Master\Job {#7743 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7751 +label: "主婦" +value: "17" +data: Eccube\Entity\Master\Job {#7744 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7752 +label: "その他" +value: "18" +data: Eccube\Entity\Master\Job {#7745 …} +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 {#7702 -form: Symfony\Component\Form\Form {#7209 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7700 …5} |
| full_name | "entry[job]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_job" |
| is_selected | Closure($choice, $value) {#7754 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "job" |
| placeholder | "common.select" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_job" |
| valid | true |
| value | "" |
bank
"Customize\Form\Type\BankInfoType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: 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 |
| bank_name_name | "bank_name" |
| bank_name_options | [ "constraints" => [] "attr" => [ "class" => "p-bank-name" "placeholder" => "common.bank_name" ] ] |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6849 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6850 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| bank_name_name | "bank_name" |
| block_prefixes | [ "form" "bank" "_entry_bank" ] |
| cache_key | "_entry_bank_bank" |
| compound | true |
| data | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7755 -form: Symfony\Component\Form\Form {#7245 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7756 …5} |
| full_name | "entry[bank]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_bank" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bank" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_bank" |
| valid | true |
| value | Eccube\Entity\Customer {#6456 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#6477 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#6476 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#6463 …} -Status: Eccube\Entity\Master\CustomerStatus {#6474 …} -Sex: null -Job: null -Country: null -Pref: null -share_point: "0" -BankName: null -BankBranchCode: null -BankAccount: null -BankHolder: null } |
bank_name
"Customize\Form\Type\Master\BankType"
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-bank-name" "placeholder" => "common.bank_name" ] |
[ "class" => "p-bank-name" "placeholder" => "common.bank_name" ] |
| constraints | [] |
[] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-bank-name" "placeholder" => "common.bank_name" ] |
| 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 {#6769 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#7251 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#7234 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7235 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7233 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7229 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7219 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Customize\Entity\Master\Bank" |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …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 {#7229 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7219 …} -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__bank" |
| 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 {#7240 -_em: Doctrine\ORM\EntityManager {#512 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#7238 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#7237 #from: "Customize\Entity\Master\Bank" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#7236 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Customize\Entity\Master\Bank m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#7241 …} -_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() {#7218 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7217 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-bank-name" "placeholder" => "common.bank_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "bank" "_entry_bank_bank_name" ] |
| cache_key | "_entry_bank_bank_name_bank" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7761 +label: "ゆうちょ銀行" +value: "1214" +data: Customize\Entity\Master\Bank {#7778 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7763 +label: "みずほ銀行" +value: "2" +data: Customize\Entity\Master\Bank {#7779 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: "三菱UFJ銀行" +value: "3" +data: Customize\Entity\Master\Bank {#7780 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7768 +label: "三井住友銀行" +value: "4" +data: Customize\Entity\Master\Bank {#7781 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7767 +label: "りそな銀行" +value: "5" +data: Customize\Entity\Master\Bank {#7782 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7762 +label: "埼玉りそな銀行" +value: "6" +data: Customize\Entity\Master\Bank {#7783 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7774 +label: "PayPay銀行" +value: "7" +data: Customize\Entity\Master\Bank {#7784 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7772 +label: "セブン銀行" +value: "8" +data: Customize\Entity\Master\Bank {#7785 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7771 +label: "ソニー銀行" +value: "9" +data: Customize\Entity\Master\Bank {#7786 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: "楽天銀行" +value: "10" +data: Customize\Entity\Master\Bank {#7787 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7775 +label: "住信SBIネット銀行" +value: "11" +data: Customize\Entity\Master\Bank {#7788 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8991 +label: "auじぶん銀行" +value: "12" +data: Customize\Entity\Master\Bank {#7789 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8992 +label: "イオン銀行" +value: "13" +data: Customize\Entity\Master\Bank {#7790 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8993 +label: "大和ネクスト銀行" +value: "14" +data: Customize\Entity\Master\Bank {#7791 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8994 +label: "ローソン銀行" +value: "15" +data: Customize\Entity\Master\Bank {#7792 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8995 +label: "みんなの銀行" +value: "16" +data: Customize\Entity\Master\Bank {#7793 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8996 +label: "北海道銀行" +value: "17" +data: Customize\Entity\Master\Bank {#7794 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8997 +label: "青森銀行" +value: "18" +data: Customize\Entity\Master\Bank {#7795 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8998 +label: "みちのく銀行" +value: "19" +data: Customize\Entity\Master\Bank {#7796 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8999 +label: "秋田銀行" +value: "20" +data: Customize\Entity\Master\Bank {#7797 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9000 +label: "北都銀行" +value: "21" +data: Customize\Entity\Master\Bank {#7798 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9001 +label: "荘内銀行" +value: "22" +data: Customize\Entity\Master\Bank {#7799 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9002 +label: "山形銀行" +value: "23" +data: Customize\Entity\Master\Bank {#7800 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9003 +label: "岩手銀行" +value: "24" +data: Customize\Entity\Master\Bank {#7801 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9004 +label: "東北銀行" +value: "25" +data: Customize\Entity\Master\Bank {#7802 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9005 +label: "七十七銀行" +value: "26" +data: Customize\Entity\Master\Bank {#7803 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9006 +label: "東邦銀行" +value: "27" +data: Customize\Entity\Master\Bank {#7804 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9007 +label: "群馬銀行" +value: "28" +data: Customize\Entity\Master\Bank {#7805 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9008 +label: "足利銀行" +value: "29" +data: Customize\Entity\Master\Bank {#7806 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9009 +label: "常陽銀行" +value: "30" +data: Customize\Entity\Master\Bank {#7807 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9010 +label: "筑波銀行" +value: "31" +data: Customize\Entity\Master\Bank {#7808 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9011 +label: "武蔵野銀行" +value: "32" +data: Customize\Entity\Master\Bank {#7809 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9012 +label: "千葉銀行" +value: "33" +data: Customize\Entity\Master\Bank {#7810 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9013 +label: "千葉興業銀行" +value: "34" +data: Customize\Entity\Master\Bank {#7811 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9014 +label: "きらぼし銀行" +value: "35" +data: Customize\Entity\Master\Bank {#7812 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9015 +label: "横浜銀行" +value: "36" +data: Customize\Entity\Master\Bank {#7813 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9016 +label: "第四北越銀行" +value: "37" +data: Customize\Entity\Master\Bank {#7814 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9017 +label: "山梨中央銀行" +value: "38" +data: Customize\Entity\Master\Bank {#7815 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9018 +label: "八十二銀行" +value: "39" +data: Customize\Entity\Master\Bank {#7816 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9019 +label: "北陸銀行" +value: "40" +data: Customize\Entity\Master\Bank {#7817 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9020 +label: "富山銀行" +value: "41" +data: Customize\Entity\Master\Bank {#7818 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9021 +label: "北國銀行" +value: "42" +data: Customize\Entity\Master\Bank {#7819 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9022 +label: "福井銀行" +value: "43" +data: Customize\Entity\Master\Bank {#7820 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9023 +label: "静岡銀行" +value: "44" +data: Customize\Entity\Master\Bank {#7821 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9024 +label: "スルガ銀行" +value: "45" +data: Customize\Entity\Master\Bank {#7822 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9025 +label: "清水銀行" +value: "46" +data: Customize\Entity\Master\Bank {#7823 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9026 +label: "大垣共立銀行" +value: "47" +data: Customize\Entity\Master\Bank {#7824 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9027 +label: "十六銀行" +value: "48" +data: Customize\Entity\Master\Bank {#7825 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9028 +label: "三十三銀行" +value: "49" +data: Customize\Entity\Master\Bank {#7826 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9029 +label: "百五銀行" +value: "50" +data: Customize\Entity\Master\Bank {#7827 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9030 +label: "滋賀銀行" +value: "51" +data: Customize\Entity\Master\Bank {#7828 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9031 +label: "京都銀行" +value: "52" +data: Customize\Entity\Master\Bank {#7829 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9032 +label: "関西みらい銀行" +value: "53" +data: Customize\Entity\Master\Bank {#7830 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9033 +label: "池田泉州銀行" +value: "54" +data: Customize\Entity\Master\Bank {#7831 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9034 +label: "南都銀行" +value: "55" +data: Customize\Entity\Master\Bank {#7832 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9035 +label: "紀陽銀行" +value: "56" +data: Customize\Entity\Master\Bank {#7833 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9036 +label: "但馬銀行" +value: "57" +data: Customize\Entity\Master\Bank {#7834 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9037 +label: "鳥取銀行" +value: "58" +data: Customize\Entity\Master\Bank {#7835 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9038 +label: "山陰合同銀行" +value: "59" +data: Customize\Entity\Master\Bank {#7836 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9039 +label: "中国銀行" +value: "60" +data: Customize\Entity\Master\Bank {#7837 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9040 +label: "広島銀行" +value: "61" +data: Customize\Entity\Master\Bank {#7838 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9041 +label: "山口銀行" +value: "62" +data: Customize\Entity\Master\Bank {#7839 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9042 +label: "阿波銀行" +value: "63" +data: Customize\Entity\Master\Bank {#7840 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9043 +label: "百十四銀行" +value: "64" +data: Customize\Entity\Master\Bank {#7841 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9044 +label: "伊予銀行" +value: "65" +data: Customize\Entity\Master\Bank {#7842 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9045 +label: "四国銀行" +value: "66" +data: Customize\Entity\Master\Bank {#7843 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9046 +label: "福岡銀行" +value: "67" +data: Customize\Entity\Master\Bank {#7844 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9047 +label: "筑邦銀行" +value: "68" +data: Customize\Entity\Master\Bank {#7845 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9048 +label: "佐賀銀行" +value: "69" +data: Customize\Entity\Master\Bank {#7846 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9049 +label: "十八親和銀行" +value: "70" +data: Customize\Entity\Master\Bank {#7847 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9050 +label: "肥後銀行" +value: "71" +data: Customize\Entity\Master\Bank {#7848 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9051 +label: "大分銀行" +value: "72" +data: Customize\Entity\Master\Bank {#7849 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9052 +label: "宮崎銀行" +value: "73" +data: Customize\Entity\Master\Bank {#7850 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9053 +label: "鹿児島銀行" +value: "74" +data: Customize\Entity\Master\Bank {#7851 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9054 +label: "琉球銀行" +value: "75" +data: Customize\Entity\Master\Bank {#7852 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9055 +label: "沖縄銀行" +value: "76" +data: Customize\Entity\Master\Bank {#7853 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9056 +label: "西日本シティ銀行" +value: "77" +data: Customize\Entity\Master\Bank {#7854 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9057 +label: "北九州銀行" +value: "78" +data: Customize\Entity\Master\Bank {#7855 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9058 +label: "三菱UFJ信託銀行" +value: "79" +data: Customize\Entity\Master\Bank {#7856 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9059 +label: "みずほ信託銀行" +value: "80" +data: Customize\Entity\Master\Bank {#7857 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9060 +label: "三井住友信託銀行" +value: "81" +data: Customize\Entity\Master\Bank {#7858 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9061 +label: "ニューヨークメロン信託銀行" +value: "82" +data: Customize\Entity\Master\Bank {#7859 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9062 +label: "日本マスタートラスト信託銀行" +value: "83" +data: Customize\Entity\Master\Bank {#7860 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9063 +label: "ステート・ストリート信託銀行" +value: "84" +data: Customize\Entity\Master\Bank {#7861 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9064 +label: "SMBC信託銀行" +value: "85" +data: Customize\Entity\Master\Bank {#7862 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9065 +label: "野村信託銀行" +value: "86" +data: Customize\Entity\Master\Bank {#7863 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9066 +label: "オリックス銀行" +value: "87" +data: Customize\Entity\Master\Bank {#7864 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9067 +label: "GMOあおぞらネット銀行" +value: "88" +data: Customize\Entity\Master\Bank {#7865 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9068 +label: "農中信託銀行" +value: "89" +data: Customize\Entity\Master\Bank {#7866 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9069 +label: "新生信託銀行" +value: "90" +data: Customize\Entity\Master\Bank {#7867 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9070 +label: "日証金信託銀行" +value: "91" +data: Customize\Entity\Master\Bank {#7868 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9071 +label: "日本カストディ銀行" +value: "92" +data: Customize\Entity\Master\Bank {#7869 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9072 +label: "新生銀行" +value: "93" +data: Customize\Entity\Master\Bank {#7870 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9073 +label: "あおぞら銀行" +value: "94" +data: Customize\Entity\Master\Bank {#7871 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9074 +label: "シティバンク、エヌ・エイ銀行" +value: "95" +data: Customize\Entity\Master\Bank {#7872 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9075 +label: "ジェー・ピー・モルガン・チェース・バンク・ナショナル・アソシ" +value: "96" +data: Customize\Entity\Master\Bank {#7873 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9076 +label: "バンク・オブ・アメリカ・エヌ・エイ銀行" +value: "97" +data: Customize\Entity\Master\Bank {#7874 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9077 +label: "香港上海銀行" +value: "98" +data: Customize\Entity\Master\Bank {#7875 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9078 +label: "スタンダードチャータード銀行" +value: "99" +data: Customize\Entity\Master\Bank {#7876 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9079 +label: "バークレイズ銀行" +value: "100" +data: Customize\Entity\Master\Bank {#7877 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9080 +label: "クレディ・アグリコル銀行" +value: "101" +data: Customize\Entity\Master\Bank {#7878 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9081 +label: "ハナ銀行" +value: "102" +data: Customize\Entity\Master\Bank {#7879 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9082 +label: "印度銀行" +value: "103" +data: Customize\Entity\Master\Bank {#7880 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9083 +label: "兆豐國際商業銀行" +value: "104" +data: Customize\Entity\Master\Bank {#7881 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9084 +label: "バンコック銀行" +value: "105" +data: Customize\Entity\Master\Bank {#7882 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9085 +label: "バンクネガラインドネシア銀行" +value: "106" +data: Customize\Entity\Master\Bank {#7883 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9086 +label: "ドイツ銀行" +value: "107" +data: Customize\Entity\Master\Bank {#7884 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9087 +label: "ブラジル銀行" +value: "108" +data: Customize\Entity\Master\Bank {#7885 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9088 +label: "ユナイテッド・オーバーシーズ銀行" +value: "109" +data: Customize\Entity\Master\Bank {#7886 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9089 +label: "ユービーエス・エイ・ジー銀行" +value: "110" +data: Customize\Entity\Master\Bank {#7887 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9090 +label: "ニューヨークメロン銀行" +value: "111" +data: Customize\Entity\Master\Bank {#7888 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9091 +label: "ビー・エヌ・ピー・パリバ銀行" +value: "112" +data: Customize\Entity\Master\Bank {#7889 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9092 +label: "オーバーシー・チャイニーズ銀行" +value: "113" +data: Customize\Entity\Master\Bank {#7890 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9093 +label: "ソシエテ ジェネラル銀行" +value: "114" +data: Customize\Entity\Master\Bank {#7891 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9094 +label: "ユバフーアラブ・フランス連合銀行" +value: "115" +data: Customize\Entity\Master\Bank {#7892 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9095 +label: "DBS銀行" +value: "116" +data: Customize\Entity\Master\Bank {#7893 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9096 +label: "パキスタン・ナショナル銀行" +value: "117" +data: Customize\Entity\Master\Bank {#7894 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9097 +label: "クレディ・スイス銀行" +value: "118" +data: Customize\Entity\Master\Bank {#7895 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9098 +label: "コメルツ銀行" +value: "119" +data: Customize\Entity\Master\Bank {#7896 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9099 +label: "ウニクレディト銀行" +value: "120" +data: Customize\Entity\Master\Bank {#7897 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9100 +label: "インドステイト銀行" +value: "121" +data: Customize\Entity\Master\Bank {#7898 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9101 +label: "カナダロイヤル銀行" +value: "122" +data: Customize\Entity\Master\Bank {#7899 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9102 +label: "SBJ銀行" +value: "123" +data: Customize\Entity\Master\Bank {#7900 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9103 +label: "ウリィ銀行" +value: "124" +data: Customize\Entity\Master\Bank {#7901 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9104 +label: "アイエヌジー バンク エヌ・ヴイ銀行" +value: "125" +data: Customize\Entity\Master\Bank {#7902 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9105 +label: "ナショナル・オーストラリア・バンク・リミテッド銀行" +value: "126" +data: Customize\Entity\Master\Bank {#7903 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9106 +label: "オーストラリア・ニュージーランド銀行" +value: "127" +data: Customize\Entity\Master\Bank {#7904 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9107 +label: "オーストラリア・コモンウェルス銀行" +value: "128" +data: Customize\Entity\Master\Bank {#7905 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9108 +label: "中國(BANK OF CHINA)銀行" +value: "129" +data: Customize\Entity\Master\Bank {#7906 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9109 +label: "ステート・ストリート銀行" +value: "130" +data: Customize\Entity\Master\Bank {#7907 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9110 +label: "中小企業銀行" +value: "131" +data: Customize\Entity\Master\Bank {#7908 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9111 +label: "北洋銀行" +value: "132" +data: Customize\Entity\Master\Bank {#7909 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9112 +label: "きらやか銀行" +value: "133" +data: Customize\Entity\Master\Bank {#7910 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9113 +label: "北日本銀行" +value: "134" +data: Customize\Entity\Master\Bank {#7911 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9114 +label: "仙台銀行" +value: "135" +data: Customize\Entity\Master\Bank {#7912 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9115 +label: "福島銀行" +value: "136" +data: Customize\Entity\Master\Bank {#7913 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9116 +label: "大東銀行" +value: "137" +data: Customize\Entity\Master\Bank {#7914 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9117 +label: "東和銀行" +value: "138" +data: Customize\Entity\Master\Bank {#7915 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9118 +label: "栃木銀行" +value: "139" +data: Customize\Entity\Master\Bank {#7916 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9119 +label: "京葉銀行" +value: "140" +data: Customize\Entity\Master\Bank {#7917 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9120 +label: "東日本銀行" +value: "141" +data: Customize\Entity\Master\Bank {#7918 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9121 +label: "東京スター銀行" +value: "142" +data: Customize\Entity\Master\Bank {#7919 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9122 +label: "神奈川銀行" +value: "143" +data: Customize\Entity\Master\Bank {#7920 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9123 +label: "大光銀行" +value: "144" +data: Customize\Entity\Master\Bank {#7921 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9124 +label: "長野銀行" +value: "145" +data: Customize\Entity\Master\Bank {#7922 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9125 +label: "富山第一銀行" +value: "146" +data: Customize\Entity\Master\Bank {#7923 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9126 +label: "福邦銀行" +value: "147" +data: Customize\Entity\Master\Bank {#7924 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9127 +label: "静岡中央銀行" +value: "148" +data: Customize\Entity\Master\Bank {#7925 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9128 +label: "愛知銀行" +value: "149" +data: Customize\Entity\Master\Bank {#7926 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9129 +label: "名古屋銀行" +value: "150" +data: Customize\Entity\Master\Bank {#7927 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9130 +label: "中京銀行" +value: "151" +data: Customize\Entity\Master\Bank {#7928 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9131 +label: "みなと銀行" +value: "152" +data: Customize\Entity\Master\Bank {#7929 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9132 +label: "島根銀行" +value: "153" +data: Customize\Entity\Master\Bank {#7930 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9133 +label: "トマト銀行" +value: "154" +data: Customize\Entity\Master\Bank {#7931 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9134 +label: "もみじ銀行" +value: "155" +data: Customize\Entity\Master\Bank {#7932 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9135 +label: "西京銀行" +value: "156" +data: Customize\Entity\Master\Bank {#7933 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9136 +label: "徳島大正銀行" +value: "157" +data: Customize\Entity\Master\Bank {#7934 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9137 +label: "香川銀行" +value: "158" +data: Customize\Entity\Master\Bank {#7935 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9138 +label: "愛媛銀行" +value: "159" +data: Customize\Entity\Master\Bank {#7936 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9139 +label: "高知銀行" +value: "160" +data: Customize\Entity\Master\Bank {#7937 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9140 +label: "福岡中央銀行" +value: "161" +data: Customize\Entity\Master\Bank {#7938 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9141 +label: "佐賀共栄銀行" +value: "162" +data: Customize\Entity\Master\Bank {#7939 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9142 +label: "長崎銀行" +value: "163" +data: Customize\Entity\Master\Bank {#7940 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9143 +label: "熊本銀行" +value: "164" +data: Customize\Entity\Master\Bank {#7941 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9144 +label: "豊和銀行" +value: "165" +data: Customize\Entity\Master\Bank {#7942 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9145 +label: "宮崎太陽銀行" +value: "166" +data: Customize\Entity\Master\Bank {#7943 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9146 +label: "南日本銀行" +value: "167" +data: Customize\Entity\Master\Bank {#7944 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9147 +label: "沖縄海邦銀行" +value: "168" +data: Customize\Entity\Master\Bank {#7945 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9148 +label: "韓国産業銀行" +value: "169" +data: Customize\Entity\Master\Bank {#7946 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9149 +label: "彰化商業銀行" +value: "170" +data: Customize\Entity\Master\Bank {#7947 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9150 +label: "ウェルズ・ファーゴ銀行" +value: "171" +data: Customize\Entity\Master\Bank {#7948 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9151 +label: "第一商業銀行" +value: "172" +data: Customize\Entity\Master\Bank {#7949 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9152 +label: "台湾銀行" +value: "173" +data: Customize\Entity\Master\Bank {#7950 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9153 +label: "交通銀行" +value: "174" +data: Customize\Entity\Master\Bank {#7951 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9154 +label: "メトロポリタン銀行" +value: "175" +data: Customize\Entity\Master\Bank {#7952 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9155 +label: "フィリピン・ナショナル・バンク銀行" +value: "176" +data: Customize\Entity\Master\Bank {#7953 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9156 +label: "中国工商銀行" +value: "177" +data: Customize\Entity\Master\Bank {#7954 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9157 +label: "中國信託商業銀行" +value: "178" +data: Customize\Entity\Master\Bank {#7955 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9158 +label: "インテーザ・サンパオロ銀行" +value: "179" +data: Customize\Entity\Master\Bank {#7956 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9159 +label: "國民(Kookmin Bank)銀行" +value: "180" +data: Customize\Entity\Master\Bank {#7957 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9160 +label: "中国建設銀行" +value: "181" +data: Customize\Entity\Master\Bank {#7958 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9161 +label: "ビルバオ・ビスカヤ・アルヘンタリア銀行" +value: "182" +data: Customize\Entity\Master\Bank {#7959 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9162 +label: "中国農業銀行" +value: "183" +data: Customize\Entity\Master\Bank {#7960 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9163 +label: "台新國際商業銀行" +value: "184" +data: Customize\Entity\Master\Bank {#7961 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9164 +label: "玉山銀行" +value: "185" +data: Customize\Entity\Master\Bank {#7962 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9165 +label: "台湾中小企業銀行" +value: "186" +data: Customize\Entity\Master\Bank {#7963 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9166 +label: "信金中央金庫" +value: "187" +data: Customize\Entity\Master\Bank {#7964 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9167 +label: "北海道信用金庫" +value: "188" +data: Customize\Entity\Master\Bank {#7965 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9168 +label: "室蘭信用金庫" +value: "189" +data: Customize\Entity\Master\Bank {#7966 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9169 +label: "空知信用金庫" +value: "190" +data: Customize\Entity\Master\Bank {#7967 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9170 +label: "苫小牧信用金庫" +value: "191" +data: Customize\Entity\Master\Bank {#7968 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9171 +label: "北門信用金庫" +value: "192" +data: Customize\Entity\Master\Bank {#7969 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9172 +label: "伊達信用金庫" +value: "193" +data: Customize\Entity\Master\Bank {#7970 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9173 +label: "北空知信用金庫" +value: "194" +data: Customize\Entity\Master\Bank {#7971 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9174 +label: "日高信用金庫" +value: "195" +data: Customize\Entity\Master\Bank {#7972 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9175 +label: "渡島信用金庫" +value: "196" +data: Customize\Entity\Master\Bank {#7973 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9176 +label: "道南うみ街信用金庫" +value: "197" +data: Customize\Entity\Master\Bank {#7974 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9177 +label: "旭川信用金庫" +value: "198" +data: Customize\Entity\Master\Bank {#7975 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9178 +label: "稚内信用金庫" +value: "199" +data: Customize\Entity\Master\Bank {#7976 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9179 +label: "留萌信用金庫" +value: "200" +data: Customize\Entity\Master\Bank {#7977 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9180 +label: "北星信用金庫" +value: "201" +data: Customize\Entity\Master\Bank {#7978 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9181 +label: "帯広信用金庫" +value: "202" +data: Customize\Entity\Master\Bank {#7979 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9182 +label: "釧路信用金庫" +value: "203" +data: Customize\Entity\Master\Bank {#7980 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9183 +label: "大地みらい信用金庫" +value: "204" +data: Customize\Entity\Master\Bank {#7981 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9184 +label: "北見信用金庫" +value: "205" +data: Customize\Entity\Master\Bank {#7982 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9185 +label: "網走信用金庫" +value: "206" +data: Customize\Entity\Master\Bank {#7983 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9186 +label: "遠軽信用金庫" +value: "207" +data: Customize\Entity\Master\Bank {#7984 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9187 +label: "東奥信用金庫" +value: "208" +data: Customize\Entity\Master\Bank {#7985 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9188 +label: "青い森信用金庫" +value: "209" +data: Customize\Entity\Master\Bank {#7986 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9189 +label: "秋田信用金庫" +value: "210" +data: Customize\Entity\Master\Bank {#7987 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9190 +label: "羽後信用金庫" +value: "211" +data: Customize\Entity\Master\Bank {#7988 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9191 +label: "山形信用金庫" +value: "212" +data: Customize\Entity\Master\Bank {#7989 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9192 +label: "米沢信用金庫" +value: "213" +data: Customize\Entity\Master\Bank {#7990 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9193 +label: "鶴岡信用金庫" +value: "214" +data: Customize\Entity\Master\Bank {#7991 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9194 +label: "新庄信用金庫" +value: "215" +data: Customize\Entity\Master\Bank {#7992 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9195 +label: "盛岡信用金庫" +value: "216" +data: Customize\Entity\Master\Bank {#7993 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9196 +label: "宮古信用金庫" +value: "217" +data: Customize\Entity\Master\Bank {#7994 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9197 +label: "一関信用金庫" +value: "218" +data: Customize\Entity\Master\Bank {#7995 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9198 +label: "北上信用金庫" +value: "219" +data: Customize\Entity\Master\Bank {#7996 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9199 +label: "花巻信用金庫" +value: "220" +data: Customize\Entity\Master\Bank {#7997 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9200 +label: "水沢信用金庫" +value: "221" +data: Customize\Entity\Master\Bank {#7998 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9201 +label: "杜の都信用金庫" +value: "222" +data: Customize\Entity\Master\Bank {#7999 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9202 +label: "宮城第一信用金庫" +value: "223" +data: Customize\Entity\Master\Bank {#8000 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9203 +label: "石巻信用金庫" +value: "224" +data: Customize\Entity\Master\Bank {#8001 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9204 +label: "仙南信用金庫" +value: "225" +data: Customize\Entity\Master\Bank {#8002 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9205 +label: "気仙沼信用金庫" +value: "226" +data: Customize\Entity\Master\Bank {#8003 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9206 +label: "会津信用金庫" +value: "227" +data: Customize\Entity\Master\Bank {#8004 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9207 +label: "郡山信用金庫" +value: "228" +data: Customize\Entity\Master\Bank {#8005 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9208 +label: "白河信用金庫" +value: "229" +data: Customize\Entity\Master\Bank {#8006 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9209 +label: "須賀川信用金庫" +value: "230" +data: Customize\Entity\Master\Bank {#8007 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9210 +label: "ひまわり信用金庫" +value: "231" +data: Customize\Entity\Master\Bank {#8008 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9211 +label: "あぶくま信用金庫" +value: "232" +data: Customize\Entity\Master\Bank {#8009 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9212 +label: "二本松信用金庫" +value: "233" +data: Customize\Entity\Master\Bank {#8010 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9213 +label: "福島信用金庫" +value: "234" +data: Customize\Entity\Master\Bank {#8011 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9214 +label: "高崎信用金庫" +value: "235" +data: Customize\Entity\Master\Bank {#8012 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9215 +label: "桐生信用金庫" +value: "236" +data: Customize\Entity\Master\Bank {#8013 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9216 +label: "アイオー信用金庫" +value: "237" +data: Customize\Entity\Master\Bank {#8014 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9217 +label: "利根郡信用金庫" +value: "238" +data: Customize\Entity\Master\Bank {#8015 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9218 +label: "館林信用金庫" +value: "239" +data: Customize\Entity\Master\Bank {#8016 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9219 +label: "北群馬信用金庫" +value: "240" +data: Customize\Entity\Master\Bank {#8017 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9220 +label: "しののめ信用金庫" +value: "241" +data: Customize\Entity\Master\Bank {#8018 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9221 +label: "足利小山信用金庫" +value: "242" +data: Customize\Entity\Master\Bank {#8019 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9222 +label: "栃木信用金庫" +value: "243" +data: Customize\Entity\Master\Bank {#8020 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9223 +label: "鹿沼相互信用金庫" +value: "244" +data: Customize\Entity\Master\Bank {#8021 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9224 +label: "佐野信用金庫" +value: "245" +data: Customize\Entity\Master\Bank {#8022 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9225 +label: "大田原信用金庫" +value: "246" +data: Customize\Entity\Master\Bank {#8023 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9226 +label: "烏山信用金庫" +value: "247" +data: Customize\Entity\Master\Bank {#8024 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9227 +label: "水戸信用金庫" +value: "248" +data: Customize\Entity\Master\Bank {#8025 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9228 +label: "結城信用金庫" +value: "249" +data: Customize\Entity\Master\Bank {#8026 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9229 +label: "埼玉縣信用金庫" +value: "250" +data: Customize\Entity\Master\Bank {#8027 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9230 +label: "川口信用金庫" +value: "251" +data: Customize\Entity\Master\Bank {#8028 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9231 +label: "青木信用金庫" +value: "252" +data: Customize\Entity\Master\Bank {#8029 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9232 +label: "飯能信用金庫" +value: "253" +data: Customize\Entity\Master\Bank {#8030 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9233 +label: "千葉信用金庫" +value: "254" +data: Customize\Entity\Master\Bank {#8031 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9234 +label: "銚子信用金庫" +value: "255" +data: Customize\Entity\Master\Bank {#8032 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9235 +label: "東京ベイ信用金庫" +value: "256" +data: Customize\Entity\Master\Bank {#8033 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9236 +label: "館山信用金庫" +value: "257" +data: Customize\Entity\Master\Bank {#8034 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9237 +label: "佐原信用金庫" +value: "258" +data: Customize\Entity\Master\Bank {#8035 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9238 +label: "横浜信用金庫" +value: "259" +data: Customize\Entity\Master\Bank {#8036 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9239 +label: "かながわ信用金庫" +value: "260" +data: Customize\Entity\Master\Bank {#8037 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9240 +label: "湘南信用金庫" +value: "261" +data: Customize\Entity\Master\Bank {#8038 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9241 +label: "川崎信用金庫" +value: "262" +data: Customize\Entity\Master\Bank {#8039 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9242 +label: "平塚信用金庫" +value: "263" +data: Customize\Entity\Master\Bank {#8040 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9243 +label: "さがみ信用金庫" +value: "264" +data: Customize\Entity\Master\Bank {#8041 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9244 +label: "中栄信用金庫" +value: "265" +data: Customize\Entity\Master\Bank {#8042 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9245 +label: "中南信用金庫" +value: "266" +data: Customize\Entity\Master\Bank {#8043 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9246 +label: "朝日信用金庫" +value: "267" +data: Customize\Entity\Master\Bank {#8044 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9247 +label: "興産信用金庫" +value: "268" +data: Customize\Entity\Master\Bank {#8045 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9248 +label: "さわやか信用金庫" +value: "269" +data: Customize\Entity\Master\Bank {#8046 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9249 +label: "東京シティ信用金庫" +value: "270" +data: Customize\Entity\Master\Bank {#8047 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9250 +label: "芝信用金庫" +value: "271" +data: Customize\Entity\Master\Bank {#8048 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9251 +label: "東京東信用金庫" +value: "272" +data: Customize\Entity\Master\Bank {#8049 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9252 +label: "東栄信用金庫" +value: "273" +data: Customize\Entity\Master\Bank {#8050 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9253 +label: "亀有信用金庫" +value: "274" +data: Customize\Entity\Master\Bank {#8051 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9254 +label: "小松川信用金庫" +value: "275" +data: Customize\Entity\Master\Bank {#8052 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9255 +label: "足立成和信用金庫" +value: "276" +data: Customize\Entity\Master\Bank {#8053 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9256 +label: "東京三協信用金庫" +value: "277" +data: Customize\Entity\Master\Bank {#8054 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9257 +label: "西京信用金庫" +value: "278" +data: Customize\Entity\Master\Bank {#8055 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9258 +label: "西武信用金庫" +value: "279" +data: Customize\Entity\Master\Bank {#8056 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9259 +label: "城南信用金庫" +value: "280" +data: Customize\Entity\Master\Bank {#8057 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9260 +label: "昭和信用金庫" +value: "281" +data: Customize\Entity\Master\Bank {#8058 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9261 +label: "目黒信用金庫" +value: "282" +data: Customize\Entity\Master\Bank {#8059 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9262 +label: "世田谷信用金庫" +value: "283" +data: Customize\Entity\Master\Bank {#8060 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9263 +label: "東京信用金庫" +value: "284" +data: Customize\Entity\Master\Bank {#8061 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9264 +label: "城北信用金庫" +value: "285" +data: Customize\Entity\Master\Bank {#8062 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9265 +label: "瀧野川信用金庫" +value: "286" +data: Customize\Entity\Master\Bank {#8063 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9266 +label: "巣鴨信用金庫" +value: "287" +data: Customize\Entity\Master\Bank {#8064 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9267 +label: "青梅信用金庫" +value: "288" +data: Customize\Entity\Master\Bank {#8065 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9268 +label: "多摩信用金庫" +value: "289" +data: Customize\Entity\Master\Bank {#8066 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9269 +label: "新潟信用金庫" +value: "290" +data: Customize\Entity\Master\Bank {#8067 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9270 +label: "長岡信用金庫" +value: "291" +data: Customize\Entity\Master\Bank {#8068 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9271 +label: "三条信用金庫" +value: "292" +data: Customize\Entity\Master\Bank {#8069 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9272 +label: "新発田信用金庫" +value: "293" +data: Customize\Entity\Master\Bank {#8070 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9273 +label: "柏崎信用金庫" +value: "294" +data: Customize\Entity\Master\Bank {#8071 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9274 +label: "上越信用金庫" +value: "295" +data: Customize\Entity\Master\Bank {#8072 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9275 +label: "新井信用金庫" +value: "296" +data: Customize\Entity\Master\Bank {#8073 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9276 +label: "村上信用金庫" +value: "297" +data: Customize\Entity\Master\Bank {#8074 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9277 +label: "加茂信用金庫" +value: "298" +data: Customize\Entity\Master\Bank {#8075 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9278 +label: "甲府信用金庫" +value: "299" +data: Customize\Entity\Master\Bank {#8076 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9279 +label: "山梨信用金庫" +value: "300" +data: Customize\Entity\Master\Bank {#8077 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9280 +label: "長野信用金庫" +value: "301" +data: Customize\Entity\Master\Bank {#8078 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9281 +label: "松本信用金庫" +value: "302" +data: Customize\Entity\Master\Bank {#8079 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9282 +label: "上田信用金庫" +value: "303" +data: Customize\Entity\Master\Bank {#8080 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9283 +label: "諏訪信用金庫" +value: "304" +data: Customize\Entity\Master\Bank {#8081 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9284 +label: "飯田信用金庫" +value: "305" +data: Customize\Entity\Master\Bank {#8082 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9285 +label: "アルプス中央信用金庫" +value: "306" +data: Customize\Entity\Master\Bank {#8083 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9286 +label: "富山信用金庫" +value: "307" +data: Customize\Entity\Master\Bank {#8084 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9287 +label: "高岡信用金庫" +value: "308" +data: Customize\Entity\Master\Bank {#8085 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9288 +label: "新湊信用金庫" +value: "309" +data: Customize\Entity\Master\Bank {#8086 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9289 +label: "にいかわ信用金庫" +value: "310" +data: Customize\Entity\Master\Bank {#8087 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9290 +label: "氷見伏木信用金庫" +value: "311" +data: Customize\Entity\Master\Bank {#8088 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9291 +label: "砺波信用金庫" +value: "312" +data: Customize\Entity\Master\Bank {#8089 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9292 +label: "石動信用金庫" +value: "313" +data: Customize\Entity\Master\Bank {#8090 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9293 +label: "金沢信用金庫" +value: "314" +data: Customize\Entity\Master\Bank {#8091 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9294 +label: "のと共栄信用金庫" +value: "315" +data: Customize\Entity\Master\Bank {#8092 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9295 +label: "はくさん信用金庫" +value: "316" +data: Customize\Entity\Master\Bank {#8093 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9296 +label: "興能信用金庫" +value: "317" +data: Customize\Entity\Master\Bank {#8094 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9297 +label: "福井信用金庫" +value: "318" +data: Customize\Entity\Master\Bank {#8095 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9298 +label: "敦賀信用金庫" +value: "319" +data: Customize\Entity\Master\Bank {#8096 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9299 +label: "小浜信用金庫" +value: "320" +data: Customize\Entity\Master\Bank {#8097 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9300 +label: "越前信用金庫" +value: "321" +data: Customize\Entity\Master\Bank {#8098 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9301 +label: "しずおか焼津信用金庫" +value: "322" +data: Customize\Entity\Master\Bank {#8099 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9302 +label: "静清信用金庫" +value: "323" +data: Customize\Entity\Master\Bank {#8100 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9303 +label: "浜松磐田信用金庫" +value: "324" +data: Customize\Entity\Master\Bank {#8101 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9304 +label: "沼津信用金庫" +value: "325" +data: Customize\Entity\Master\Bank {#8102 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9305 +label: "三島信用金庫" +value: "326" +data: Customize\Entity\Master\Bank {#8103 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9306 +label: "富士宮信用金庫" +value: "327" +data: Customize\Entity\Master\Bank {#8104 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9307 +label: "島田掛川信用金庫" +value: "328" +data: Customize\Entity\Master\Bank {#8105 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9308 +label: "富士信用金庫" +value: "329" +data: Customize\Entity\Master\Bank {#8106 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9309 +label: "遠州信用金庫" +value: "330" +data: Customize\Entity\Master\Bank {#8107 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9310 +label: "岐阜信用金庫" +value: "331" +data: Customize\Entity\Master\Bank {#8108 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9311 +label: "大垣西濃信用金庫" +value: "332" +data: Customize\Entity\Master\Bank {#8109 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9312 +label: "高山信用金庫" +value: "333" +data: Customize\Entity\Master\Bank {#8110 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9313 +label: "東濃信用金庫" +value: "334" +data: Customize\Entity\Master\Bank {#8111 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9314 +label: "関信用金庫" +value: "335" +data: Customize\Entity\Master\Bank {#8112 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9315 +label: "八幡信用金庫" +value: "336" +data: Customize\Entity\Master\Bank {#8113 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9316 +label: "愛知信用金庫" +value: "337" +data: Customize\Entity\Master\Bank {#8114 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9317 +label: "豊橋信用金庫" +value: "338" +data: Customize\Entity\Master\Bank {#8115 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9318 +label: "岡崎信用金庫" +value: "339" +data: Customize\Entity\Master\Bank {#8116 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9319 +label: "いちい信用金庫" +value: "340" +data: Customize\Entity\Master\Bank {#8117 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9320 +label: "瀬戸信用金庫" +value: "341" +data: Customize\Entity\Master\Bank {#8118 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9321 +label: "半田信用金庫" +value: "342" +data: Customize\Entity\Master\Bank {#8119 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9322 +label: "知多信用金庫" +value: "343" +data: Customize\Entity\Master\Bank {#8120 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9323 +label: "豊川信用金庫" +value: "344" +data: Customize\Entity\Master\Bank {#8121 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9324 +label: "豊田信用金庫" +value: "345" +data: Customize\Entity\Master\Bank {#8122 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9325 +label: "碧海信用金庫" +value: "346" +data: Customize\Entity\Master\Bank {#8123 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9326 +label: "西尾信用金庫" +value: "347" +data: Customize\Entity\Master\Bank {#8124 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9327 +label: "蒲郡信用金庫" +value: "348" +data: Customize\Entity\Master\Bank {#8125 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9328 +label: "尾西信用金庫" +value: "349" +data: Customize\Entity\Master\Bank {#8126 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9329 +label: "中日信用金庫" +value: "350" +data: Customize\Entity\Master\Bank {#8127 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9330 +label: "東春信用金庫" +value: "351" +data: Customize\Entity\Master\Bank {#8128 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9331 +label: "津信用金庫" +value: "352" +data: Customize\Entity\Master\Bank {#8129 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9332 +label: "北伊勢上野信用金庫" +value: "353" +data: Customize\Entity\Master\Bank {#8130 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9333 +label: "桑名三重信用金庫" +value: "354" +data: Customize\Entity\Master\Bank {#8131 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9334 +label: "紀北信用金庫" +value: "355" +data: Customize\Entity\Master\Bank {#8132 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9335 +label: "滋賀中央信用金庫" +value: "356" +data: Customize\Entity\Master\Bank {#8133 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9336 +label: "長浜信用金庫" +value: "357" +data: Customize\Entity\Master\Bank {#8134 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9337 +label: "湖東信用金庫" +value: "358" +data: Customize\Entity\Master\Bank {#8135 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9338 +label: "京都信用金庫" +value: "359" +data: Customize\Entity\Master\Bank {#8136 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9339 +label: "京都中央信用金庫" +value: "360" +data: Customize\Entity\Master\Bank {#8137 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9340 +label: "京都北都信用金庫" +value: "361" +data: Customize\Entity\Master\Bank {#8138 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9341 +label: "大阪信用金庫" +value: "362" +data: Customize\Entity\Master\Bank {#8139 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9342 +label: "大阪厚生信用金庫" +value: "363" +data: Customize\Entity\Master\Bank {#8140 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9343 +label: "大阪シティ信用金庫" +value: "364" +data: Customize\Entity\Master\Bank {#8141 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9344 +label: "大阪商工信用金庫" +value: "365" +data: Customize\Entity\Master\Bank {#8142 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9345 +label: "永和信用金庫" +value: "366" +data: Customize\Entity\Master\Bank {#8143 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9346 +label: "北おおさか信用金庫" +value: "367" +data: Customize\Entity\Master\Bank {#8144 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9347 +label: "枚方信用金庫" +value: "368" +data: Customize\Entity\Master\Bank {#8145 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9348 +label: "奈良信用金庫" +value: "369" +data: Customize\Entity\Master\Bank {#8146 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9349 +label: "大和信用金庫" +value: "370" +data: Customize\Entity\Master\Bank {#8147 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9350 +label: "奈良中央信用金庫" +value: "371" +data: Customize\Entity\Master\Bank {#8148 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9351 +label: "新宮信用金庫" +value: "372" +data: Customize\Entity\Master\Bank {#8149 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9352 +label: "きのくに信用金庫" +value: "373" +data: Customize\Entity\Master\Bank {#8150 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9353 +label: "神戸信用金庫" +value: "374" +data: Customize\Entity\Master\Bank {#8151 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9354 +label: "姫路信用金庫" +value: "375" +data: Customize\Entity\Master\Bank {#8152 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9355 +label: "播州信用金庫" +value: "376" +data: Customize\Entity\Master\Bank {#8153 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9356 +label: "兵庫信用金庫" +value: "377" +data: Customize\Entity\Master\Bank {#8154 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9357 +label: "尼崎信用金庫" +value: "378" +data: Customize\Entity\Master\Bank {#8155 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9358 +label: "日新信用金庫" +value: "379" +data: Customize\Entity\Master\Bank {#8156 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9359 +label: "淡路信用金庫" +value: "380" +data: Customize\Entity\Master\Bank {#8157 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9360 +label: "但馬信用金庫" +value: "381" +data: Customize\Entity\Master\Bank {#8158 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9361 +label: "西兵庫信用金庫" +value: "382" +data: Customize\Entity\Master\Bank {#8159 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9362 +label: "中兵庫信用金庫" +value: "383" +data: Customize\Entity\Master\Bank {#8160 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9363 +label: "但陽信用金庫" +value: "384" +data: Customize\Entity\Master\Bank {#8161 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9364 +label: "鳥取信用金庫" +value: "385" +data: Customize\Entity\Master\Bank {#8162 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9365 +label: "米子信用金庫" +value: "386" +data: Customize\Entity\Master\Bank {#8163 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9366 +label: "倉吉信用金庫" +value: "387" +data: Customize\Entity\Master\Bank {#8164 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9367 +label: "しまね信用金庫" +value: "388" +data: Customize\Entity\Master\Bank {#8165 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9368 +label: "日本海信用金庫" +value: "389" +data: Customize\Entity\Master\Bank {#8166 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9369 +label: "島根中央信用金庫" +value: "390" +data: Customize\Entity\Master\Bank {#8167 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9370 +label: "おかやま信用金庫" +value: "391" +data: Customize\Entity\Master\Bank {#8168 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9371 +label: "水島信用金庫" +value: "392" +data: Customize\Entity\Master\Bank {#8169 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9372 +label: "津山信用金庫" +value: "393" +data: Customize\Entity\Master\Bank {#8170 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9373 +label: "玉島信用金庫" +value: "394" +data: Customize\Entity\Master\Bank {#8171 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9374 +label: "備北信用金庫" +value: "395" +data: Customize\Entity\Master\Bank {#8172 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9375 +label: "吉備信用金庫" +value: "396" +data: Customize\Entity\Master\Bank {#8173 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9376 +label: "備前日生信用金庫" +value: "397" +data: Customize\Entity\Master\Bank {#8174 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9377 +label: "広島信用金庫" +value: "398" +data: Customize\Entity\Master\Bank {#8175 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9378 +label: "呉信用金庫" +value: "399" +data: Customize\Entity\Master\Bank {#8176 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9379 +label: "しまなみ信用金庫" +value: "400" +data: Customize\Entity\Master\Bank {#8177 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9380 +label: "広島みどり信用金庫" +value: "401" +data: Customize\Entity\Master\Bank {#8178 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9381 +label: "萩山口信用金庫" +value: "402" +data: Customize\Entity\Master\Bank {#8179 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9382 +label: "西中国信用金庫" +value: "403" +data: Customize\Entity\Master\Bank {#8180 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9383 +label: "東山口信用金庫" +value: "404" +data: Customize\Entity\Master\Bank {#8181 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9384 +label: "徳島信用金庫" +value: "405" +data: Customize\Entity\Master\Bank {#8182 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9385 +label: "阿南信用金庫" +value: "406" +data: Customize\Entity\Master\Bank {#8183 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9386 +label: "高松信用金庫" +value: "407" +data: Customize\Entity\Master\Bank {#8184 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9387 +label: "観音寺信用金庫" +value: "408" +data: Customize\Entity\Master\Bank {#8185 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9388 +label: "愛媛信用金庫" +value: "409" +data: Customize\Entity\Master\Bank {#8186 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9389 +label: "宇和島信用金庫" +value: "410" +data: Customize\Entity\Master\Bank {#8187 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9390 +label: "東予信用金庫" +value: "411" +data: Customize\Entity\Master\Bank {#8188 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9391 +label: "川之江信用金庫" +value: "412" +data: Customize\Entity\Master\Bank {#8189 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9392 +label: "幡多信用金庫" +value: "413" +data: Customize\Entity\Master\Bank {#8190 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9393 +label: "高知信用金庫" +value: "414" +data: Customize\Entity\Master\Bank {#8191 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9394 +label: "福岡信用金庫" +value: "415" +data: Customize\Entity\Master\Bank {#8192 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9395 +label: "福岡ひびき信用金庫" +value: "416" +data: Customize\Entity\Master\Bank {#8193 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9396 +label: "大牟田柳川信用金庫" +value: "417" +data: Customize\Entity\Master\Bank {#8194 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9397 +label: "筑後信用金庫" +value: "418" +data: Customize\Entity\Master\Bank {#8195 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9398 +label: "飯塚信用金庫" +value: "419" +data: Customize\Entity\Master\Bank {#8196 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9399 +label: "田川信用金庫" +value: "420" +data: Customize\Entity\Master\Bank {#8197 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9400 +label: "大川信用金庫" +value: "421" +data: Customize\Entity\Master\Bank {#8198 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9401 +label: "遠賀信用金庫" +value: "422" +data: Customize\Entity\Master\Bank {#8199 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9402 +label: "唐津信用金庫" +value: "423" +data: Customize\Entity\Master\Bank {#8200 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9403 +label: "佐賀信用金庫" +value: "424" +data: Customize\Entity\Master\Bank {#8201 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9404 +label: "伊万里信用金庫" +value: "425" +data: Customize\Entity\Master\Bank {#8202 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9405 +label: "九州ひぜん信用金庫" +value: "426" +data: Customize\Entity\Master\Bank {#8203 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9406 +label: "たちばな信用金庫" +value: "427" +data: Customize\Entity\Master\Bank {#8204 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9407 +label: "熊本信用金庫" +value: "428" +data: Customize\Entity\Master\Bank {#8205 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9408 +label: "熊本第一信用金庫" +value: "429" +data: Customize\Entity\Master\Bank {#8206 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9409 +label: "熊本中央信用金庫" +value: "430" +data: Customize\Entity\Master\Bank {#8207 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9410 +label: "天草信用金庫" +value: "431" +data: Customize\Entity\Master\Bank {#8208 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9411 +label: "大分信用金庫" +value: "432" +data: Customize\Entity\Master\Bank {#8209 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9412 +label: "大分みらい信用金庫" +value: "433" +data: Customize\Entity\Master\Bank {#8210 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9413 +label: "日田信用金庫" +value: "434" +data: Customize\Entity\Master\Bank {#8211 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9414 +label: "宮崎第一信用金庫" +value: "435" +data: Customize\Entity\Master\Bank {#8212 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9415 +label: "延岡信用金庫" +value: "436" +data: Customize\Entity\Master\Bank {#8213 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9416 +label: "高鍋信用金庫" +value: "437" +data: Customize\Entity\Master\Bank {#8214 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9417 +label: "鹿児島信用金庫" +value: "438" +data: Customize\Entity\Master\Bank {#8215 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9418 +label: "鹿児島相互信用金庫" +value: "439" +data: Customize\Entity\Master\Bank {#8216 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9419 +label: "奄美大島信用金庫" +value: "440" +data: Customize\Entity\Master\Bank {#8217 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9420 +label: "コザ信用金庫" +value: "441" +data: Customize\Entity\Master\Bank {#8218 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9421 +label: "商工組合中央金庫" +value: "442" +data: Customize\Entity\Master\Bank {#8219 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9422 +label: "全国信用協同組合連合会" +value: "443" +data: Customize\Entity\Master\Bank {#8220 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9423 +label: "北央信用組合" +value: "444" +data: Customize\Entity\Master\Bank {#8221 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9424 +label: "札幌中央信用組合" +value: "445" +data: Customize\Entity\Master\Bank {#8222 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9425 +label: "ウリ信用組合" +value: "446" +data: Customize\Entity\Master\Bank {#8223 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9426 +label: "函館商工信用組合" +value: "447" +data: Customize\Entity\Master\Bank {#8224 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9427 +label: "空知商工信用組合" +value: "448" +data: Customize\Entity\Master\Bank {#8225 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9428 +label: "十勝信用組合" +value: "449" +data: Customize\Entity\Master\Bank {#8226 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9429 +label: "釧路信用組合" +value: "450" +data: Customize\Entity\Master\Bank {#8227 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9430 +label: "青森県信用組合" +value: "451" +data: Customize\Entity\Master\Bank {#8228 …} +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9431 +label: "杜陵信用組合" +value: "452" +data: Customize\Entity\Master\Bank {#8229 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9432 +label: "岩手県医師信用組合" +value: "453" +data: Customize\Entity\Master\Bank {#8230 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9433 +label: "あすか信用組合" +value: "454" +data: Customize\Entity\Master\Bank {#8231 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9434 +label: "石巻商工信用組合" +value: "455" +data: Customize\Entity\Master\Bank {#8232 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9435 +label: "古川信用組合" +value: "456" +data: Customize\Entity\Master\Bank {#8233 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9436 +label: "仙北信用組合" +value: "457" +data: Customize\Entity\Master\Bank {#8234 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9437 +label: "秋田県信用組合" +value: "458" +data: Customize\Entity\Master\Bank {#8235 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9438 +label: "北郡信用組合" +value: "459" +data: Customize\Entity\Master\Bank {#8236 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9439 +label: "山形中央信用組合" +value: "460" +data: Customize\Entity\Master\Bank {#8237 …} +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9440 +label: "山形第一信用組合" +value: "461" +data: Customize\Entity\Master\Bank {#8238 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9441 +label: "福島県商工信用組合" +value: "462" +data: Customize\Entity\Master\Bank {#8239 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9442 +label: "いわき信用組合" +value: "463" +data: Customize\Entity\Master\Bank {#8240 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9443 +label: "相双五城信用組合" +value: "464" +data: Customize\Entity\Master\Bank {#8241 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9444 +label: "会津商工信用組合" +value: "465" +data: Customize\Entity\Master\Bank {#8242 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9445 +label: "茨城県信用組合" +value: "466" +data: Customize\Entity\Master\Bank {#8243 …} +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9446 +label: "真岡信用組合" +value: "467" +data: Customize\Entity\Master\Bank {#8244 …} +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9447 +label: "那須信用組合" +value: "468" +data: Customize\Entity\Master\Bank {#8245 …} +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9448 +label: "あかぎ信用組合" +value: "469" +data: Customize\Entity\Master\Bank {#8246 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9449 +label: "群馬県信用組合" +value: "470" +data: Customize\Entity\Master\Bank {#8247 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9450 +label: "ぐんまみらい信用組合" +value: "471" +data: Customize\Entity\Master\Bank {#8248 …} +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9451 +label: "群馬県医師信用組合" +value: "472" +data: Customize\Entity\Master\Bank {#8249 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9452 +label: "埼玉県医師信用組合" +value: "473" +data: Customize\Entity\Master\Bank {#8250 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9453 +label: "熊谷商工信用組合" +value: "474" +data: Customize\Entity\Master\Bank {#8251 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9454 +label: "埼玉信用組合" +value: "475" +data: Customize\Entity\Master\Bank {#8252 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9455 +label: "房総信用組合" +value: "476" +data: Customize\Entity\Master\Bank {#8253 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9456 +label: "銚子商工信用組合" +value: "477" +data: Customize\Entity\Master\Bank {#8254 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9457 +label: "君津信用組合" +value: "478" +data: Customize\Entity\Master\Bank {#8255 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9458 +label: "全東栄信用組合" +value: "479" +data: Customize\Entity\Master\Bank {#8256 …} +attr: [] +labelTranslationParameters: [] } 480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9459 +label: "東浴信用組合" +value: "480" +data: Customize\Entity\Master\Bank {#8257 …} +attr: [] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9460 +label: "文化産業信用組合" +value: "481" +data: Customize\Entity\Master\Bank {#8258 …} +attr: [] +labelTranslationParameters: [] } 482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9461 +label: "整理回収機構" +value: "482" +data: Customize\Entity\Master\Bank {#8259 …} +attr: [] +labelTranslationParameters: [] } 483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9462 +label: "東京証券信用組合" +value: "483" +data: Customize\Entity\Master\Bank {#8260 …} +attr: [] +labelTranslationParameters: [] } 484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9463 +label: "東京厚生信用組合" +value: "484" +data: Customize\Entity\Master\Bank {#8261 …} +attr: [] +labelTranslationParameters: [] } 485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9464 +label: "東信用組合" +value: "485" +data: Customize\Entity\Master\Bank {#8262 …} +attr: [] +labelTranslationParameters: [] } 486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9465 +label: "江東信用組合" +value: "486" +data: Customize\Entity\Master\Bank {#8263 …} +attr: [] +labelTranslationParameters: [] } 487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9466 +label: "青和信用組合" +value: "487" +data: Customize\Entity\Master\Bank {#8264 …} +attr: [] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9467 +label: "中ノ郷信用組合" +value: "488" +data: Customize\Entity\Master\Bank {#8265 …} +attr: [] +labelTranslationParameters: [] } 489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9468 +label: "共立信用組合" +value: "489" +data: Customize\Entity\Master\Bank {#8266 …} +attr: [] +labelTranslationParameters: [] } 490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9469 +label: "七島信用組合" +value: "490" +data: Customize\Entity\Master\Bank {#8267 …} +attr: [] +labelTranslationParameters: [] } 491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9470 +label: "大東京信用組合" +value: "491" +data: Customize\Entity\Master\Bank {#8268 …} +attr: [] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9471 +label: "第一勧業信用組合" +value: "492" +data: Customize\Entity\Master\Bank {#8269 …} +attr: [] +labelTranslationParameters: [] } 493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9472 +label: "警視庁職員信用組合" +value: "493" +data: Customize\Entity\Master\Bank {#8270 …} +attr: [] +labelTranslationParameters: [] } 494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9473 +label: "東京消防信用組合" +value: "494" +data: Customize\Entity\Master\Bank {#8271 …} +attr: [] +labelTranslationParameters: [] } 495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9474 +label: "東京都職員信用組合" +value: "495" +data: Customize\Entity\Master\Bank {#8272 …} +attr: [] +labelTranslationParameters: [] } 496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9475 +label: "ハナ信用組合" +value: "496" +data: Customize\Entity\Master\Bank {#8273 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9476 +label: "神奈川県医師信用組合" +value: "497" +data: Customize\Entity\Master\Bank {#8274 …} +attr: [] +labelTranslationParameters: [] } 498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9477 +label: "神奈川県歯科医師信用組合" +value: "498" +data: Customize\Entity\Master\Bank {#8275 …} +attr: [] +labelTranslationParameters: [] } 499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9478 +label: "横浜幸銀信用組合" +value: "499" +data: Customize\Entity\Master\Bank {#8276 …} +attr: [] +labelTranslationParameters: [] } 500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9479 +label: "横浜華銀信用組合" +value: "500" +data: Customize\Entity\Master\Bank {#8277 …} +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9480 +label: "小田原第一信用組合" +value: "501" +data: Customize\Entity\Master\Bank {#8278 …} +attr: [] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9481 +label: "相愛信用組合" +value: "502" +data: Customize\Entity\Master\Bank {#8279 …} +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9482 +label: "静岡県医師信用組合" +value: "503" +data: Customize\Entity\Master\Bank {#8280 …} +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9483 +label: "新潟縣信用組合" +value: "504" +data: Customize\Entity\Master\Bank {#8281 …} +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9484 +label: "新潟鉄道信用組合" +value: "505" +data: Customize\Entity\Master\Bank {#8282 …} +attr: [] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9485 +label: "興栄信用組合" +value: "506" +data: Customize\Entity\Master\Bank {#8283 …} +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9486 +label: "はばたき信用組合" +value: "507" +data: Customize\Entity\Master\Bank {#8284 …} +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9487 +label: "協栄信用組合" +value: "508" +data: Customize\Entity\Master\Bank {#8285 …} +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9488 +label: "三條信用組合" +value: "509" +data: Customize\Entity\Master\Bank {#8286 …} +attr: [] +labelTranslationParameters: [] } 510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9489 +label: "巻信用組合" +value: "510" +data: Customize\Entity\Master\Bank {#8287 …} +attr: [] +labelTranslationParameters: [] } 511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9490 +label: "新潟大栄信用組合" +value: "511" +data: Customize\Entity\Master\Bank {#8288 …} +attr: [] +labelTranslationParameters: [] } 512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9491 +label: "塩沢信用組合" +value: "512" +data: Customize\Entity\Master\Bank {#8289 …} +attr: [] +labelTranslationParameters: [] } 513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9492 +label: "糸魚川信用組合" +value: "513" +data: Customize\Entity\Master\Bank {#8290 …} +attr: [] +labelTranslationParameters: [] } 514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9493 +label: "山梨県民信用組合" +value: "514" +data: Customize\Entity\Master\Bank {#8291 …} +attr: [] +labelTranslationParameters: [] } 515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9494 +label: "都留信用組合" +value: "515" +data: Customize\Entity\Master\Bank {#8292 …} +attr: [] +labelTranslationParameters: [] } 516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9495 +label: "長野県信用組合" +value: "516" +data: Customize\Entity\Master\Bank {#8293 …} +attr: [] +labelTranslationParameters: [] } 517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9496 +label: "富山県医師信用組合" +value: "517" +data: Customize\Entity\Master\Bank {#8294 …} +attr: [] +labelTranslationParameters: [] } 518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9497 +label: "富山県信用組合" +value: "518" +data: Customize\Entity\Master\Bank {#8295 …} +attr: [] +labelTranslationParameters: [] } 519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9498 +label: "金沢中央信用組合" +value: "519" +data: Customize\Entity\Master\Bank {#8296 …} +attr: [] +labelTranslationParameters: [] } 520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9499 +label: "石川県医師信用組合" +value: "520" +data: Customize\Entity\Master\Bank {#8297 …} +attr: [] +labelTranslationParameters: [] } 521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9500 +label: "福泉信用組合" +value: "521" +data: Customize\Entity\Master\Bank {#8298 …} +attr: [] +labelTranslationParameters: [] } 522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9501 +label: "福井県医師信用組合" +value: "522" +data: Customize\Entity\Master\Bank {#8299 …} +attr: [] +labelTranslationParameters: [] } 523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9502 +label: "丸八信用組合" +value: "523" +data: Customize\Entity\Master\Bank {#8300 …} +attr: [] +labelTranslationParameters: [] } 524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9503 +label: "愛知商銀信用組合" +value: "524" +data: Customize\Entity\Master\Bank {#8301 …} +attr: [] +labelTranslationParameters: [] } 525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9504 +label: "愛知県警察信用組合" +value: "525" +data: Customize\Entity\Master\Bank {#8302 …} +attr: [] +labelTranslationParameters: [] } 526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9505 +label: "名古屋青果物信用組合" +value: "526" +data: Customize\Entity\Master\Bank {#8303 …} +attr: [] +labelTranslationParameters: [] } 527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9506 +label: "愛知県医療信用組合" +value: "527" +data: Customize\Entity\Master\Bank {#8304 …} +attr: [] +labelTranslationParameters: [] } 528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9507 +label: "愛知県医師信用組合" +value: "528" +data: Customize\Entity\Master\Bank {#8305 …} +attr: [] +labelTranslationParameters: [] } 529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9508 +label: "豊橋商工信用組合" +value: "529" +data: Customize\Entity\Master\Bank {#8306 …} +attr: [] +labelTranslationParameters: [] } 530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9509 +label: "愛知県中央信用組合" +value: "530" +data: Customize\Entity\Master\Bank {#8307 …} +attr: [] +labelTranslationParameters: [] } 531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9510 +label: "岐阜商工信用組合" +value: "531" +data: Customize\Entity\Master\Bank {#8308 …} +attr: [] +labelTranslationParameters: [] } 532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9511 +label: "イオ信用組合" +value: "532" +data: Customize\Entity\Master\Bank {#8309 …} +attr: [] +labelTranslationParameters: [] } 533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9512 +label: "岐阜県医師信用組合" +value: "533" +data: Customize\Entity\Master\Bank {#8310 …} +attr: [] +labelTranslationParameters: [] } 534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9513 +label: "飛騨信用組合" +value: "534" +data: Customize\Entity\Master\Bank {#8311 …} +attr: [] +labelTranslationParameters: [] } 535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9514 +label: "益田信用組合" +value: "535" +data: Customize\Entity\Master\Bank {#8312 …} +attr: [] +labelTranslationParameters: [] } 536 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9515 +label: "滋賀県民信用組合" +value: "536" +data: Customize\Entity\Master\Bank {#8313 …} +attr: [] +labelTranslationParameters: [] } 537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9516 +label: "滋賀県信用組合" +value: "537" +data: Customize\Entity\Master\Bank {#8314 …} +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9517 +label: "京滋信用組合" +value: "538" +data: Customize\Entity\Master\Bank {#8315 …} +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9518 +label: "大同信用組合" +value: "539" +data: Customize\Entity\Master\Bank {#8316 …} +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9519 +label: "成協信用組合" +value: "540" +data: Customize\Entity\Master\Bank {#8317 …} +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9520 +label: "大阪協栄信用組合" +value: "541" +data: Customize\Entity\Master\Bank {#8318 …} +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9521 +label: "大阪貯蓄信用組合" +value: "542" +data: Customize\Entity\Master\Bank {#8319 …} +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9522 +label: "のぞみ信用組合" +value: "543" +data: Customize\Entity\Master\Bank {#8320 …} +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9523 +label: "中央信用組合" +value: "544" +data: Customize\Entity\Master\Bank {#8321 …} +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9524 +label: "大阪府医師信用組合" +value: "545" +data: Customize\Entity\Master\Bank {#8322 …} +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9525 +label: "大阪府警察信用組合" +value: "546" +data: Customize\Entity\Master\Bank {#8323 …} +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9526 +label: "近畿産業信用組合" +value: "547" +data: Customize\Entity\Master\Bank {#8324 …} +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9527 +label: "朝日新聞信用組合" +value: "548" +data: Customize\Entity\Master\Bank {#8325 …} +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9528 +label: "毎日信用組合" +value: "549" +data: Customize\Entity\Master\Bank {#8326 …} +attr: [] +labelTranslationParameters: [] } 550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9529 +label: "ミレ信用組合" +value: "550" +data: Customize\Entity\Master\Bank {#8327 …} +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9530 +label: "兵庫県警察信用組合" +value: "551" +data: Customize\Entity\Master\Bank {#8328 …} +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9531 +label: "兵庫県医療信用組合" +value: "552" +data: Customize\Entity\Master\Bank {#8329 …} +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9532 +label: "兵庫県信用組合" +value: "553" +data: Customize\Entity\Master\Bank {#8330 …} +attr: [] +labelTranslationParameters: [] } 554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9533 +label: "神戸市職員信用組合" +value: "554" +data: Customize\Entity\Master\Bank {#8331 …} +attr: [] +labelTranslationParameters: [] } 555 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9534 +label: "淡陽信用組合" +value: "555" +data: Customize\Entity\Master\Bank {#8332 …} +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9535 +label: "兵庫ひまわり信用組合" +value: "556" +data: Customize\Entity\Master\Bank {#8333 …} +attr: [] +labelTranslationParameters: [] } 557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9536 +label: "和歌山県医師信用組合" +value: "557" +data: Customize\Entity\Master\Bank {#8334 …} +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9537 +label: "島根益田信用組合" +value: "558" +data: Customize\Entity\Master\Bank {#8335 …} +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9538 +label: "朝銀西信用組合" +value: "559" +data: Customize\Entity\Master\Bank {#8336 …} +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9539 +label: "笠岡信用組合" +value: "560" +data: Customize\Entity\Master\Bank {#8337 …} +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9540 +label: "広島市信用組合" +value: "561" +data: Customize\Entity\Master\Bank {#8338 …} +attr: [] +labelTranslationParameters: [] } 562 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9541 +label: "広島県信用組合" +value: "562" +data: Customize\Entity\Master\Bank {#8339 …} +attr: [] +labelTranslationParameters: [] } 563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9542 +label: "広島商銀信用組合" +value: "563" +data: Customize\Entity\Master\Bank {#8340 …} +attr: [] +labelTranslationParameters: [] } 564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9543 +label: "両備信用組合" +value: "564" +data: Customize\Entity\Master\Bank {#8341 …} +attr: [] +labelTranslationParameters: [] } 565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9544 +label: "備後信用組合" +value: "565" +data: Customize\Entity\Master\Bank {#8342 …} +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9545 +label: "山口県信用組合" +value: "566" +data: Customize\Entity\Master\Bank {#8343 …} +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9546 +label: "香川県信用組合" +value: "567" +data: Customize\Entity\Master\Bank {#8344 …} +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9547 +label: "土佐信用組合" +value: "568" +data: Customize\Entity\Master\Bank {#8345 …} +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9548 +label: "宿毛商銀信用組合" +value: "569" +data: Customize\Entity\Master\Bank {#8346 …} +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9549 +label: "福岡県庁信用組合" +value: "570" +data: Customize\Entity\Master\Bank {#8347 …} +attr: [] +labelTranslationParameters: [] } 571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9550 +label: "福岡県医師信用組合" +value: "571" +data: Customize\Entity\Master\Bank {#8348 …} +attr: [] +labelTranslationParameters: [] } 572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9551 +label: "福岡県信用組合" +value: "572" +data: Customize\Entity\Master\Bank {#8349 …} +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9552 +label: "佐賀県医師信用組合" +value: "573" +data: Customize\Entity\Master\Bank {#8350 …} +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9553 +label: "佐賀東信用組合" +value: "574" +data: Customize\Entity\Master\Bank {#8351 …} +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9554 +label: "佐賀西信用組合" +value: "575" +data: Customize\Entity\Master\Bank {#8352 …} +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9555 +label: "長崎三菱信用組合" +value: "576" +data: Customize\Entity\Master\Bank {#8353 …} +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9556 +label: "長崎県医師信用組合" +value: "577" +data: Customize\Entity\Master\Bank {#8354 …} +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9557 +label: "西海みずき信用組合" +value: "578" +data: Customize\Entity\Master\Bank {#8355 …} +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9558 +label: "福江信用組合" +value: "579" +data: Customize\Entity\Master\Bank {#8356 …} +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9559 +label: "熊本県医師信用組合" +value: "580" +data: Customize\Entity\Master\Bank {#8357 …} +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9560 +label: "熊本県信用組合" +value: "581" +data: Customize\Entity\Master\Bank {#8358 …} +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9561 +label: "大分県信用組合" +value: "582" +data: Customize\Entity\Master\Bank {#8359 …} +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9562 +label: "宮崎県南部信用組合" +value: "583" +data: Customize\Entity\Master\Bank {#8360 …} +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9563 +label: "鹿児島興業信用組合" +value: "584" +data: Customize\Entity\Master\Bank {#8361 …} +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9564 +label: "鹿児島県医師信用組合" +value: "585" +data: Customize\Entity\Master\Bank {#8362 …} +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9565 +label: "奄美信用組合" +value: "586" +data: Customize\Entity\Master\Bank {#8363 …} +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9566 +label: "労働金庫連合会" +value: "587" +data: Customize\Entity\Master\Bank {#8364 …} +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9567 +label: "北海道労金" +value: "588" +data: Customize\Entity\Master\Bank {#8365 …} +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9568 +label: "東北労金" +value: "589" +data: Customize\Entity\Master\Bank {#8366 …} +attr: [] +labelTranslationParameters: [] } 590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9569 +label: "中央労金" +value: "590" +data: Customize\Entity\Master\Bank {#8367 …} +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9570 +label: "新潟県労金" +value: "591" +data: Customize\Entity\Master\Bank {#8368 …} +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9571 +label: "長野県労金" +value: "592" +data: Customize\Entity\Master\Bank {#8369 …} +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9572 +label: "静岡県労金" +value: "593" +data: Customize\Entity\Master\Bank {#8370 …} +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9573 +label: "北陸労金" +value: "594" +data: Customize\Entity\Master\Bank {#8371 …} +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9574 +label: "東海労金" +value: "595" +data: Customize\Entity\Master\Bank {#8372 …} +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9575 +label: "近畿労金" +value: "596" +data: Customize\Entity\Master\Bank {#8373 …} +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9576 +label: "中国労金" +value: "597" +data: Customize\Entity\Master\Bank {#8374 …} +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9577 +label: "四国労金" +value: "598" +data: Customize\Entity\Master\Bank {#8375 …} +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9578 +label: "九州労金" +value: "599" +data: Customize\Entity\Master\Bank {#8376 …} +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9579 +label: "沖縄県労金" +value: "600" +data: Customize\Entity\Master\Bank {#8377 …} +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9580 +label: "農林中央金庫" +value: "601" +data: Customize\Entity\Master\Bank {#8378 …} +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9581 +label: "北海道信連" +value: "602" +data: Customize\Entity\Master\Bank {#8379 …} +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9582 +label: "岩手県信連" +value: "603" +data: Customize\Entity\Master\Bank {#8380 …} +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9583 +label: "茨城県信連" +value: "604" +data: Customize\Entity\Master\Bank {#8381 …} +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9584 +label: "埼玉県信連" +value: "605" +data: Customize\Entity\Master\Bank {#8382 …} +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9585 +label: "東京都信連" +value: "606" +data: Customize\Entity\Master\Bank {#8383 …} +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9586 +label: "神奈川県信連" +value: "607" +data: Customize\Entity\Master\Bank {#8384 …} +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9587 +label: "山梨県信連" +value: "608" +data: Customize\Entity\Master\Bank {#8385 …} +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9588 +label: "長野県信連" +value: "609" +data: Customize\Entity\Master\Bank {#8386 …} +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9589 +label: "新潟県信連" +value: "610" +data: Customize\Entity\Master\Bank {#8387 …} +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9590 +label: "石川県信連" +value: "611" +data: Customize\Entity\Master\Bank {#8388 …} +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9591 +label: "岐阜県信連" +value: "612" +data: Customize\Entity\Master\Bank {#8389 …} +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9592 +label: "静岡県信連" +value: "613" +data: Customize\Entity\Master\Bank {#8390 …} +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9593 +label: "愛知県信連" +value: "614" +data: Customize\Entity\Master\Bank {#8391 …} +attr: [] +labelTranslationParameters: [] } 615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9594 +label: "三重県信連" +value: "615" +data: Customize\Entity\Master\Bank {#8392 …} +attr: [] +labelTranslationParameters: [] } 616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9595 +label: "福井県信連" +value: "616" +data: Customize\Entity\Master\Bank {#8393 …} +attr: [] +labelTranslationParameters: [] } 617 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9596 +label: "滋賀県信連" +value: "617" +data: Customize\Entity\Master\Bank {#8394 …} +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9597 +label: "京都府信連" +value: "618" +data: Customize\Entity\Master\Bank {#8395 …} +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9598 +label: "大阪府信連" +value: "619" +data: Customize\Entity\Master\Bank {#8396 …} +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9599 +label: "兵庫県信連" +value: "620" +data: Customize\Entity\Master\Bank {#8397 …} +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9600 +label: "和歌山県信連" +value: "621" +data: Customize\Entity\Master\Bank {#8398 …} +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9601 +label: "鳥取県信連" +value: "622" +data: Customize\Entity\Master\Bank {#8399 …} +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9602 +label: "広島県信連" +value: "623" +data: Customize\Entity\Master\Bank {#8400 …} +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9603 +label: "山口県信連" +value: "624" +data: Customize\Entity\Master\Bank {#8401 …} +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9604 +label: "徳島県信連" +value: "625" +data: Customize\Entity\Master\Bank {#8402 …} +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9605 +label: "香川県信連" +value: "626" +data: Customize\Entity\Master\Bank {#8403 …} +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9606 +label: "愛媛県信連" +value: "627" +data: Customize\Entity\Master\Bank {#8404 …} +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9607 +label: "高知県信連" +value: "628" +data: Customize\Entity\Master\Bank {#8405 …} +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9608 +label: "福岡県信連" +value: "629" +data: Customize\Entity\Master\Bank {#8406 …} +attr: [] +labelTranslationParameters: [] } 630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9609 +label: "佐賀県信連" +value: "630" +data: Customize\Entity\Master\Bank {#8407 …} +attr: [] +labelTranslationParameters: [] } 631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9610 +label: "大分県信連" +value: "631" +data: Customize\Entity\Master\Bank {#8408 …} +attr: [] +labelTranslationParameters: [] } 632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9611 +label: "宮崎県信連" +value: "632" +data: Customize\Entity\Master\Bank {#8409 …} +attr: [] +labelTranslationParameters: [] } 633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9612 +label: "鹿児島県信連" +value: "633" +data: Customize\Entity\Master\Bank {#8410 …} +attr: [] +labelTranslationParameters: [] } 634 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9613 +label: "北檜山町農協" +value: "634" +data: Customize\Entity\Master\Bank {#8411 …} +attr: [] +labelTranslationParameters: [] } 635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9614 +label: "今金町農協" +value: "635" +data: Customize\Entity\Master\Bank {#8412 …} +attr: [] +labelTranslationParameters: [] } 636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9615 +label: "函館市亀田農協" +value: "636" +data: Customize\Entity\Master\Bank {#8413 …} +attr: [] +labelTranslationParameters: [] } 637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9616 +label: "新函館農協" +value: "637" +data: Customize\Entity\Master\Bank {#8414 …} +attr: [] +labelTranslationParameters: [] } 638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9617 +label: "ようてい農協" +value: "638" +data: Customize\Entity\Master\Bank {#8415 …} +attr: [] +labelTranslationParameters: [] } 639 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9618 +label: "きょうわ農協" +value: "639" +data: Customize\Entity\Master\Bank {#8416 …} +attr: [] +labelTranslationParameters: [] } 640 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9619 +label: "新おたる農協" +value: "640" +data: Customize\Entity\Master\Bank {#8417 …} +attr: [] +labelTranslationParameters: [] } 641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9620 +label: "余市町農協" +value: "641" +data: Customize\Entity\Master\Bank {#8418 …} +attr: [] +labelTranslationParameters: [] } 642 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9621 +label: "とうや湖農協" +value: "642" +data: Customize\Entity\Master\Bank {#8419 …} +attr: [] +labelTranslationParameters: [] } 643 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9622 +label: "伊達市農協" +value: "643" +data: Customize\Entity\Master\Bank {#8420 …} +attr: [] +labelTranslationParameters: [] } 644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9623 +label: "とまこまい広域農協" +value: "644" +data: Customize\Entity\Master\Bank {#8421 …} +attr: [] +labelTranslationParameters: [] } 645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9624 +label: "鵡川農協" +value: "645" +data: Customize\Entity\Master\Bank {#8422 …} +attr: [] +labelTranslationParameters: [] } 646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9625 +label: "びらとり農協" +value: "646" +data: Customize\Entity\Master\Bank {#8423 …} +attr: [] +labelTranslationParameters: [] } 647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9626 +label: "門別町農協" +value: "647" +data: Customize\Entity\Master\Bank {#8424 …} +attr: [] +labelTranslationParameters: [] } 648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9627 +label: "みついし農協" +value: "648" +data: Customize\Entity\Master\Bank {#8425 …} +attr: [] +labelTranslationParameters: [] } 649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9628 +label: "札幌市農協" +value: "649" +data: Customize\Entity\Master\Bank {#8426 …} +attr: [] +labelTranslationParameters: [] } 650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9629 +label: "道央農協" +value: "650" +data: Customize\Entity\Master\Bank {#8427 …} +attr: [] +labelTranslationParameters: [] } 651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9630 +label: "石狩市農協" +value: "651" +data: Customize\Entity\Master\Bank {#8428 …} +attr: [] +labelTranslationParameters: [] } 652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9631 +label: "北石狩農協" +value: "652" +data: Customize\Entity\Master\Bank {#8429 …} +attr: [] +labelTranslationParameters: [] } 653 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9632 +label: "新篠津村農協" +value: "653" +data: Customize\Entity\Master\Bank {#8430 …} +attr: [] +labelTranslationParameters: [] } 654 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9633 +label: "サツラク農協" +value: "654" +data: Customize\Entity\Master\Bank {#8431 …} +attr: [] +labelTranslationParameters: [] } 655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9634 +label: "いわみざわ農協" +value: "655" +data: Customize\Entity\Master\Bank {#8432 …} +attr: [] +labelTranslationParameters: [] } 656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9635 +label: "南幌町農協" +value: "656" +data: Customize\Entity\Master\Bank {#8433 …} +attr: [] +labelTranslationParameters: [] } 657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9636 +label: "美唄市農協" +value: "657" +data: Customize\Entity\Master\Bank {#8434 …} +attr: [] +labelTranslationParameters: [] } 658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9637 +label: "峰延農協" +value: "658" +data: Customize\Entity\Master\Bank {#8435 …} +attr: [] +labelTranslationParameters: [] } 659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9638 +label: "月形町農協" +value: "659" +data: Customize\Entity\Master\Bank {#8436 …} +attr: [] +labelTranslationParameters: [] } 660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9639 +label: "ながぬま農協" +value: "660" +data: Customize\Entity\Master\Bank {#8437 …} +attr: [] +labelTranslationParameters: [] } 661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9640 +label: "そらち南農協" +value: "661" +data: Customize\Entity\Master\Bank {#8438 …} +attr: [] +labelTranslationParameters: [] } 662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9641 +label: "夕張市農協" +value: "662" +data: Customize\Entity\Master\Bank {#8439 …} +attr: [] +labelTranslationParameters: [] } 663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9642 +label: "新砂川農協" +value: "663" +data: Customize\Entity\Master\Bank {#8440 …} +attr: [] +labelTranslationParameters: [] } 664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9643 +label: "たきかわ農協" +value: "664" +data: Customize\Entity\Master\Bank {#8441 …} +attr: [] +labelTranslationParameters: [] } 665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9644 +label: "ピンネ農協" +value: "665" +data: Customize\Entity\Master\Bank {#8442 …} +attr: [] +labelTranslationParameters: [] } 666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9645 +label: "北いぶき農協" +value: "666" +data: Customize\Entity\Master\Bank {#8443 …} +attr: [] +labelTranslationParameters: [] } 667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9646 +label: "きたそらち農協" +value: "667" +data: Customize\Entity\Master\Bank {#8444 …} +attr: [] +labelTranslationParameters: [] } 668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9647 +label: "るもい農協" +value: "668" +data: Customize\Entity\Master\Bank {#8445 …} +attr: [] +labelTranslationParameters: [] } 669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9648 +label: "幌延町農協" +value: "669" +data: Customize\Entity\Master\Bank {#8446 …} +attr: [] +labelTranslationParameters: [] } 670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9649 +label: "あさひかわ農協" +value: "670" +data: Customize\Entity\Master\Bank {#8447 …} +attr: [] +labelTranslationParameters: [] } 671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9650 +label: "たいせつ農協" +value: "671" +data: Customize\Entity\Master\Bank {#8448 …} +attr: [] +labelTranslationParameters: [] } 672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9651 +label: "東神楽農協" +value: "672" +data: Customize\Entity\Master\Bank {#8449 …} +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9652 +label: "東旭川農協" +value: "673" +data: Customize\Entity\Master\Bank {#8450 …} +attr: [] +labelTranslationParameters: [] } 674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9653 +label: "当麻農協" +value: "674" +data: Customize\Entity\Master\Bank {#8451 …} +attr: [] +labelTranslationParameters: [] } 675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9654 +label: "比布町農協" +value: "675" +data: Customize\Entity\Master\Bank {#8452 …} +attr: [] +labelTranslationParameters: [] } 676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9655 +label: "上川中央農協" +value: "676" +data: Customize\Entity\Master\Bank {#8453 …} +attr: [] +labelTranslationParameters: [] } 677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9656 +label: "東川町農協" +value: "677" +data: Customize\Entity\Master\Bank {#8454 …} +attr: [] +labelTranslationParameters: [] } 678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9657 +label: "美瑛町農協" +value: "678" +data: Customize\Entity\Master\Bank {#8455 …} +attr: [] +labelTranslationParameters: [] } 679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9658 +label: "ふらの農協" +value: "679" +data: Customize\Entity\Master\Bank {#8456 …} +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9659 +label: "北ひびき農協" +value: "680" +data: Customize\Entity\Master\Bank {#8457 …} +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9660 +label: "道北なよろ農協" +value: "681" +data: Customize\Entity\Master\Bank {#8458 …} +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9661 +label: "北はるか農協" +value: "682" +data: Customize\Entity\Master\Bank {#8459 …} +attr: [] +labelTranslationParameters: [] } 683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9662 +label: "稚内農協" +value: "683" +data: Customize\Entity\Master\Bank {#8460 …} +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9663 +label: "北宗谷農協" +value: "684" +data: Customize\Entity\Master\Bank {#8461 …} +attr: [] +labelTranslationParameters: [] } 685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9664 +label: "東宗谷農協" +value: "685" +data: Customize\Entity\Master\Bank {#8462 …} +attr: [] +labelTranslationParameters: [] } 686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9665 +label: "宗谷南農協" +value: "686" +data: Customize\Entity\Master\Bank {#8463 …} +attr: [] +labelTranslationParameters: [] } 687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9666 +label: "帯広市川西農協" +value: "687" +data: Customize\Entity\Master\Bank {#8464 …} +attr: [] +labelTranslationParameters: [] } 688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9667 +label: "帯広大正農協" +value: "688" +data: Customize\Entity\Master\Bank {#8465 …} +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9668 +label: "中札内村農協" +value: "689" +data: Customize\Entity\Master\Bank {#8466 …} +attr: [] +labelTranslationParameters: [] } 690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9669 +label: "更別村農協" +value: "690" +data: Customize\Entity\Master\Bank {#8467 …} +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9670 +label: "忠類農協" +value: "691" +data: Customize\Entity\Master\Bank {#8468 …} +attr: [] +labelTranslationParameters: [] } 692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9671 +label: "大樹町農協" +value: "692" +data: Customize\Entity\Master\Bank {#8469 …} +attr: [] +labelTranslationParameters: [] } 693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9672 +label: "広尾町農協" +value: "693" +data: Customize\Entity\Master\Bank {#8470 …} +attr: [] +labelTranslationParameters: [] } 694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9673 +label: "芽室町農協" +value: "694" +data: Customize\Entity\Master\Bank {#8471 …} +attr: [] +labelTranslationParameters: [] } 695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9674 +label: "十勝清水町農協" +value: "695" +data: Customize\Entity\Master\Bank {#8472 …} +attr: [] +labelTranslationParameters: [] } 696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9675 +label: "新得町農協" +value: "696" +data: Customize\Entity\Master\Bank {#8473 …} +attr: [] +labelTranslationParameters: [] } 697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9676 +label: "鹿追町農協" +value: "697" +data: Customize\Entity\Master\Bank {#8474 …} +attr: [] +labelTranslationParameters: [] } 698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9677 +label: "木野農協" +value: "698" +data: Customize\Entity\Master\Bank {#8475 …} +attr: [] +labelTranslationParameters: [] } 699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9678 +label: "音更町農協" +value: "699" +data: Customize\Entity\Master\Bank {#8476 …} +attr: [] +labelTranslationParameters: [] } 700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9679 +label: "士幌町農協" +value: "700" +data: Customize\Entity\Master\Bank {#8477 …} +attr: [] +labelTranslationParameters: [] } 701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9680 +label: "上士幌町農協" +value: "701" +data: Customize\Entity\Master\Bank {#8478 …} +attr: [] +labelTranslationParameters: [] } 702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9681 +label: "札内農協" +value: "702" +data: Customize\Entity\Master\Bank {#8479 …} +attr: [] +labelTranslationParameters: [] } 703 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9682 +label: "幕別町農協" +value: "703" +data: Customize\Entity\Master\Bank {#8480 …} +attr: [] +labelTranslationParameters: [] } 704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9683 +label: "十勝池田町農協" +value: "704" +data: Customize\Entity\Master\Bank {#8481 …} +attr: [] +labelTranslationParameters: [] } 705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9684 +label: "豊頃町農協" +value: "705" +data: Customize\Entity\Master\Bank {#8482 …} +attr: [] +labelTranslationParameters: [] } 706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9685 +label: "浦幌町農協" +value: "706" +data: Customize\Entity\Master\Bank {#8483 …} +attr: [] +labelTranslationParameters: [] } 707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9686 +label: "本別町農協" +value: "707" +data: Customize\Entity\Master\Bank {#8484 …} +attr: [] +labelTranslationParameters: [] } 708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9687 +label: "足寄町農協" +value: "708" +data: Customize\Entity\Master\Bank {#8485 …} +attr: [] +labelTranslationParameters: [] } 709 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9688 +label: "陸別町農協" +value: "709" +data: Customize\Entity\Master\Bank {#8486 …} +attr: [] +labelTranslationParameters: [] } 710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9689 +label: "北オホーツク農協" +value: "710" +data: Customize\Entity\Master\Bank {#8487 …} +attr: [] +labelTranslationParameters: [] } 711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9690 +label: "オホーツクはまなす農協" +value: "711" +data: Customize\Entity\Master\Bank {#8488 …} +attr: [] +labelTranslationParameters: [] } 712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9691 +label: "佐呂間町農協" +value: "712" +data: Customize\Entity\Master\Bank {#8489 …} +attr: [] +labelTranslationParameters: [] } 713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9692 +label: "湧別町農協" +value: "713" +data: Customize\Entity\Master\Bank {#8490 …} +attr: [] +labelTranslationParameters: [] } 714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9693 +label: "えんゆう農協" +value: "714" +data: Customize\Entity\Master\Bank {#8491 …} +attr: [] +labelTranslationParameters: [] } 715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9694 +label: "きたみらい農協" +value: "715" +data: Customize\Entity\Master\Bank {#8492 …} +attr: [] +labelTranslationParameters: [] } 716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9695 +label: "津別町農協" +value: "716" +data: Customize\Entity\Master\Bank {#8493 …} +attr: [] +labelTranslationParameters: [] } 717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9696 +label: "美幌町農協" +value: "717" +data: Customize\Entity\Master\Bank {#8494 …} +attr: [] +labelTranslationParameters: [] } 718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9697 +label: "女満別町農協" +value: "718" +data: Customize\Entity\Master\Bank {#8495 …} +attr: [] +labelTranslationParameters: [] } 719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9698 +label: "常呂町農協" +value: "719" +data: Customize\Entity\Master\Bank {#8496 …} +attr: [] +labelTranslationParameters: [] } 720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9699 +label: "オホーツク網走農協" +value: "720" +data: Customize\Entity\Master\Bank {#8497 …} +attr: [] +labelTranslationParameters: [] } 721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9700 +label: "小清水町農協" +value: "721" +data: Customize\Entity\Master\Bank {#8498 …} +attr: [] +labelTranslationParameters: [] } 722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9701 +label: "しれとこ斜里農協" +value: "722" +data: Customize\Entity\Master\Bank {#8499 …} +attr: [] +labelTranslationParameters: [] } 723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9702 +label: "清里町農協" +value: "723" +data: Customize\Entity\Master\Bank {#8500 …} +attr: [] +labelTranslationParameters: [] } 724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9703 +label: "釧路太田農協" +value: "724" +data: Customize\Entity\Master\Bank {#8501 …} +attr: [] +labelTranslationParameters: [] } 725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9704 +label: "浜中町農協" +value: "725" +data: Customize\Entity\Master\Bank {#8502 …} +attr: [] +labelTranslationParameters: [] } 726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9705 +label: "標茶町農協" +value: "726" +data: Customize\Entity\Master\Bank {#8503 …} +attr: [] +labelTranslationParameters: [] } 727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9706 +label: "摩周湖農協" +value: "727" +data: Customize\Entity\Master\Bank {#8504 …} +attr: [] +labelTranslationParameters: [] } 728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9707 +label: "阿寒農協" +value: "728" +data: Customize\Entity\Master\Bank {#8505 …} +attr: [] +labelTranslationParameters: [] } 729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9708 +label: "釧路丹頂農協" +value: "729" +data: Customize\Entity\Master\Bank {#8506 …} +attr: [] +labelTranslationParameters: [] } 730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9709 +label: "標津町農協" +value: "730" +data: Customize\Entity\Master\Bank {#8507 …} +attr: [] +labelTranslationParameters: [] } 731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9710 +label: "中標津町農協" +value: "731" +data: Customize\Entity\Master\Bank {#8508 …} +attr: [] +labelTranslationParameters: [] } 732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9711 +label: "計根別農協" +value: "732" +data: Customize\Entity\Master\Bank {#8509 …} +attr: [] +labelTranslationParameters: [] } 733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9712 +label: "道東あさひ農協" +value: "733" +data: Customize\Entity\Master\Bank {#8510 …} +attr: [] +labelTranslationParameters: [] } 734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9713 +label: "中春別農協" +value: "734" +data: Customize\Entity\Master\Bank {#8511 …} +attr: [] +labelTranslationParameters: [] } 735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9714 +label: "青森農協" +value: "735" +data: Customize\Entity\Master\Bank {#8512 …} +attr: [] +labelTranslationParameters: [] } 736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9715 +label: "つがる弘前農協" +value: "736" +data: Customize\Entity\Master\Bank {#8513 …} +attr: [] +labelTranslationParameters: [] } 737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9716 +label: "相馬村農協" +value: "737" +data: Customize\Entity\Master\Bank {#8514 …} +attr: [] +labelTranslationParameters: [] } 738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9717 +label: "津軽みらい農協" +value: "738" +data: Customize\Entity\Master\Bank {#8515 …} +attr: [] +labelTranslationParameters: [] } 739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9718 +label: "つがるにしきた農協" +value: "739" +data: Customize\Entity\Master\Bank {#8516 …} +attr: [] +labelTranslationParameters: [] } 740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9719 +label: "ごしょつがる農協" +value: "740" +data: Customize\Entity\Master\Bank {#8517 …} +attr: [] +labelTranslationParameters: [] } 741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9720 +label: "十和田おいらせ農協" +value: "741" +data: Customize\Entity\Master\Bank {#8518 …} +attr: [] +labelTranslationParameters: [] } 742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9721 +label: "ゆうき青森農協" +value: "742" +data: Customize\Entity\Master\Bank {#8519 …} +attr: [] +labelTranslationParameters: [] } 743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9722 +label: "おいらせ農協" +value: "743" +data: Customize\Entity\Master\Bank {#8520 …} +attr: [] +labelTranslationParameters: [] } 744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9723 +label: "八戸農協" +value: "744" +data: Customize\Entity\Master\Bank {#8521 …} +attr: [] +labelTranslationParameters: [] } 745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9724 +label: "新岩手農協" +value: "745" +data: Customize\Entity\Master\Bank {#8522 …} +attr: [] +labelTranslationParameters: [] } 746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9725 +label: "岩手中央農協" +value: "746" +data: Customize\Entity\Master\Bank {#8523 …} +attr: [] +labelTranslationParameters: [] } 747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9726 +label: "花巻農協" +value: "747" +data: Customize\Entity\Master\Bank {#8524 …} +attr: [] +labelTranslationParameters: [] } 748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9727 +label: "岩手ふるさと農協" +value: "748" +data: Customize\Entity\Master\Bank {#8525 …} +attr: [] +labelTranslationParameters: [] } 749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9728 +label: "岩手江刺農協" +value: "749" +data: Customize\Entity\Master\Bank {#8526 …} +attr: [] +labelTranslationParameters: [] } 750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9729 +label: "いわて平泉農協" +value: "750" +data: Customize\Entity\Master\Bank {#8527 …} +attr: [] +labelTranslationParameters: [] } 751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9730 +label: "大船渡市農協" +value: "751" +data: Customize\Entity\Master\Bank {#8528 …} +attr: [] +labelTranslationParameters: [] } 752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9731 +label: "仙台農協" +value: "752" +data: Customize\Entity\Master\Bank {#8529 …} +attr: [] +labelTranslationParameters: [] } 753 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9732 +label: "岩沼市農協" +value: "753" +data: Customize\Entity\Master\Bank {#8530 …} +attr: [] +labelTranslationParameters: [] } 754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9733 +label: "名取岩沼農協" +value: "754" +data: Customize\Entity\Master\Bank {#8531 …} +attr: [] +labelTranslationParameters: [] } 755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9734 +label: "みやぎ亘理農協" +value: "755" +data: Customize\Entity\Master\Bank {#8532 …} +attr: [] +labelTranslationParameters: [] } 756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9735 +label: "みやぎ登米農協" +value: "756" +data: Customize\Entity\Master\Bank {#8533 …} +attr: [] +labelTranslationParameters: [] } 757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9736 +label: "古川農協" +value: "757" +data: Customize\Entity\Master\Bank {#8534 …} +attr: [] +labelTranslationParameters: [] } 758 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9737 +label: "加美よつば農協" +value: "758" +data: Customize\Entity\Master\Bank {#8535 …} +attr: [] +labelTranslationParameters: [] } 759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9738 +label: "新みやぎ農協" +value: "759" +data: Customize\Entity\Master\Bank {#8536 …} +attr: [] +labelTranslationParameters: [] } 760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9739 +label: "いしのまき農協" +value: "760" +data: Customize\Entity\Master\Bank {#8537 …} +attr: [] +labelTranslationParameters: [] } 761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9740 +label: "みやぎ仙南農協" +value: "761" +data: Customize\Entity\Master\Bank {#8538 …} +attr: [] +labelTranslationParameters: [] } 762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9741 +label: "かづの農協" +value: "762" +data: Customize\Entity\Master\Bank {#8539 …} +attr: [] +labelTranslationParameters: [] } 763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9742 +label: "あきた北農協" +value: "763" +data: Customize\Entity\Master\Bank {#8540 …} +attr: [] +labelTranslationParameters: [] } 764 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9743 +label: "秋田たかのす農協" +value: "764" +data: Customize\Entity\Master\Bank {#8541 …} +attr: [] +labelTranslationParameters: [] } 765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9744 +label: "あきた白神農協" +value: "765" +data: Customize\Entity\Master\Bank {#8542 …} +attr: [] +labelTranslationParameters: [] } 766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9745 +label: "秋田やまもと農協" +value: "766" +data: Customize\Entity\Master\Bank {#8543 …} +attr: [] +labelTranslationParameters: [] } 767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9746 +label: "あきた湖東農協" +value: "767" +data: Customize\Entity\Master\Bank {#8544 …} +attr: [] +labelTranslationParameters: [] } 768 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9747 +label: "秋田なまはげ農協" +value: "768" +data: Customize\Entity\Master\Bank {#8545 …} +attr: [] +labelTranslationParameters: [] } 769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9748 +label: "秋田しんせい農協" +value: "769" +data: Customize\Entity\Master\Bank {#8546 …} +attr: [] +labelTranslationParameters: [] } 770 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9749 +label: "秋田おばこ農協" +value: "770" +data: Customize\Entity\Master\Bank {#8547 …} +attr: [] +labelTranslationParameters: [] } 771 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9750 +label: "秋田ふるさと農協" +value: "771" +data: Customize\Entity\Master\Bank {#8548 …} +attr: [] +labelTranslationParameters: [] } 772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9751 +label: "こまち農協" +value: "772" +data: Customize\Entity\Master\Bank {#8549 …} +attr: [] +labelTranslationParameters: [] } 773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9752 +label: "うご農協" +value: "773" +data: Customize\Entity\Master\Bank {#8550 …} +attr: [] +labelTranslationParameters: [] } 774 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9753 +label: "大潟村農協" +value: "774" +data: Customize\Entity\Master\Bank {#8551 …} +attr: [] +labelTranslationParameters: [] } 775 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9754 +label: "山形市農協" +value: "775" +data: Customize\Entity\Master\Bank {#8552 …} +attr: [] +labelTranslationParameters: [] } 776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9755 +label: "山形農協" +value: "776" +data: Customize\Entity\Master\Bank {#8553 …} +attr: [] +labelTranslationParameters: [] } 777 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9756 +label: "天童市農協" +value: "777" +data: Customize\Entity\Master\Bank {#8554 …} +attr: [] +labelTranslationParameters: [] } 778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9757 +label: "さがえ西村山農協" +value: "778" +data: Customize\Entity\Master\Bank {#8555 …} +attr: [] +labelTranslationParameters: [] } 779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9758 +label: "みちのく村山農協" +value: "779" +data: Customize\Entity\Master\Bank {#8556 …} +attr: [] +labelTranslationParameters: [] } 780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9759 +label: "東根市農協" +value: "780" +data: Customize\Entity\Master\Bank {#8557 …} +attr: [] +labelTranslationParameters: [] } 781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9760 +label: "新庄市農協" +value: "781" +data: Customize\Entity\Master\Bank {#8558 …} +attr: [] +labelTranslationParameters: [] } 782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9761 +label: "もがみ中央農協" +value: "782" +data: Customize\Entity\Master\Bank {#8559 …} +attr: [] +labelTranslationParameters: [] } 783 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9762 +label: "金山農協" +value: "783" +data: Customize\Entity\Master\Bank {#8560 …} +attr: [] +labelTranslationParameters: [] } 784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9763 +label: "山形おきたま農協" +value: "784" +data: Customize\Entity\Master\Bank {#8561 …} +attr: [] +labelTranslationParameters: [] } 785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9764 +label: "鶴岡市農協" +value: "785" +data: Customize\Entity\Master\Bank {#8562 …} +attr: [] +labelTranslationParameters: [] } 786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9765 +label: "庄内たがわ農協" +value: "786" +data: Customize\Entity\Master\Bank {#8563 …} +attr: [] +labelTranslationParameters: [] } 787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9766 +label: "余目町農協" +value: "787" +data: Customize\Entity\Master\Bank {#8564 …} +attr: [] +labelTranslationParameters: [] } 788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9767 +label: "庄内みどり農協" +value: "788" +data: Customize\Entity\Master\Bank {#8565 …} +attr: [] +labelTranslationParameters: [] } 789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9768 +label: "酒田市袖浦農協" +value: "789" +data: Customize\Entity\Master\Bank {#8566 …} +attr: [] +labelTranslationParameters: [] } 790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9769 +label: "ふくしま未来農協" +value: "790" +data: Customize\Entity\Master\Bank {#8567 …} +attr: [] +labelTranslationParameters: [] } 791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9770 +label: "夢みなみ農協" +value: "791" +data: Customize\Entity\Master\Bank {#8568 …} +attr: [] +labelTranslationParameters: [] } 792 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9771 +label: "東西しらかわ農協" +value: "792" +data: Customize\Entity\Master\Bank {#8569 …} +attr: [] +labelTranslationParameters: [] } 793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9772 +label: "会津よつば農協" +value: "793" +data: Customize\Entity\Master\Bank {#8570 …} +attr: [] +labelTranslationParameters: [] } 794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9773 +label: "福島さくら農協" +value: "794" +data: Customize\Entity\Master\Bank {#8571 …} +attr: [] +labelTranslationParameters: [] } 795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9774 +label: "水戸農協" +value: "795" +data: Customize\Entity\Master\Bank {#8572 …} +attr: [] +labelTranslationParameters: [] } 796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9775 +label: "常陸農協" +value: "796" +data: Customize\Entity\Master\Bank {#8573 …} +attr: [] +labelTranslationParameters: [] } 797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9776 +label: "日立市多賀農協" +value: "797" +data: Customize\Entity\Master\Bank {#8574 …} +attr: [] +labelTranslationParameters: [] } 798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9777 +label: "茨城旭村農協" +value: "798" +data: Customize\Entity\Master\Bank {#8575 …} +attr: [] +labelTranslationParameters: [] } 799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9778 +label: "ほこた農協" +value: "799" +data: Customize\Entity\Master\Bank {#8576 …} +attr: [] +labelTranslationParameters: [] } 800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9779 +label: "なめがたしおさい農協" +value: "800" +data: Customize\Entity\Master\Bank {#8577 …} +attr: [] +labelTranslationParameters: [] } 801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9780 +label: "稲敷農協" +value: "801" +data: Customize\Entity\Master\Bank {#8578 …} +attr: [] +labelTranslationParameters: [] } 802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9781 +label: "水郷つくば農協" +value: "802" +data: Customize\Entity\Master\Bank {#8579 …} +attr: [] +labelTranslationParameters: [] } 803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9782 +label: "つくば市農協" +value: "803" +data: Customize\Entity\Master\Bank {#8580 …} +attr: [] +labelTranslationParameters: [] } 804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9783 +label: "つくば市谷田部農協" +value: "804" +data: Customize\Entity\Master\Bank {#8581 …} +attr: [] +labelTranslationParameters: [] } 805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9784 +label: "茨城みなみ農協" +value: "805" +data: Customize\Entity\Master\Bank {#8582 …} +attr: [] +labelTranslationParameters: [] } 806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9785 +label: "やさと農協" +value: "806" +data: Customize\Entity\Master\Bank {#8583 …} +attr: [] +labelTranslationParameters: [] } 807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9786 +label: "新ひたち野農協" +value: "807" +data: Customize\Entity\Master\Bank {#8584 …} +attr: [] +labelTranslationParameters: [] } 808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9787 +label: "北つくば農協" +value: "808" +data: Customize\Entity\Master\Bank {#8585 …} +attr: [] +labelTranslationParameters: [] } 809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9788 +label: "常総ひかり農協" +value: "809" +data: Customize\Entity\Master\Bank {#8586 …} +attr: [] +labelTranslationParameters: [] } 810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9789 +label: "茨城むつみ農協" +value: "810" +data: Customize\Entity\Master\Bank {#8587 …} +attr: [] +labelTranslationParameters: [] } 811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9790 +label: "岩井農協" +value: "811" +data: Customize\Entity\Master\Bank {#8588 …} +attr: [] +labelTranslationParameters: [] } 812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9791 +label: "宇都宮農協" +value: "812" +data: Customize\Entity\Master\Bank {#8589 …} +attr: [] +labelTranslationParameters: [] } 813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9792 +label: "上都賀農協" +value: "813" +data: Customize\Entity\Master\Bank {#8590 …} +attr: [] +labelTranslationParameters: [] } 814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9793 +label: "はが野農協" +value: "814" +data: Customize\Entity\Master\Bank {#8591 …} +attr: [] +labelTranslationParameters: [] } 815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9794 +label: "下野農協" +value: "815" +data: Customize\Entity\Master\Bank {#8592 …} +attr: [] +labelTranslationParameters: [] } 816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9795 +label: "小山農協" +value: "816" +data: Customize\Entity\Master\Bank {#8593 …} +attr: [] +labelTranslationParameters: [] } 817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9796 +label: "塩野谷農協" +value: "817" +data: Customize\Entity\Master\Bank {#8594 …} +attr: [] +labelTranslationParameters: [] } 818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9797 +label: "那須野農協" +value: "818" +data: Customize\Entity\Master\Bank {#8595 …} +attr: [] +labelTranslationParameters: [] } 819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9798 +label: "那須南農協" +value: "819" +data: Customize\Entity\Master\Bank {#8596 …} +attr: [] +labelTranslationParameters: [] } 820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9799 +label: "佐野農協" +value: "820" +data: Customize\Entity\Master\Bank {#8597 …} +attr: [] +labelTranslationParameters: [] } 821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9800 +label: "足利市農協" +value: "821" +data: Customize\Entity\Master\Bank {#8598 …} +attr: [] +labelTranslationParameters: [] } 822 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9801 +label: "赤城橘農協" +value: "822" +data: Customize\Entity\Master\Bank {#8599 …} +attr: [] +labelTranslationParameters: [] } 823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9802 +label: "前橋市農協" +value: "823" +data: Customize\Entity\Master\Bank {#8600 …} +attr: [] +labelTranslationParameters: [] } 824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9803 +label: "高崎市農協" +value: "824" +data: Customize\Entity\Master\Bank {#8601 …} +attr: [] +labelTranslationParameters: [] } 825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9804 +label: "はぐくみ農協" +value: "825" +data: Customize\Entity\Master\Bank {#8602 …} +attr: [] +labelTranslationParameters: [] } 826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9805 +label: "北群渋川農協" +value: "826" +data: Customize\Entity\Master\Bank {#8603 …} +attr: [] +labelTranslationParameters: [] } 827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9806 +label: "多野藤岡農協" +value: "827" +data: Customize\Entity\Master\Bank {#8604 …} +attr: [] +labelTranslationParameters: [] } 828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9807 +label: "甘楽富岡農協" +value: "828" +data: Customize\Entity\Master\Bank {#8605 …} +attr: [] +labelTranslationParameters: [] } 829 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9808 +label: "碓氷安中農協" +value: "829" +data: Customize\Entity\Master\Bank {#8606 …} +attr: [] +labelTranslationParameters: [] } 830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9809 +label: "あがつま農協" +value: "830" +data: Customize\Entity\Master\Bank {#8607 …} +attr: [] +labelTranslationParameters: [] } 831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9810 +label: "嬬恋村農協" +value: "831" +data: Customize\Entity\Master\Bank {#8608 …} +attr: [] +labelTranslationParameters: [] } 832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9811 +label: "利根沼田農協" +value: "832" +data: Customize\Entity\Master\Bank {#8609 …} +attr: [] +labelTranslationParameters: [] } 833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9812 +label: "佐波伊勢崎農協" +value: "833" +data: Customize\Entity\Master\Bank {#8610 …} +attr: [] +labelTranslationParameters: [] } 834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9813 +label: "新田みどり農協" +value: "834" +data: Customize\Entity\Master\Bank {#8611 …} +attr: [] +labelTranslationParameters: [] } 835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9814 +label: "太田市農協" +value: "835" +data: Customize\Entity\Master\Bank {#8612 …} +attr: [] +labelTranslationParameters: [] } 836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9815 +label: "邑楽館林農協" +value: "836" +data: Customize\Entity\Master\Bank {#8613 …} +attr: [] +labelTranslationParameters: [] } 837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9816 +label: "さいたま農協" +value: "837" +data: Customize\Entity\Master\Bank {#8614 …} +attr: [] +labelTranslationParameters: [] } 838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9817 +label: "あさか野農協" +value: "838" +data: Customize\Entity\Master\Bank {#8615 …} +attr: [] +labelTranslationParameters: [] } 839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9818 +label: "いるま野農協" +value: "839" +data: Customize\Entity\Master\Bank {#8616 …} +attr: [] +labelTranslationParameters: [] } 840 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9819 +label: "埼玉中央農協" +value: "840" +data: Customize\Entity\Master\Bank {#8617 …} +attr: [] +labelTranslationParameters: [] } 841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9820 +label: "ちちぶ農協" +value: "841" +data: Customize\Entity\Master\Bank {#8618 …} +attr: [] +labelTranslationParameters: [] } 842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9821 +label: "埼玉ひびきの農協" +value: "842" +data: Customize\Entity\Master\Bank {#8619 …} +attr: [] +labelTranslationParameters: [] } 843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9822 +label: "くまがや農協" +value: "843" +data: Customize\Entity\Master\Bank {#8620 …} +attr: [] +labelTranslationParameters: [] } 844 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9823 +label: "埼玉岡部農協" +value: "844" +data: Customize\Entity\Master\Bank {#8621 …} +attr: [] +labelTranslationParameters: [] } 845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9824 +label: "花園農協" +value: "845" +data: Customize\Entity\Master\Bank {#8622 …} +attr: [] +labelTranslationParameters: [] } 846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9825 +label: "ほくさい農協" +value: "846" +data: Customize\Entity\Master\Bank {#8623 …} +attr: [] +labelTranslationParameters: [] } 847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9826 +label: "越谷市農協" +value: "847" +data: Customize\Entity\Master\Bank {#8624 …} +attr: [] +labelTranslationParameters: [] } 848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9827 +label: "南彩農協" +value: "848" +data: Customize\Entity\Master\Bank {#8625 …} +attr: [] +labelTranslationParameters: [] } 849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9828 +label: "埼玉みずほ農協" +value: "849" +data: Customize\Entity\Master\Bank {#8626 …} +attr: [] +labelTranslationParameters: [] } 850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9829 +label: "さいかつ農協" +value: "850" +data: Customize\Entity\Master\Bank {#8627 …} +attr: [] +labelTranslationParameters: [] } 851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9830 +label: "ふかや農協" +value: "851" +data: Customize\Entity\Master\Bank {#8628 …} +attr: [] +labelTranslationParameters: [] } 852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9831 +label: "安房農協" +value: "852" +data: Customize\Entity\Master\Bank {#8629 …} +attr: [] +labelTranslationParameters: [] } 853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9832 +label: "いすみ農協" +value: "853" +data: Customize\Entity\Master\Bank {#8630 …} +attr: [] +labelTranslationParameters: [] } 854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9833 +label: "木更津市農協" +value: "854" +data: Customize\Entity\Master\Bank {#8631 …} +attr: [] +labelTranslationParameters: [] } 855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9834 +label: "君津市農協" +value: "855" +data: Customize\Entity\Master\Bank {#8632 …} +attr: [] +labelTranslationParameters: [] } 856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9835 +label: "長生農協" +value: "856" +data: Customize\Entity\Master\Bank {#8633 …} +attr: [] +labelTranslationParameters: [] } 857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9836 +label: "山武郡市農協" +value: "857" +data: Customize\Entity\Master\Bank {#8634 …} +attr: [] +labelTranslationParameters: [] } 858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9837 +label: "市原市農協" +value: "858" +data: Customize\Entity\Master\Bank {#8635 …} +attr: [] +labelTranslationParameters: [] } 859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9838 +label: "千葉みらい農協" +value: "859" +data: Customize\Entity\Master\Bank {#8636 …} +attr: [] +labelTranslationParameters: [] } 860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9839 +label: "八千代市農協" +value: "860" +data: Customize\Entity\Master\Bank {#8637 …} +attr: [] +labelTranslationParameters: [] } 861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9840 +label: "市川市農協" +value: "861" +data: Customize\Entity\Master\Bank {#8638 …} +attr: [] +labelTranslationParameters: [] } 862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9841 +label: "とうかつ中央農協" +value: "862" +data: Customize\Entity\Master\Bank {#8639 …} +attr: [] +labelTranslationParameters: [] } 863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9842 +label: "ちば東葛農協" +value: "863" +data: Customize\Entity\Master\Bank {#8640 …} +attr: [] +labelTranslationParameters: [] } 864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9843 +label: "成田市農協" +value: "864" +data: Customize\Entity\Master\Bank {#8641 …} +attr: [] +labelTranslationParameters: [] } 865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9844 +label: "富里市農協" +value: "865" +data: Customize\Entity\Master\Bank {#8642 …} +attr: [] +labelTranslationParameters: [] } 866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9845 +label: "西印旛農協" +value: "866" +data: Customize\Entity\Master\Bank {#8643 …} +attr: [] +labelTranslationParameters: [] } 867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9846 +label: "かとり農協" +value: "867" +data: Customize\Entity\Master\Bank {#8644 …} +attr: [] +labelTranslationParameters: [] } 868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9847 +label: "ちばみどり農協" +value: "868" +data: Customize\Entity\Master\Bank {#8645 …} +attr: [] +labelTranslationParameters: [] } 869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9848 +label: "西東京農協" +value: "869" +data: Customize\Entity\Master\Bank {#8646 …} +attr: [] +labelTranslationParameters: [] } 870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9849 +label: "西多摩農協" +value: "870" +data: Customize\Entity\Master\Bank {#8647 …} +attr: [] +labelTranslationParameters: [] } 871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9850 +label: "秋川農協" +value: "871" +data: Customize\Entity\Master\Bank {#8648 …} +attr: [] +labelTranslationParameters: [] } 872 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9851 +label: "八王子市農協" +value: "872" +data: Customize\Entity\Master\Bank {#8649 …} +attr: [] +labelTranslationParameters: [] } 873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9852 +label: "東京南農協" +value: "873" +data: Customize\Entity\Master\Bank {#8650 …} +attr: [] +labelTranslationParameters: [] } 874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9853 +label: "町田市農協" +value: "874" +data: Customize\Entity\Master\Bank {#8651 …} +attr: [] +labelTranslationParameters: [] } 875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9854 +label: "マインズ農協" +value: "875" +data: Customize\Entity\Master\Bank {#8652 …} +attr: [] +labelTranslationParameters: [] } 876 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9855 +label: "東京みどり農協" +value: "876" +data: Customize\Entity\Master\Bank {#8653 …} +attr: [] +labelTranslationParameters: [] } 877 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9856 +label: "東京みらい農協" +value: "877" +data: Customize\Entity\Master\Bank {#8654 …} +attr: [] +labelTranslationParameters: [] } 878 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9857 +label: "東京むさし農協" +value: "878" +data: Customize\Entity\Master\Bank {#8655 …} +attr: [] +labelTranslationParameters: [] } 879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9858 +label: "東京中央農協" +value: "879" +data: Customize\Entity\Master\Bank {#8656 …} +attr: [] +labelTranslationParameters: [] } 880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9859 +label: "世田谷目黒農協" +value: "880" +data: Customize\Entity\Master\Bank {#8657 …} +attr: [] +labelTranslationParameters: [] } 881 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9860 +label: "東京あおば農協" +value: "881" +data: Customize\Entity\Master\Bank {#8658 …} +attr: [] +labelTranslationParameters: [] } 882 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9861 +label: "東京スマイル農協" +value: "882" +data: Customize\Entity\Master\Bank {#8659 …} +attr: [] +labelTranslationParameters: [] } 883 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9862 +label: "横浜農協" +value: "883" +data: Customize\Entity\Master\Bank {#8660 …} +attr: [] +labelTranslationParameters: [] } 884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9863 +label: "セレサ川崎農協" +value: "884" +data: Customize\Entity\Master\Bank {#8661 …} +attr: [] +labelTranslationParameters: [] } 885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9864 +label: "よこすか葉山農協" +value: "885" +data: Customize\Entity\Master\Bank {#8662 …} +attr: [] +labelTranslationParameters: [] } 886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9865 +label: "三浦市農協" +value: "886" +data: Customize\Entity\Master\Bank {#8663 …} +attr: [] +labelTranslationParameters: [] } 887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9866 +label: "さがみ農協" +value: "887" +data: Customize\Entity\Master\Bank {#8664 …} +attr: [] +labelTranslationParameters: [] } 888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9867 +label: "湘南農協" +value: "888" +data: Customize\Entity\Master\Bank {#8665 …} +attr: [] +labelTranslationParameters: [] } 889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9868 +label: "秦野市農協" +value: "889" +data: Customize\Entity\Master\Bank {#8666 …} +attr: [] +labelTranslationParameters: [] } 890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9869 +label: "かながわ西湘農協" +value: "890" +data: Customize\Entity\Master\Bank {#8667 …} +attr: [] +labelTranslationParameters: [] } 891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9870 +label: "厚木市農協" +value: "891" +data: Customize\Entity\Master\Bank {#8668 …} +attr: [] +labelTranslationParameters: [] } 892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9871 +label: "県央愛川農協" +value: "892" +data: Customize\Entity\Master\Bank {#8669 …} +attr: [] +labelTranslationParameters: [] } 893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9872 +label: "相模原市農協" +value: "893" +data: Customize\Entity\Master\Bank {#8670 …} +attr: [] +labelTranslationParameters: [] } 894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9873 +label: "神奈川つくい農協" +value: "894" +data: Customize\Entity\Master\Bank {#8671 …} +attr: [] +labelTranslationParameters: [] } 895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9874 +label: "フルーツ山梨農協" +value: "895" +data: Customize\Entity\Master\Bank {#8672 …} +attr: [] +labelTranslationParameters: [] } 896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9875 +label: "笛吹農協" +value: "896" +data: Customize\Entity\Master\Bank {#8673 …} +attr: [] +labelTranslationParameters: [] } 897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9876 +label: "山梨みらい農協" +value: "897" +data: Customize\Entity\Master\Bank {#8674 …} +attr: [] +labelTranslationParameters: [] } 898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9877 +label: "南アルプス市農協" +value: "898" +data: Customize\Entity\Master\Bank {#8675 …} +attr: [] +labelTranslationParameters: [] } 899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9878 +label: "梨北農協" +value: "899" +data: Customize\Entity\Master\Bank {#8676 …} +attr: [] +labelTranslationParameters: [] } 900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9879 +label: "クレイン農協" +value: "900" +data: Customize\Entity\Master\Bank {#8677 …} +attr: [] +labelTranslationParameters: [] } 901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9880 +label: "北富士農協" +value: "901" +data: Customize\Entity\Master\Bank {#8678 …} +attr: [] +labelTranslationParameters: [] } 902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9881 +label: "鳴沢村農協" +value: "902" +data: Customize\Entity\Master\Bank {#8679 …} +attr: [] +labelTranslationParameters: [] } 903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9882 +label: "長野八ヶ岳農協" +value: "903" +data: Customize\Entity\Master\Bank {#8680 …} +attr: [] +labelTranslationParameters: [] } 904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9883 +label: "佐久浅間農協" +value: "904" +data: Customize\Entity\Master\Bank {#8681 …} +attr: [] +labelTranslationParameters: [] } 905 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9884 +label: "信州うえだ農協" +value: "905" +data: Customize\Entity\Master\Bank {#8682 …} +attr: [] +labelTranslationParameters: [] } 906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9885 +label: "信州諏訪農協" +value: "906" +data: Customize\Entity\Master\Bank {#8683 …} +attr: [] +labelTranslationParameters: [] } 907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9886 +label: "上伊那農協" +value: "907" +data: Customize\Entity\Master\Bank {#8684 …} +attr: [] +labelTranslationParameters: [] } 908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9887 +label: "みなみ信州農協" +value: "908" +data: Customize\Entity\Master\Bank {#8685 …} +attr: [] +labelTranslationParameters: [] } 909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9888 +label: "木曽農協" +value: "909" +data: Customize\Entity\Master\Bank {#8686 …} +attr: [] +labelTranslationParameters: [] } 910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9889 +label: "松本ハイランド農協" +value: "910" +data: Customize\Entity\Master\Bank {#8687 …} +attr: [] +labelTranslationParameters: [] } 911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9890 +label: "洗馬農協" +value: "911" +data: Customize\Entity\Master\Bank {#8688 …} +attr: [] +labelTranslationParameters: [] } 912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9891 +label: "あづみ農協" +value: "912" +data: Customize\Entity\Master\Bank {#8689 …} +attr: [] +labelTranslationParameters: [] } 913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9892 +label: "大北農協" +value: "913" +data: Customize\Entity\Master\Bank {#8690 …} +attr: [] +labelTranslationParameters: [] } 914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9893 +label: "グリーン長野農協" +value: "914" +data: Customize\Entity\Master\Bank {#8691 …} +attr: [] +labelTranslationParameters: [] } 915 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9894 +label: "中野市農協" +value: "915" +data: Customize\Entity\Master\Bank {#8692 …} +attr: [] +labelTranslationParameters: [] } 916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9895 +label: "ながの農協" +value: "916" +data: Customize\Entity\Master\Bank {#8693 …} +attr: [] +labelTranslationParameters: [] } 917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9896 +label: "北蒲みなみ農協" +value: "917" +data: Customize\Entity\Master\Bank {#8694 …} +attr: [] +labelTranslationParameters: [] } 918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9897 +label: "ささかみ農協" +value: "918" +data: Customize\Entity\Master\Bank {#8695 …} +attr: [] +labelTranslationParameters: [] } 919 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9898 +label: "北越後農協" +value: "919" +data: Customize\Entity\Master\Bank {#8696 …} +attr: [] +labelTranslationParameters: [] } 920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9899 +label: "胎内市農協" +value: "920" +data: Customize\Entity\Master\Bank {#8697 …} +attr: [] +labelTranslationParameters: [] } 921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9900 +label: "新潟みらい農協" +value: "921" +data: Customize\Entity\Master\Bank {#8698 …} +attr: [] +labelTranslationParameters: [] } 922 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9901 +label: "新津さつき農協" +value: "922" +data: Customize\Entity\Master\Bank {#8699 …} +attr: [] +labelTranslationParameters: [] } 923 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9902 +label: "越後中央農協" +value: "923" +data: Customize\Entity\Master\Bank {#8700 …} +attr: [] +labelTranslationParameters: [] } 924 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9903 +label: "にいがた南蒲農協" +value: "924" +data: Customize\Entity\Master\Bank {#8701 …} +attr: [] +labelTranslationParameters: [] } 925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9904 +label: "越後ながおか農協" +value: "925" +data: Customize\Entity\Master\Bank {#8702 …} +attr: [] +labelTranslationParameters: [] } 926 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9905 +label: "越後さんとう農協" +value: "926" +data: Customize\Entity\Master\Bank {#8703 …} +attr: [] +labelTranslationParameters: [] } 927 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9906 +label: "越後おぢや農協" +value: "927" +data: Customize\Entity\Master\Bank {#8704 …} +attr: [] +labelTranslationParameters: [] } 928 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9907 +label: "北魚沼農協" +value: "928" +data: Customize\Entity\Master\Bank {#8705 …} +attr: [] +labelTranslationParameters: [] } 929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9908 +label: "みなみ魚沼農協" +value: "929" +data: Customize\Entity\Master\Bank {#8706 …} +attr: [] +labelTranslationParameters: [] } 930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9909 +label: "十日町農協" +value: "930" +data: Customize\Entity\Master\Bank {#8707 …} +attr: [] +labelTranslationParameters: [] } 931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9910 +label: "津南町農協" +value: "931" +data: Customize\Entity\Master\Bank {#8708 …} +attr: [] +labelTranslationParameters: [] } 932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9911 +label: "柏崎農協" +value: "932" +data: Customize\Entity\Master\Bank {#8709 …} +attr: [] +labelTranslationParameters: [] } 933 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9912 +label: "えちご上越農協" +value: "933" +data: Customize\Entity\Master\Bank {#8710 …} +attr: [] +labelTranslationParameters: [] } 934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9913 +label: "ひすい農協" +value: "934" +data: Customize\Entity\Master\Bank {#8711 …} +attr: [] +labelTranslationParameters: [] } 935 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9914 +label: "かみはやし農協" +value: "935" +data: Customize\Entity\Master\Bank {#8712 …} +attr: [] +labelTranslationParameters: [] } 936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9915 +label: "にいがた岩船農協" +value: "936" +data: Customize\Entity\Master\Bank {#8713 …} +attr: [] +labelTranslationParameters: [] } 937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9916 +label: "佐渡農協" +value: "937" +data: Customize\Entity\Master\Bank {#8714 …} +attr: [] +labelTranslationParameters: [] } 938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9917 +label: "羽茂農協" +value: "938" +data: Customize\Entity\Master\Bank {#8715 …} +attr: [] +labelTranslationParameters: [] } 939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9918 +label: "新潟市農協" +value: "939" +data: Customize\Entity\Master\Bank {#8716 …} +attr: [] +labelTranslationParameters: [] } 940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9919 +label: "みな穂農協" +value: "940" +data: Customize\Entity\Master\Bank {#8717 …} +attr: [] +labelTranslationParameters: [] } 941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9920 +label: "黒部市農協" +value: "941" +data: Customize\Entity\Master\Bank {#8718 …} +attr: [] +labelTranslationParameters: [] } 942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9921 +label: "魚津市農協" +value: "942" +data: Customize\Entity\Master\Bank {#8719 …} +attr: [] +labelTranslationParameters: [] } 943 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9922 +label: "アルプス農協" +value: "943" +data: Customize\Entity\Master\Bank {#8720 …} +attr: [] +labelTranslationParameters: [] } 944 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9923 +label: "あおば農協" +value: "944" +data: Customize\Entity\Master\Bank {#8721 …} +attr: [] +labelTranslationParameters: [] } 945 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9924 +label: "富山市農協" +value: "945" +data: Customize\Entity\Master\Bank {#8722 …} +attr: [] +labelTranslationParameters: [] } 946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9925 +label: "なのはな農協" +value: "946" +data: Customize\Entity\Master\Bank {#8723 …} +attr: [] +labelTranslationParameters: [] } 947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9926 +label: "山田村農協" +value: "947" +data: Customize\Entity\Master\Bank {#8724 …} +attr: [] +labelTranslationParameters: [] } 948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9927 +label: "いみず野農協" +value: "948" +data: Customize\Entity\Master\Bank {#8725 …} +attr: [] +labelTranslationParameters: [] } 949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9928 +label: "高岡市農協" +value: "949" +data: Customize\Entity\Master\Bank {#8726 …} +attr: [] +labelTranslationParameters: [] } 950 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9929 +label: "氷見市農協" +value: "950" +data: Customize\Entity\Master\Bank {#8727 …} +attr: [] +labelTranslationParameters: [] } 951 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9930 +label: "となみ野農協" +value: "951" +data: Customize\Entity\Master\Bank {#8728 …} +attr: [] +labelTranslationParameters: [] } 952 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9931 +label: "なんと農協" +value: "952" +data: Customize\Entity\Master\Bank {#8729 …} +attr: [] +labelTranslationParameters: [] } 953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9932 +label: "いなば農協" +value: "953" +data: Customize\Entity\Master\Bank {#8730 …} +attr: [] +labelTranslationParameters: [] } 954 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9933 +label: "福光農協" +value: "954" +data: Customize\Entity\Master\Bank {#8731 …} +attr: [] +labelTranslationParameters: [] } 955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9934 +label: "加賀農協" +value: "955" +data: Customize\Entity\Master\Bank {#8732 …} +attr: [] +labelTranslationParameters: [] } 956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9935 +label: "小松市農協" +value: "956" +data: Customize\Entity\Master\Bank {#8733 …} +attr: [] +labelTranslationParameters: [] } 957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9936 +label: "根上農協" +value: "957" +data: Customize\Entity\Master\Bank {#8734 …} +attr: [] +labelTranslationParameters: [] } 958 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9937 +label: "能美農協" +value: "958" +data: Customize\Entity\Master\Bank {#8735 …} +attr: [] +labelTranslationParameters: [] } 959 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9938 +label: "松任市農協" +value: "959" +data: Customize\Entity\Master\Bank {#8736 …} +attr: [] +labelTranslationParameters: [] } 960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9939 +label: "野々市農協" +value: "960" +data: Customize\Entity\Master\Bank {#8737 …} +attr: [] +labelTranslationParameters: [] } 961 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9940 +label: "白山農協" +value: "961" +data: Customize\Entity\Master\Bank {#8738 …} +attr: [] +labelTranslationParameters: [] } 962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9941 +label: "金沢中央農協" +value: "962" +data: Customize\Entity\Master\Bank {#8739 …} +attr: [] +labelTranslationParameters: [] } 963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9942 +label: "金沢市農協" +value: "963" +data: Customize\Entity\Master\Bank {#8740 …} +attr: [] +labelTranslationParameters: [] } 964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9943 +label: "石川かほく農協" +value: "964" +data: Customize\Entity\Master\Bank {#8741 …} +attr: [] +labelTranslationParameters: [] } 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9944 +label: "はくい農協" +value: "965" +data: Customize\Entity\Master\Bank {#8742 …} +attr: [] +labelTranslationParameters: [] } 966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9945 +label: "志賀農協" +value: "966" +data: Customize\Entity\Master\Bank {#8743 …} +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9946 +label: "能登わかば農協" +value: "967" +data: Customize\Entity\Master\Bank {#8744 …} +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9947 +label: "おおぞら農協" +value: "968" +data: Customize\Entity\Master\Bank {#8745 …} +attr: [] +labelTranslationParameters: [] } 969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9948 +label: "内浦町農協" +value: "969" +data: Customize\Entity\Master\Bank {#8746 …} +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9949 +label: "珠洲市農協" +value: "970" +data: Customize\Entity\Master\Bank {#8747 …} +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9950 +label: "ぎふ農協" +value: "971" +data: Customize\Entity\Master\Bank {#8748 …} +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9951 +label: "西美濃農協" +value: "972" +data: Customize\Entity\Master\Bank {#8749 …} +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9952 +label: "いび川農協" +value: "973" +data: Customize\Entity\Master\Bank {#8750 …} +attr: [] +labelTranslationParameters: [] } 974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9953 +label: "めぐみの農協" +value: "974" +data: Customize\Entity\Master\Bank {#8751 …} +attr: [] +labelTranslationParameters: [] } 975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9954 +label: "陶都信用農協" +value: "975" +data: Customize\Entity\Master\Bank {#8752 …} +attr: [] +labelTranslationParameters: [] } 976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9955 +label: "東美濃農協" +value: "976" +data: Customize\Entity\Master\Bank {#8753 …} +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9956 +label: "飛騨農協" +value: "977" +data: Customize\Entity\Master\Bank {#8754 …} +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9957 +label: "伊豆太陽農協" +value: "978" +data: Customize\Entity\Master\Bank {#8755 …} +attr: [] +labelTranslationParameters: [] } 979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9958 +label: "三島函南農協" +value: "979" +data: Customize\Entity\Master\Bank {#8756 …} +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9959 +label: "伊豆の国農協" +value: "980" +data: Customize\Entity\Master\Bank {#8757 …} +attr: [] +labelTranslationParameters: [] } 981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9960 +label: "あいら伊豆農協" +value: "981" +data: Customize\Entity\Master\Bank {#8758 …} +attr: [] +labelTranslationParameters: [] } 982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9961 +label: "南駿農協" +value: "982" +data: Customize\Entity\Master\Bank {#8759 …} +attr: [] +labelTranslationParameters: [] } 983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9962 +label: "御殿場農協" +value: "983" +data: Customize\Entity\Master\Bank {#8760 …} +attr: [] +labelTranslationParameters: [] } 984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9963 +label: "富士市農協" +value: "984" +data: Customize\Entity\Master\Bank {#8761 …} +attr: [] +labelTranslationParameters: [] } 985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9964 +label: "富士宮農協" +value: "985" +data: Customize\Entity\Master\Bank {#8762 …} +attr: [] +labelTranslationParameters: [] } 986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9965 +label: "清水農協" +value: "986" +data: Customize\Entity\Master\Bank {#8763 …} +attr: [] +labelTranslationParameters: [] } 987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9966 +label: "静岡市農協" +value: "987" +data: Customize\Entity\Master\Bank {#8764 …} +attr: [] +labelTranslationParameters: [] } 988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9967 +label: "大井川農協" +value: "988" +data: Customize\Entity\Master\Bank {#8765 …} +attr: [] +labelTranslationParameters: [] } 989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9968 +label: "ハイナン農協" +value: "989" +data: Customize\Entity\Master\Bank {#8766 …} +attr: [] +labelTranslationParameters: [] } 990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9969 +label: "掛川市農協" +value: "990" +data: Customize\Entity\Master\Bank {#8767 …} +attr: [] +labelTranslationParameters: [] } 991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9970 +label: "遠州夢咲農協" +value: "991" +data: Customize\Entity\Master\Bank {#8768 …} +attr: [] +labelTranslationParameters: [] } 992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9971 +label: "遠州中央農協" +value: "992" +data: Customize\Entity\Master\Bank {#8769 …} +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9972 +label: "とぴあ浜松農協" +value: "993" +data: Customize\Entity\Master\Bank {#8770 …} +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9973 +label: "三ヶ日町農協" +value: "994" +data: Customize\Entity\Master\Bank {#8771 …} +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9974 +label: "なごや農協" +value: "995" +data: Customize\Entity\Master\Bank {#8772 …} +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9975 +label: "天白信用農協" +value: "996" +data: Customize\Entity\Master\Bank {#8773 …} +attr: [] +labelTranslationParameters: [] } 997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9976 +label: "緑信用農協" +value: "997" +data: Customize\Entity\Master\Bank {#8774 …} +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9977 +label: "尾張中央農協" +value: "998" +data: Customize\Entity\Master\Bank {#8775 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9978 +label: "西春日井農協" +value: "999" +data: Customize\Entity\Master\Bank {#8776 …} +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9979 +label: "あいち尾東農協" +value: "1000" +data: Customize\Entity\Master\Bank {#8777 …} +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9980 +label: "愛知北農協" +value: "1001" +data: Customize\Entity\Master\Bank {#8778 …} +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9981 +label: "愛知西農協" +value: "1002" +data: Customize\Entity\Master\Bank {#8779 …} +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9982 +label: "海部東農協" +value: "1003" +data: Customize\Entity\Master\Bank {#8780 …} +attr: [] +labelTranslationParameters: [] } 1004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9983 +label: "あいち海部農協" +value: "1004" +data: Customize\Entity\Master\Bank {#8781 …} +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9984 +label: "あいち知多農協" +value: "1005" +data: Customize\Entity\Master\Bank {#8782 …} +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9985 +label: "あいち中央農協" +value: "1006" +data: Customize\Entity\Master\Bank {#8783 …} +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9986 +label: "西三河農協" +value: "1007" +data: Customize\Entity\Master\Bank {#8784 …} +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9987 +label: "あいち三河農協" +value: "1008" +data: Customize\Entity\Master\Bank {#8785 …} +attr: [] +labelTranslationParameters: [] } 1009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9988 +label: "あいち豊田農協" +value: "1009" +data: Customize\Entity\Master\Bank {#8786 …} +attr: [] +labelTranslationParameters: [] } 1010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9989 +label: "愛知東農協" +value: "1010" +data: Customize\Entity\Master\Bank {#8787 …} +attr: [] +labelTranslationParameters: [] } 1011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9990 +label: "蒲郡市農協" +value: "1011" +data: Customize\Entity\Master\Bank {#8788 …} +attr: [] +labelTranslationParameters: [] } 1012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9991 +label: "ひまわり農協" +value: "1012" +data: Customize\Entity\Master\Bank {#8789 …} +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9992 +label: "愛知みなみ農協" +value: "1013" +data: Customize\Entity\Master\Bank {#8790 …} +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9993 +label: "豊橋農協" +value: "1014" +data: Customize\Entity\Master\Bank {#8791 …} +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9994 +label: "三重北農協" +value: "1015" +data: Customize\Entity\Master\Bank {#8792 …} +attr: [] +labelTranslationParameters: [] } 1016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9995 +label: "鈴鹿農協" +value: "1016" +data: Customize\Entity\Master\Bank {#8793 …} +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9996 +label: "津安芸農協" +value: "1017" +data: Customize\Entity\Master\Bank {#8794 …} +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9997 +label: "みえなか農協" +value: "1018" +data: Customize\Entity\Master\Bank {#8795 …} +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9998 +label: "多気郡農協" +value: "1019" +data: Customize\Entity\Master\Bank {#8796 …} +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9999 +label: "伊勢農協" +value: "1020" +data: Customize\Entity\Master\Bank {#8797 …} +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10000 +label: "伊賀ふるさと農協" +value: "1021" +data: Customize\Entity\Master\Bank {#8798 …} +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10001 +label: "福井県農協" +value: "1022" +data: Customize\Entity\Master\Bank {#8799 …} +attr: [] +labelTranslationParameters: [] } 1023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10002 +label: "越前たけふ農協" +value: "1023" +data: Customize\Entity\Master\Bank {#8800 …} +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10003 +label: "レーク滋賀農協" +value: "1024" +data: Customize\Entity\Master\Bank {#8801 …} +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10004 +label: "甲賀農協" +value: "1025" +data: Customize\Entity\Master\Bank {#8802 …} +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10005 +label: "グリーン近江農協" +value: "1026" +data: Customize\Entity\Master\Bank {#8803 …} +attr: [] +labelTranslationParameters: [] } 1027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10006 +label: "滋賀蒲生町農協" +value: "1027" +data: Customize\Entity\Master\Bank {#8804 …} +attr: [] +labelTranslationParameters: [] } 1028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10007 +label: "東能登川農協" +value: "1028" +data: Customize\Entity\Master\Bank {#8805 …} +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10008 +label: "湖東農協" +value: "1029" +data: Customize\Entity\Master\Bank {#8806 …} +attr: [] +labelTranslationParameters: [] } 1030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10009 +label: "東びわこ農協" +value: "1030" +data: Customize\Entity\Master\Bank {#8807 …} +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10010 +label: "レーク伊吹農協" +value: "1031" +data: Customize\Entity\Master\Bank {#8808 …} +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10011 +label: "北びわこ農協" +value: "1032" +data: Customize\Entity\Master\Bank {#8809 …} +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10012 +label: "京都市農協" +value: "1033" +data: Customize\Entity\Master\Bank {#8810 …} +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10013 +label: "京都中央農協" +value: "1034" +data: Customize\Entity\Master\Bank {#8811 …} +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10014 +label: "京都やましろ農協" +value: "1035" +data: Customize\Entity\Master\Bank {#8812 …} +attr: [] +labelTranslationParameters: [] } 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10015 +label: "京都農協" +value: "1036" +data: Customize\Entity\Master\Bank {#8813 …} +attr: [] +labelTranslationParameters: [] } 1037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10016 +label: "京都丹の国農協" +value: "1037" +data: Customize\Entity\Master\Bank {#8814 …} +attr: [] +labelTranslationParameters: [] } 1038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10017 +label: "北大阪農協" +value: "1038" +data: Customize\Entity\Master\Bank {#8815 …} +attr: [] +labelTranslationParameters: [] } 1039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10018 +label: "高槻市農協" +value: "1039" +data: Customize\Entity\Master\Bank {#8816 …} +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10019 +label: "茨木市農協" +value: "1040" +data: Customize\Entity\Master\Bank {#8817 …} +attr: [] +labelTranslationParameters: [] } 1041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10020 +label: "大阪北部農協" +value: "1041" +data: Customize\Entity\Master\Bank {#8818 …} +attr: [] +labelTranslationParameters: [] } 1042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10021 +label: "大阪泉州農協" +value: "1042" +data: Customize\Entity\Master\Bank {#8819 …} +attr: [] +labelTranslationParameters: [] } 1043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10022 +label: "いずみの農協" +value: "1043" +data: Customize\Entity\Master\Bank {#8820 …} +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10023 +label: "堺市農協" +value: "1044" +data: Customize\Entity\Master\Bank {#8821 …} +attr: [] +labelTranslationParameters: [] } 1045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10024 +label: "大阪南農協" +value: "1045" +data: Customize\Entity\Master\Bank {#8822 …} +attr: [] +labelTranslationParameters: [] } 1046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10025 +label: "グリーン大阪農協" +value: "1046" +data: Customize\Entity\Master\Bank {#8823 …} +attr: [] +labelTranslationParameters: [] } 1047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10026 +label: "大阪中河内農協" +value: "1047" +data: Customize\Entity\Master\Bank {#8824 …} +attr: [] +labelTranslationParameters: [] } 1048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10027 +label: "大阪東部農協" +value: "1048" +data: Customize\Entity\Master\Bank {#8825 …} +attr: [] +labelTranslationParameters: [] } 1049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10028 +label: "九個荘農協" +value: "1049" +data: Customize\Entity\Master\Bank {#8826 …} +attr: [] +labelTranslationParameters: [] } 1050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10029 +label: "北河内農協" +value: "1050" +data: Customize\Entity\Master\Bank {#8827 …} +attr: [] +labelTranslationParameters: [] } 1051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10030 +label: "大阪市農協" +value: "1051" +data: Customize\Entity\Master\Bank {#8828 …} +attr: [] +labelTranslationParameters: [] } 1052 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10031 +label: "兵庫六甲農協" +value: "1052" +data: Customize\Entity\Master\Bank {#8829 …} +attr: [] +labelTranslationParameters: [] } 1053 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10032 +label: "あかし農協" +value: "1053" +data: Customize\Entity\Master\Bank {#8830 …} +attr: [] +labelTranslationParameters: [] } 1054 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10033 +label: "兵庫南農協" +value: "1054" +data: Customize\Entity\Master\Bank {#8831 …} +attr: [] +labelTranslationParameters: [] } 1055 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10034 +label: "みのり農協" +value: "1055" +data: Customize\Entity\Master\Bank {#8832 …} +attr: [] +labelTranslationParameters: [] } 1056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10035 +label: "兵庫みらい農協" +value: "1056" +data: Customize\Entity\Master\Bank {#8833 …} +attr: [] +labelTranslationParameters: [] } 1057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10036 +label: "加古川市南農協" +value: "1057" +data: Customize\Entity\Master\Bank {#8834 …} +attr: [] +labelTranslationParameters: [] } 1058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10037 +label: "兵庫西農協" +value: "1058" +data: Customize\Entity\Master\Bank {#8835 …} +attr: [] +labelTranslationParameters: [] } 1059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10038 +label: "相生市農協" +value: "1059" +data: Customize\Entity\Master\Bank {#8836 …} +attr: [] +labelTranslationParameters: [] } 1060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10039 +label: "ハリマ農協" +value: "1060" +data: Customize\Entity\Master\Bank {#8837 …} +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10040 +label: "たじま農協" +value: "1061" +data: Customize\Entity\Master\Bank {#8838 …} +attr: [] +labelTranslationParameters: [] } 1062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10041 +label: "丹波ひかみ農協" +value: "1062" +data: Customize\Entity\Master\Bank {#8839 …} +attr: [] +labelTranslationParameters: [] } 1063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10042 +label: "丹波ささやま農協" +value: "1063" +data: Customize\Entity\Master\Bank {#8840 …} +attr: [] +labelTranslationParameters: [] } 1064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10043 +label: "淡路日の出農協" +value: "1064" +data: Customize\Entity\Master\Bank {#8841 …} +attr: [] +labelTranslationParameters: [] } 1065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10044 +label: "あわじ島農協" +value: "1065" +data: Customize\Entity\Master\Bank {#8842 …} +attr: [] +labelTranslationParameters: [] } 1066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10045 +label: "奈良県農協" +value: "1066" +data: Customize\Entity\Master\Bank {#8843 …} +attr: [] +labelTranslationParameters: [] } 1067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10046 +label: "わかやま農協" +value: "1067" +data: Customize\Entity\Master\Bank {#8844 …} +attr: [] +labelTranslationParameters: [] } 1068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10047 +label: "ながみね農協" +value: "1068" +data: Customize\Entity\Master\Bank {#8845 …} +attr: [] +labelTranslationParameters: [] } 1069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10048 +label: "紀の里農協" +value: "1069" +data: Customize\Entity\Master\Bank {#8846 …} +attr: [] +labelTranslationParameters: [] } 1070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10049 +label: "紀北川上農協" +value: "1070" +data: Customize\Entity\Master\Bank {#8847 …} +attr: [] +labelTranslationParameters: [] } 1071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10050 +label: "ありだ農協" +value: "1071" +data: Customize\Entity\Master\Bank {#8848 …} +attr: [] +labelTranslationParameters: [] } 1072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10051 +label: "紀州農協" +value: "1072" +data: Customize\Entity\Master\Bank {#8849 …} +attr: [] +labelTranslationParameters: [] } 1073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10052 +label: "紀南農協" +value: "1073" +data: Customize\Entity\Master\Bank {#8850 …} +attr: [] +labelTranslationParameters: [] } 1074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10053 +label: "みくまの農協" +value: "1074" +data: Customize\Entity\Master\Bank {#8851 …} +attr: [] +labelTranslationParameters: [] } 1075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10054 +label: "鳥取いなば農協" +value: "1075" +data: Customize\Entity\Master\Bank {#8852 …} +attr: [] +labelTranslationParameters: [] } 1076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10055 +label: "鳥取中央農協" +value: "1076" +data: Customize\Entity\Master\Bank {#8853 …} +attr: [] +labelTranslationParameters: [] } 1077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10056 +label: "鳥取西部農協" +value: "1077" +data: Customize\Entity\Master\Bank {#8854 …} +attr: [] +labelTranslationParameters: [] } 1078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10057 +label: "島根県農協" +value: "1078" +data: Customize\Entity\Master\Bank {#8855 …} +attr: [] +labelTranslationParameters: [] } 1079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10058 +label: "岡山市農協" +value: "1079" +data: Customize\Entity\Master\Bank {#8856 …} +attr: [] +labelTranslationParameters: [] } 1080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10059 +label: "晴れの国岡山農協" +value: "1080" +data: Customize\Entity\Master\Bank {#8857 …} +attr: [] +labelTranslationParameters: [] } 1081 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10060 +label: "広島市農協" +value: "1081" +data: Customize\Entity\Master\Bank {#8858 …} +attr: [] +labelTranslationParameters: [] } 1082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10061 +label: "呉農協" +value: "1082" +data: Customize\Entity\Master\Bank {#8859 …} +attr: [] +labelTranslationParameters: [] } 1083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10062 +label: "安芸農協" +value: "1083" +data: Customize\Entity\Master\Bank {#8860 …} +attr: [] +labelTranslationParameters: [] } 1084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10063 +label: "佐伯中央農協" +value: "1084" +data: Customize\Entity\Master\Bank {#8861 …} +attr: [] +labelTranslationParameters: [] } 1085 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10064 +label: "広島北部農協" +value: "1085" +data: Customize\Entity\Master\Bank {#8862 …} +attr: [] +labelTranslationParameters: [] } 1086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10065 +label: "広島中央農協" +value: "1086" +data: Customize\Entity\Master\Bank {#8863 …} +attr: [] +labelTranslationParameters: [] } 1087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10066 +label: "芸南農協" +value: "1087" +data: Customize\Entity\Master\Bank {#8864 …} +attr: [] +labelTranslationParameters: [] } 1088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10067 +label: "広島ゆたか農協" +value: "1088" +data: Customize\Entity\Master\Bank {#8865 …} +attr: [] +labelTranslationParameters: [] } 1089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10068 +label: "三原農協" +value: "1089" +data: Customize\Entity\Master\Bank {#8866 …} +attr: [] +labelTranslationParameters: [] } 1090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10069 +label: "尾道市農協" +value: "1090" +data: Customize\Entity\Master\Bank {#8867 …} +attr: [] +labelTranslationParameters: [] } 1091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10070 +label: "福山市農協" +value: "1091" +data: Customize\Entity\Master\Bank {#8868 …} +attr: [] +labelTranslationParameters: [] } 1092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10071 +label: "三次農協" +value: "1092" +data: Customize\Entity\Master\Bank {#8869 …} +attr: [] +labelTranslationParameters: [] } 1093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10072 +label: "庄原農協" +value: "1093" +data: Customize\Entity\Master\Bank {#8870 …} +attr: [] +labelTranslationParameters: [] } 1094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10073 +label: "山口県農協" +value: "1094" +data: Customize\Entity\Master\Bank {#8871 …} +attr: [] +labelTranslationParameters: [] } 1095 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10074 +label: "徳島市農協" +value: "1095" +data: Customize\Entity\Master\Bank {#8872 …} +attr: [] +labelTranslationParameters: [] } 1096 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10075 +label: "東とくしま農協" +value: "1096" +data: Customize\Entity\Master\Bank {#8873 …} +attr: [] +labelTranslationParameters: [] } 1097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10076 +label: "名西郡農協" +value: "1097" +data: Customize\Entity\Master\Bank {#8874 …} +attr: [] +labelTranslationParameters: [] } 1098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10077 +label: "板野郡農協" +value: "1098" +data: Customize\Entity\Master\Bank {#8875 …} +attr: [] +labelTranslationParameters: [] } 1099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10078 +label: "徳島北農協" +value: "1099" +data: Customize\Entity\Master\Bank {#8876 …} +attr: [] +labelTranslationParameters: [] } 1100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10079 +label: "大津松茂農協" +value: "1100" +data: Customize\Entity\Master\Bank {#8877 …} +attr: [] +labelTranslationParameters: [] } 1101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10080 +label: "里浦農協" +value: "1101" +data: Customize\Entity\Master\Bank {#8878 …} +attr: [] +labelTranslationParameters: [] } 1102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10081 +label: "阿南農協" +value: "1102" +data: Customize\Entity\Master\Bank {#8879 …} +attr: [] +labelTranslationParameters: [] } 1103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10082 +label: "かいふ農協" +value: "1103" +data: Customize\Entity\Master\Bank {#8880 …} +attr: [] +labelTranslationParameters: [] } 1104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10083 +label: "阿波市農協" +value: "1104" +data: Customize\Entity\Master\Bank {#8881 …} +attr: [] +labelTranslationParameters: [] } 1105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10084 +label: "麻植郡農協" +value: "1105" +data: Customize\Entity\Master\Bank {#8882 …} +attr: [] +labelTranslationParameters: [] } 1106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10085 +label: "美馬農協" +value: "1106" +data: Customize\Entity\Master\Bank {#8883 …} +attr: [] +labelTranslationParameters: [] } 1107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10086 +label: "阿波みよし農協" +value: "1107" +data: Customize\Entity\Master\Bank {#8884 …} +attr: [] +labelTranslationParameters: [] } 1108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10087 +label: "香川県農協" +value: "1108" +data: Customize\Entity\Master\Bank {#8885 …} +attr: [] +labelTranslationParameters: [] } 1109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10088 +label: "うま農協" +value: "1109" +data: Customize\Entity\Master\Bank {#8886 …} +attr: [] +labelTranslationParameters: [] } 1110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10089 +label: "えひめ未来農協" +value: "1110" +data: Customize\Entity\Master\Bank {#8887 …} +attr: [] +labelTranslationParameters: [] } 1111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10090 +label: "周桑農協" +value: "1111" +data: Customize\Entity\Master\Bank {#8888 …} +attr: [] +labelTranslationParameters: [] } 1112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10091 +label: "越智今治農協" +value: "1112" +data: Customize\Entity\Master\Bank {#8889 …} +attr: [] +labelTranslationParameters: [] } 1113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10092 +label: "今治立花農協" +value: "1113" +data: Customize\Entity\Master\Bank {#8890 …} +attr: [] +labelTranslationParameters: [] } 1114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10093 +label: "松山市農協" +value: "1114" +data: Customize\Entity\Master\Bank {#8891 …} +attr: [] +labelTranslationParameters: [] } 1115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10094 +label: "愛媛たいき農協" +value: "1115" +data: Customize\Entity\Master\Bank {#8892 …} +attr: [] +labelTranslationParameters: [] } 1116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10095 +label: "西宇和農協" +value: "1116" +data: Customize\Entity\Master\Bank {#8893 …} +attr: [] +labelTranslationParameters: [] } 1117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10096 +label: "東宇和農協" +value: "1117" +data: Customize\Entity\Master\Bank {#8894 …} +attr: [] +labelTranslationParameters: [] } 1118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10097 +label: "えひめ南農協" +value: "1118" +data: Customize\Entity\Master\Bank {#8895 …} +attr: [] +labelTranslationParameters: [] } 1119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10098 +label: "えひめ中央農協" +value: "1119" +data: Customize\Entity\Master\Bank {#8896 …} +attr: [] +labelTranslationParameters: [] } 1120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10099 +label: "高知市農協" +value: "1120" +data: Customize\Entity\Master\Bank {#8897 …} +attr: [] +labelTranslationParameters: [] } 1121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10100 +label: "高知県農協" +value: "1121" +data: Customize\Entity\Master\Bank {#8898 …} +attr: [] +labelTranslationParameters: [] } 1122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10101 +label: "土佐くろしお農協" +value: "1122" +data: Customize\Entity\Master\Bank {#8899 …} +attr: [] +labelTranslationParameters: [] } 1123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10102 +label: "宗像農協" +value: "1123" +data: Customize\Entity\Master\Bank {#8900 …} +attr: [] +labelTranslationParameters: [] } 1124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10103 +label: "粕屋農協" +value: "1124" +data: Customize\Entity\Master\Bank {#8901 …} +attr: [] +labelTranslationParameters: [] } 1125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10104 +label: "福岡市東部農協" +value: "1125" +data: Customize\Entity\Master\Bank {#8902 …} +attr: [] +labelTranslationParameters: [] } 1126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10105 +label: "福岡市農協" +value: "1126" +data: Customize\Entity\Master\Bank {#8903 …} +attr: [] +labelTranslationParameters: [] } 1127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10106 +label: "糸島農協" +value: "1127" +data: Customize\Entity\Master\Bank {#8904 …} +attr: [] +labelTranslationParameters: [] } 1128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10107 +label: "筑紫農協" +value: "1128" +data: Customize\Entity\Master\Bank {#8905 …} +attr: [] +labelTranslationParameters: [] } 1129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10108 +label: "筑前あさくら農協" +value: "1129" +data: Customize\Entity\Master\Bank {#8906 …} +attr: [] +labelTranslationParameters: [] } 1130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10109 +label: "にじ農協" +value: "1130" +data: Customize\Entity\Master\Bank {#8907 …} +attr: [] +labelTranslationParameters: [] } 1131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10110 +label: "みい農協" +value: "1131" +data: Customize\Entity\Master\Bank {#8908 …} +attr: [] +labelTranslationParameters: [] } 1132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10111 +label: "久留米市農協" +value: "1132" +data: Customize\Entity\Master\Bank {#8909 …} +attr: [] +labelTranslationParameters: [] } 1133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10112 +label: "三潴町農協" +value: "1133" +data: Customize\Entity\Master\Bank {#8910 …} +attr: [] +labelTranslationParameters: [] } 1134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10113 +label: "福岡大城農協" +value: "1134" +data: Customize\Entity\Master\Bank {#8911 …} +attr: [] +labelTranslationParameters: [] } 1135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10114 +label: "福岡八女農協" +value: "1135" +data: Customize\Entity\Master\Bank {#8912 …} +attr: [] +labelTranslationParameters: [] } 1136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10115 +label: "柳川農協" +value: "1136" +data: Customize\Entity\Master\Bank {#8913 …} +attr: [] +labelTranslationParameters: [] } 1137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10116 +label: "南筑後農協" +value: "1137" +data: Customize\Entity\Master\Bank {#8914 …} +attr: [] +labelTranslationParameters: [] } 1138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10117 +label: "北九州農協" +value: "1138" +data: Customize\Entity\Master\Bank {#8915 …} +attr: [] +labelTranslationParameters: [] } 1139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10118 +label: "直鞍農協" +value: "1139" +data: Customize\Entity\Master\Bank {#8916 …} +attr: [] +labelTranslationParameters: [] } 1140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10119 +label: "福岡嘉穂農協" +value: "1140" +data: Customize\Entity\Master\Bank {#8917 …} +attr: [] +labelTranslationParameters: [] } 1141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10120 +label: "田川農協" +value: "1141" +data: Customize\Entity\Master\Bank {#8918 …} +attr: [] +labelTranslationParameters: [] } 1142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10121 +label: "福岡京築農協" +value: "1142" +data: Customize\Entity\Master\Bank {#8919 …} +attr: [] +labelTranslationParameters: [] } 1143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10122 +label: "佐賀市中央農協" +value: "1143" +data: Customize\Entity\Master\Bank {#8920 …} +attr: [] +labelTranslationParameters: [] } 1144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10123 +label: "佐賀県農協" +value: "1144" +data: Customize\Entity\Master\Bank {#8921 …} +attr: [] +labelTranslationParameters: [] } 1145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10124 +label: "唐津農協" +value: "1145" +data: Customize\Entity\Master\Bank {#8922 …} +attr: [] +labelTranslationParameters: [] } 1146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10125 +label: "伊万里市農協" +value: "1146" +data: Customize\Entity\Master\Bank {#8923 …} +attr: [] +labelTranslationParameters: [] } 1147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10126 +label: "長崎西彼農協" +value: "1147" +data: Customize\Entity\Master\Bank {#8924 …} +attr: [] +labelTranslationParameters: [] } 1148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10127 +label: "長崎県央農協" +value: "1148" +data: Customize\Entity\Master\Bank {#8925 …} +attr: [] +labelTranslationParameters: [] } 1149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10128 +label: "島原雲仙農協" +value: "1149" +data: Customize\Entity\Master\Bank {#8926 …} +attr: [] +labelTranslationParameters: [] } 1150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10129 +label: "ながさき西海農協" +value: "1150" +data: Customize\Entity\Master\Bank {#8927 …} +attr: [] +labelTranslationParameters: [] } 1151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10130 +label: "ごとう農協" +value: "1151" +data: Customize\Entity\Master\Bank {#8928 …} +attr: [] +labelTranslationParameters: [] } 1152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10131 +label: "壱岐市農協" +value: "1152" +data: Customize\Entity\Master\Bank {#8929 …} +attr: [] +labelTranslationParameters: [] } 1153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10132 +label: "対馬農協" +value: "1153" +data: Customize\Entity\Master\Bank {#8930 …} +attr: [] +labelTranslationParameters: [] } 1154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10133 +label: "熊本市農協" +value: "1154" +data: Customize\Entity\Master\Bank {#8931 …} +attr: [] +labelTranslationParameters: [] } 1155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10134 +label: "玉名農協" +value: "1155" +data: Customize\Entity\Master\Bank {#8932 …} +attr: [] +labelTranslationParameters: [] } 1156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10135 +label: "鹿本農協" +value: "1156" +data: Customize\Entity\Master\Bank {#8933 …} +attr: [] +labelTranslationParameters: [] } 1157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10136 +label: "菊池地域農協" +value: "1157" +data: Customize\Entity\Master\Bank {#8934 …} +attr: [] +labelTranslationParameters: [] } 1158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10137 +label: "阿蘇農協" +value: "1158" +data: Customize\Entity\Master\Bank {#8935 …} +attr: [] +labelTranslationParameters: [] } 1159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10138 +label: "上益城農協" +value: "1159" +data: Customize\Entity\Master\Bank {#8936 …} +attr: [] +labelTranslationParameters: [] } 1160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10139 +label: "熊本宇城農協" +value: "1160" +data: Customize\Entity\Master\Bank {#8937 …} +attr: [] +labelTranslationParameters: [] } 1161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10140 +label: "八代地域農協" +value: "1161" +data: Customize\Entity\Master\Bank {#8938 …} +attr: [] +labelTranslationParameters: [] } 1162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10141 +label: "あしきた農協" +value: "1162" +data: Customize\Entity\Master\Bank {#8939 …} +attr: [] +labelTranslationParameters: [] } 1163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10142 +label: "球磨地域農協" +value: "1163" +data: Customize\Entity\Master\Bank {#8940 …} +attr: [] +labelTranslationParameters: [] } 1164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10143 +label: "本渡五和農協" +value: "1164" +data: Customize\Entity\Master\Bank {#8941 …} +attr: [] +labelTranslationParameters: [] } 1165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10144 +label: "あまくさ農協" +value: "1165" +data: Customize\Entity\Master\Bank {#8942 …} +attr: [] +labelTranslationParameters: [] } 1166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10145 +label: "苓北町農協" +value: "1166" +data: Customize\Entity\Master\Bank {#8943 …} +attr: [] +labelTranslationParameters: [] } 1167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10146 +label: "べっぷ日出農協" +value: "1167" +data: Customize\Entity\Master\Bank {#8944 …} +attr: [] +labelTranslationParameters: [] } 1168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10147 +label: "大分県農協" +value: "1168" +data: Customize\Entity\Master\Bank {#8945 …} +attr: [] +labelTranslationParameters: [] } 1169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10148 +label: "大分大山町農協" +value: "1169" +data: Customize\Entity\Master\Bank {#8946 …} +attr: [] +labelTranslationParameters: [] } 1170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10149 +label: "宮崎中央農協" +value: "1170" +data: Customize\Entity\Master\Bank {#8947 …} +attr: [] +labelTranslationParameters: [] } 1171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10150 +label: "綾町農協" +value: "1171" +data: Customize\Entity\Master\Bank {#8948 …} +attr: [] +labelTranslationParameters: [] } 1172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10151 +label: "はまゆう農協" +value: "1172" +data: Customize\Entity\Master\Bank {#8949 …} +attr: [] +labelTranslationParameters: [] } 1173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10152 +label: "串間市大束農協" +value: "1173" +data: Customize\Entity\Master\Bank {#8950 …} +attr: [] +labelTranslationParameters: [] } 1174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10153 +label: "都城農協" +value: "1174" +data: Customize\Entity\Master\Bank {#8951 …} +attr: [] +labelTranslationParameters: [] } 1175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10154 +label: "こばやし農協" +value: "1175" +data: Customize\Entity\Master\Bank {#8952 …} +attr: [] +labelTranslationParameters: [] } 1176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10155 +label: "えびの市農協" +value: "1176" +data: Customize\Entity\Master\Bank {#8953 …} +attr: [] +labelTranslationParameters: [] } 1177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10156 +label: "児湯農協" +value: "1177" +data: Customize\Entity\Master\Bank {#8954 …} +attr: [] +labelTranslationParameters: [] } 1178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10157 +label: "尾鈴農協" +value: "1178" +data: Customize\Entity\Master\Bank {#8955 …} +attr: [] +labelTranslationParameters: [] } 1179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10158 +label: "西都農協" +value: "1179" +data: Customize\Entity\Master\Bank {#8956 …} +attr: [] +labelTranslationParameters: [] } 1180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10159 +label: "延岡農協" +value: "1180" +data: Customize\Entity\Master\Bank {#8957 …} +attr: [] +labelTranslationParameters: [] } 1181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10160 +label: "日向農協" +value: "1181" +data: Customize\Entity\Master\Bank {#8958 …} +attr: [] +labelTranslationParameters: [] } 1182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10161 +label: "高千穂地区農協" +value: "1182" +data: Customize\Entity\Master\Bank {#8959 …} +attr: [] +labelTranslationParameters: [] } 1183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10162 +label: "鹿児島みらい農協" +value: "1183" +data: Customize\Entity\Master\Bank {#8960 …} +attr: [] +labelTranslationParameters: [] } 1184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10163 +label: "いぶすき農協" +value: "1184" +data: Customize\Entity\Master\Bank {#8961 …} +attr: [] +labelTranslationParameters: [] } 1185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10164 +label: "南さつま農協" +value: "1185" +data: Customize\Entity\Master\Bank {#8962 …} +attr: [] +labelTranslationParameters: [] } 1186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10165 +label: "さつま日置農協" +value: "1186" +data: Customize\Entity\Master\Bank {#8963 …} +attr: [] +labelTranslationParameters: [] } 1187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10166 +label: "北さつま農協" +value: "1187" +data: Customize\Entity\Master\Bank {#8964 …} +attr: [] +labelTranslationParameters: [] } 1188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10167 +label: "鹿児島いずみ農協" +value: "1188" +data: Customize\Entity\Master\Bank {#8965 …} +attr: [] +labelTranslationParameters: [] } 1189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10168 +label: "あいら農協" +value: "1189" +data: Customize\Entity\Master\Bank {#8966 …} +attr: [] +labelTranslationParameters: [] } 1190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10169 +label: "そお鹿児島農協" +value: "1190" +data: Customize\Entity\Master\Bank {#8967 …} +attr: [] +labelTranslationParameters: [] } 1191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10170 +label: "あおぞら農協" +value: "1191" +data: Customize\Entity\Master\Bank {#8968 …} +attr: [] +labelTranslationParameters: [] } 1192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10171 +label: "鹿児島きもつき農協" +value: "1192" +data: Customize\Entity\Master\Bank {#8969 …} +attr: [] +labelTranslationParameters: [] } 1193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10172 +label: "肝付吾平町農協" +value: "1193" +data: Customize\Entity\Master\Bank {#8970 …} +attr: [] +labelTranslationParameters: [] } 1194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10173 +label: "種子屋久農協" +value: "1194" +data: Customize\Entity\Master\Bank {#8971 …} +attr: [] +labelTranslationParameters: [] } 1195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10174 +label: "あまみ農協" +value: "1195" +data: Customize\Entity\Master\Bank {#8972 …} +attr: [] +labelTranslationParameters: [] } 1196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10175 +label: "沖縄県農協" +value: "1196" +data: Customize\Entity\Master\Bank {#8973 …} +attr: [] +labelTranslationParameters: [] } 1197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10176 +label: "北海道信漁連" +value: "1197" +data: Customize\Entity\Master\Bank {#8974 …} +attr: [] +labelTranslationParameters: [] } 1198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10177 +label: "宮城県漁協銀行" +value: "1198" +data: Customize\Entity\Master\Bank {#8975 …} +attr: [] +labelTranslationParameters: [] } 1199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10178 +label: "福島県信漁連" +value: "1199" +data: Customize\Entity\Master\Bank {#8976 …} +attr: [] +labelTranslationParameters: [] } 1200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10179 +label: "東日本信漁連" +value: "1200" +data: Customize\Entity\Master\Bank {#8977 …} +attr: [] +labelTranslationParameters: [] } 1201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10180 +label: "愛知県信漁連" +value: "1201" +data: Customize\Entity\Master\Bank {#8978 …} +attr: [] +labelTranslationParameters: [] } 1202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10181 +label: "京都府信漁連" +value: "1202" +data: Customize\Entity\Master\Bank {#8979 …} +attr: [] +labelTranslationParameters: [] } 1203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10182 +label: "なぎさ信漁連" +value: "1203" +data: Customize\Entity\Master\Bank {#8980 …} +attr: [] +labelTranslationParameters: [] } 1204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10183 +label: "鳥取県信漁連" +value: "1204" +data: Customize\Entity\Master\Bank {#8981 …} +attr: [] +labelTranslationParameters: [] } 1205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10184 +label: "JFしまね漁協銀行" +value: "1205" +data: Customize\Entity\Master\Bank {#8982 …} +attr: [] +labelTranslationParameters: [] } 1206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10185 +label: "広島県信漁連" +value: "1206" +data: Customize\Entity\Master\Bank {#8983 …} +attr: [] +labelTranslationParameters: [] } 1207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10186 +label: "山口県漁協銀行" +value: "1207" +data: Customize\Entity\Master\Bank {#8984 …} +attr: [] +labelTranslationParameters: [] } 1208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10187 +label: "徳島県信漁連" +value: "1208" +data: Customize\Entity\Master\Bank {#8985 …} +attr: [] +labelTranslationParameters: [] } 1209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10188 +label: "香川県信漁連" +value: "1209" +data: Customize\Entity\Master\Bank {#8986 …} +attr: [] +labelTranslationParameters: [] } 1210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10189 +label: "愛媛県信漁連" +value: "1210" +data: Customize\Entity\Master\Bank {#8987 …} +attr: [] +labelTranslationParameters: [] } 1211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10190 +label: "高知県信漁連" +value: "1211" +data: Customize\Entity\Master\Bank {#8988 …} +attr: [] +labelTranslationParameters: [] } 1212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10191 +label: "九州信漁連" +value: "1212" +data: Customize\Entity\Master\Bank {#8989 …} +attr: [] +labelTranslationParameters: [] } 1213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10192 +label: "大分県漁協銀行" +value: "1213" +data: Customize\Entity\Master\Bank {#8990 …} +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 {#7760 -form: Symfony\Component\Form\Form {#7252 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7759 …5} |
| full_name | "entry[bank][bank_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_bank_bank_name" |
| is_selected | Closure($choice, $value) {#10194 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "bank_name" |
| placeholder | "common.select__bank" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_bank_bank_name" |
| valid | true |
| value | "" |
bank_branch_code
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6859 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 | false |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6866 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6860 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_entry_bank_branch_code" ] |
| cache_key | "_entry_bank_branch_code_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7757 -form: Symfony\Component\Form\Form {#7255 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7758 …5} |
| full_name | "entry[bank_branch_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_bank_branch_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bank_branch_code" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_bank_branch_code" |
| valid | true |
| value | "" |
bank_account
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6576 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6575 +message: "form_error.numeric_only" +pattern: "/^\d+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#6576 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6575 +message: "form_error.numeric_only" +pattern: "/^\d+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6576 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#6575 +message: "form_error.numeric_only" +pattern: "/^\d+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6876 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6877 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_bank_account" ] |
| cache_key | "_entry_bank_account_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 {#10196 -form: Symfony\Component\Form\Form {#7258 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10195 …5} |
| full_name | "entry[bank_account]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_bank_account" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bank_account" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_bank_account" |
| valid | true |
| value | "" |
bank_holder
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6502 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#6502 +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 +payload: null } ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#6502 +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 +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6886 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#6888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#6887 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_bank_holder" ] |
| cache_key | "_entry_bank_holder_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 {#10197 -form: Symfony\Component\Form\Form {#7261 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10198 …5} |
| full_name | "entry[bank_holder]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_bank_holder" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bank_holder" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_bank_holder" |
| valid | true |
| value | "" |
user_policy_check
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
false
|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7269 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7269 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| label | null |
null
|
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7269 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#7147 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7148 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#7151 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7272 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#7271 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_entry_user_policy_check" ] |
| cache_key | "_entry_user_policy_check_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10199 -form: Symfony\Component\Form\Form {#7277 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10200 …5} |
| full_name | "entry[user_policy_check]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_user_policy_check" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user_policy_check" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_user_policy_check" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "007ad968e7d0dab55d9773bbd8f1c6.vZdyzMG0oGgePM015HYvtKAN6l6YoTWIoyKcsaWnvSE.8PUIgoblkABXUIwGlRJO_tZbmjrZ1ELpzQ_d_JDP01LR4ieEs4LKK1JqjA" |
| 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 | "007ad968e7d0dab55d9773bbd8f1c6.vZdyzMG0oGgePM015HYvtKAN6l6YoTWIoyKcsaWnvSE.8PUIgoblkABXUIwGlRJO_tZbmjrZ1ELpzQ_d_JDP01LR4ieEs4LKK1JqjA" |
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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data | "007ad968e7d0dab55d9773bbd8f1c6.vZdyzMG0oGgePM015HYvtKAN6l6YoTWIoyKcsaWnvSE.8PUIgoblkABXUIwGlRJO_tZbmjrZ1ELpzQ_d_JDP01LR4ieEs4LKK1JqjA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#10203 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#10207 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#10201 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_entry__token" ] |
| cache_key | "_entry__token_hidden" |
| compound | false |
| data | "007ad968e7d0dab55d9773bbd8f1c6.vZdyzMG0oGgePM015HYvtKAN6l6YoTWIoyKcsaWnvSE.8PUIgoblkABXUIwGlRJO_tZbmjrZ1ELpzQ_d_JDP01LR4ieEs4LKK1JqjA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10219 -form: Symfony\Component\Form\Form {#10214 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10208 …5} |
| full_name | "entry[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry__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 | "_entry__token" |
| valid | true |
| value | "007ad968e7d0dab55d9773bbd8f1c6.vZdyzMG0oGgePM015HYvtKAN6l6YoTWIoyKcsaWnvSE.8PUIgoblkABXUIwGlRJO_tZbmjrZ1ELpzQ_d_JDP01LR4ieEs4LKK1JqjA" |
(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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#13183 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#13185 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#13184 …} } } |
| 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 {#13230 -form: Symfony\Component\Form\Form {#13221 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#13231 …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 {#10515 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#10522 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10520 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10532 …} -Children: Doctrine\ORM\PersistentCollection {#10531 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10626 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#10547 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10621 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10510 …} -Children: Doctrine\ORM\PersistentCollection {#10514 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10539 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#10623 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10622 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10743 …} -Parent: Eccube\Entity\Category {#10626} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10744 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#10625 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10624 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10745 …} -Children: Doctrine\ORM\PersistentCollection {#10748 …} -Parent: Eccube\Entity\Category {#10539} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10753 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#10749 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10750 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10754 …} -Children: Doctrine\ORM\PersistentCollection {#10757 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10758 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#10751 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10752 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10759 …} -Children: Doctrine\ORM\PersistentCollection {#10762 …} -Parent: Eccube\Entity\Category {#10753} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } ] |
[ Eccube\Entity\Category {#10515 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#10522 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10520 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10532 …} -Children: Doctrine\ORM\PersistentCollection {#10531 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10626 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#10547 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10621 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10510 …} -Children: Doctrine\ORM\PersistentCollection {#10514 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10539 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#10623 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10622 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10743 …} -Parent: Eccube\Entity\Category {#10626} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10744 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#10625 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10624 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10745 …} -Children: Doctrine\ORM\PersistentCollection {#10748 …} -Parent: Eccube\Entity\Category {#10539} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10753 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#10749 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10750 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10754 …} -Children: Doctrine\ORM\PersistentCollection {#10757 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10758 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#10751 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10752 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10759 …} -Children: Doctrine\ORM\PersistentCollection {#10762 …} -Parent: Eccube\Entity\Category {#10753} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: 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 {#13199 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#13204 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10472 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5051 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#10515 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#10522 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10520 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10532 …} -Children: Doctrine\ORM\PersistentCollection {#10531 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10626 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#10547 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10621 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10510 …} -Children: Doctrine\ORM\PersistentCollection {#10514 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10539 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#10623 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10622 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10743 …} -Parent: Eccube\Entity\Category {#10626} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10744 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#10625 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10624 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10745 …} -Children: Doctrine\ORM\PersistentCollection {#10748 …} -Parent: Eccube\Entity\Category {#10539} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10753 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#10749 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10750 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10754 …} -Children: Doctrine\ORM\PersistentCollection {#10757 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } Eccube\Entity\Category {#10758 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#10751 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10752 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10759 …} -Children: Doctrine\ORM\PersistentCollection {#10762 …} -Parent: Eccube\Entity\Category {#10753} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …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 {#10472 -om: Container8vNiLS9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#544 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5051 …} -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() {#13200 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#13201 …} } } |
| 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 | [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#13242 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#10515 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#10522 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10520 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10532 …} -Children: Doctrine\ORM\PersistentCollection {#10531 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#13243 +label: "ジェラート" +value: "1" +data: Eccube\Entity\Category {#10626 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#10547 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10621 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10510 …} -Children: Doctrine\ORM\PersistentCollection {#10514 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#13244 +label: " 彩のデザート" +value: "3" +data: Eccube\Entity\Category {#10539 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#10623 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10622 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10739 …} -Children: Doctrine\ORM\PersistentCollection {#10743 …} -Parent: Eccube\Entity\Category {#10626} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#13245 +label: " CUBE" +value: "4" +data: Eccube\Entity\Category {#10744 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#10625 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10624 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10745 …} -Children: Doctrine\ORM\PersistentCollection {#10748 …} -Parent: Eccube\Entity\Category {#10539} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#13246 +label: "アイスサンド" +value: "5" +data: Eccube\Entity\Category {#10753 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#10749 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10750 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10754 …} -Children: Doctrine\ORM\PersistentCollection {#10757 …} -Parent: null -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: null } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#13247 +label: " フルーツ" +value: "6" +data: Eccube\Entity\Category {#10758 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#10751 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#10752 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10759 …} -Children: Doctrine\ORM\PersistentCollection {#10762 …} -Parent: Eccube\Entity\Category {#10753} -Creator: null -seo_title: null -seo_author: null -seo_description: null -seo_keyword: null -seo_meta_robots: null -seo_meta_tags: null -page_text: 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 {#13235 -form: Symfony\Component\Form\Form {#13218 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#13234 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#13241 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6743 …} } |
| 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 {#558 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#557 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#556 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#13212 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6480 …} } |
| 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() {#13205 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …} $translationDomain: "validators" $message: Closure() {#13211 …} } } |
| 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 {#13248 -form: Symfony\Component\Form\Form {#13225 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#13240 …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 | "" |