- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 6
- 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
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "mode" => null "category_id" => null "name" => null "pageno" => "1.),(.).'"," "disp_number" => Eccube\Entity\Master\ProductListMax {#1558 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#1800 #id: 1 #name: "価格が低い順" #sort_no: 0 } ] |
| Model Format | same as normalized format |
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 {#374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#376 …} -namespace: Closure() {#378 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1547 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
| 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() {#1549 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1530 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#24 …} $translationDomain: "validators" $message: Closure() {#1548 …} } } |
| validation_groups | null |
mode
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "search" |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "search" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#376 …} -namespace: Closure() {#378 …} } |
| data | "search" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1806 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1530 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#24 …} $translationDomain: "validators" $message: Closure() {#1805 …} } } |
| validation_groups | 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
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#1612 -id: 23 -name: "特集" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1681890215 {#1574 date: 2023-04-19 16:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596411 {#1581 date: 2023-05-09 10:40:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1611 …} -Children: Doctrine\ORM\PersistentCollection {#1591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1590 -id: 28 -name: "はじめてのファミリーキャンプ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1683596547 {#1580 date: 2023-05-09 10:42:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1579 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1589 …} -Children: Doctrine\ORM\PersistentCollection {#1586 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1644 -id: 27 -name: "イベント" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1681890363 {#1642 date: 2023-04-19 16:46:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1643 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1645 …} -Children: Doctrine\ORM\PersistentCollection {#1648 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1651 -id: 25 -name: "登山" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1681890230 {#1649 date: 2023-04-19 16:43:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1650 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1652 …} -Children: Doctrine\ORM\PersistentCollection {#1655 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1658 -id: 24 -name: "キャンプ" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1681890225 {#1656 date: 2023-04-19 16:43:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1657 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1659 …} -Children: Doctrine\ORM\PersistentCollection {#1662 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1665 -id: 2 -name: "テント" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1488881692 {#1584 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1585 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1666 …} -Children: Doctrine\ORM\PersistentCollection {#1669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1670 -id: 21 -name: "タープ" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1680488551 {#1663 date: 2023-04-03 11:22:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680488551 {#1664 date: 2023-04-03 11:22:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1671 …} -Children: Doctrine\ORM\PersistentCollection {#1674 …} -Parent: Eccube\Entity\Category {#1665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1679 -id: 5 -name: "シュラフ・マット" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1488881692 {#1675 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1676 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1680 …} -Children: Doctrine\ORM\PersistentCollection {#1683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1684 -id: 10 -name: "マット" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1680164351 {#1677 date: 2023-03-30 17:19:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164351 {#1678 date: 2023-03-30 17:19:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1685 …} -Children: Doctrine\ORM\PersistentCollection {#1688 …} -Parent: Eccube\Entity\Category {#1679} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1693 -id: 6 -name: "シュラフ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#1691 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164345 {#1692 date: 2023-03-30 17:19:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1694 …} -Children: Doctrine\ORM\PersistentCollection {#1697 …} -Parent: Eccube\Entity\Category {#1679} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1700 -id: 11 -name: "キッチン・テーブル" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1680164533 {#1690 date: 2023-03-30 17:22:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1689 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1701 …} -Children: Doctrine\ORM\PersistentCollection {#1704 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1705 -id: 16 -name: "バーナー" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1680338319 {#1698 date: 2023-04-01 17:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680338319 {#1699 date: 2023-04-01 17:38:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1706 …} -Children: Doctrine\ORM\PersistentCollection {#1709 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1714 -id: 14 -name: "冷蔵庫" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1680164623 {#1712 date: 2023-03-30 17:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164623 {#1713 date: 2023-03-30 17:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1715 …} -Children: Doctrine\ORM\PersistentCollection {#1718 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1721 -id: 13 -name: "クーラーボックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1680164613 {#1719 date: 2023-03-30 17:23:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164613 {#1720 date: 2023-03-30 17:23:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1722 …} -Children: Doctrine\ORM\PersistentCollection {#1725 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1728 -id: 12 -name: "ダッチオーブン" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1680164557 {#1726 date: 2023-03-30 17:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164557 {#1727 date: 2023-03-30 17:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1729 …} -Children: Doctrine\ORM\PersistentCollection {#1732 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1733 -id: 22 -name: "焚き火・BBQ" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1680498626 {#1711 date: 2023-04-03 14:10:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1710 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1734 …} -Children: Doctrine\ORM\PersistentCollection {#1737 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1740 -id: 15 -name: "チェア" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1680168820 {#1738 date: 2023-03-30 18:33:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1739 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1741 …} -Children: Doctrine\ORM\PersistentCollection {#1744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1747 -id: 17 -name: "トレッキングポール" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1680338368 {#1745 date: 2023-04-01 17:39:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1746 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1748 …} -Children: Doctrine\ORM\PersistentCollection {#1751 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1754 -id: 20 -name: "ランタン・ライト" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1680342988 {#1752 date: 2023-04-01 18:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1753 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1755 …} -Children: Doctrine\ORM\PersistentCollection {#1758 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1761 -id: 18 -name: "冬山用品" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1680338382 {#1759 date: 2023-04-01 17:39:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1760 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1762 …} -Children: Doctrine\ORM\PersistentCollection {#1765 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1768 -id: 19 -name: "カメラ・ドローン" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1680338437 {#1766 date: 2023-04-01 17:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1767 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1769 …} -Children: Doctrine\ORM\PersistentCollection {#1772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1777 -id: 1 -name: "その他" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#1773 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1774 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1778 …} -Children: Doctrine\ORM\PersistentCollection {#1781 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1782 -id: 3 -name: "アウトドアワゴン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1488881692 {#1775 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164508 {#1776 date: 2023-03-30 17:21:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1783 …} -Children: Doctrine\ORM\PersistentCollection {#1786 …} -Parent: Eccube\Entity\Category {#1777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } ] |
[ Eccube\Entity\Category {#1612 -id: 23 -name: "特集" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1681890215 {#1574 date: 2023-04-19 16:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596411 {#1581 date: 2023-05-09 10:40:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1611 …} -Children: Doctrine\ORM\PersistentCollection {#1591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1590 -id: 28 -name: "はじめてのファミリーキャンプ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1683596547 {#1580 date: 2023-05-09 10:42:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1579 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1589 …} -Children: Doctrine\ORM\PersistentCollection {#1586 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1644 -id: 27 -name: "イベント" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1681890363 {#1642 date: 2023-04-19 16:46:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1643 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1645 …} -Children: Doctrine\ORM\PersistentCollection {#1648 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1651 -id: 25 -name: "登山" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1681890230 {#1649 date: 2023-04-19 16:43:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1650 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1652 …} -Children: Doctrine\ORM\PersistentCollection {#1655 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1658 -id: 24 -name: "キャンプ" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1681890225 {#1656 date: 2023-04-19 16:43:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1657 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1659 …} -Children: Doctrine\ORM\PersistentCollection {#1662 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1665 -id: 2 -name: "テント" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1488881692 {#1584 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1585 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1666 …} -Children: Doctrine\ORM\PersistentCollection {#1669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1670 -id: 21 -name: "タープ" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1680488551 {#1663 date: 2023-04-03 11:22:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680488551 {#1664 date: 2023-04-03 11:22:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1671 …} -Children: Doctrine\ORM\PersistentCollection {#1674 …} -Parent: Eccube\Entity\Category {#1665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1679 -id: 5 -name: "シュラフ・マット" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1488881692 {#1675 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1676 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1680 …} -Children: Doctrine\ORM\PersistentCollection {#1683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1684 -id: 10 -name: "マット" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1680164351 {#1677 date: 2023-03-30 17:19:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164351 {#1678 date: 2023-03-30 17:19:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1685 …} -Children: Doctrine\ORM\PersistentCollection {#1688 …} -Parent: Eccube\Entity\Category {#1679} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1693 -id: 6 -name: "シュラフ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#1691 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164345 {#1692 date: 2023-03-30 17:19:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1694 …} -Children: Doctrine\ORM\PersistentCollection {#1697 …} -Parent: Eccube\Entity\Category {#1679} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1700 -id: 11 -name: "キッチン・テーブル" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1680164533 {#1690 date: 2023-03-30 17:22:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1689 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1701 …} -Children: Doctrine\ORM\PersistentCollection {#1704 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1705 -id: 16 -name: "バーナー" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1680338319 {#1698 date: 2023-04-01 17:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680338319 {#1699 date: 2023-04-01 17:38:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1706 …} -Children: Doctrine\ORM\PersistentCollection {#1709 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1714 -id: 14 -name: "冷蔵庫" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1680164623 {#1712 date: 2023-03-30 17:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164623 {#1713 date: 2023-03-30 17:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1715 …} -Children: Doctrine\ORM\PersistentCollection {#1718 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1721 -id: 13 -name: "クーラーボックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1680164613 {#1719 date: 2023-03-30 17:23:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164613 {#1720 date: 2023-03-30 17:23:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1722 …} -Children: Doctrine\ORM\PersistentCollection {#1725 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1728 -id: 12 -name: "ダッチオーブン" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1680164557 {#1726 date: 2023-03-30 17:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164557 {#1727 date: 2023-03-30 17:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1729 …} -Children: Doctrine\ORM\PersistentCollection {#1732 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1733 -id: 22 -name: "焚き火・BBQ" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1680498626 {#1711 date: 2023-04-03 14:10:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1710 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1734 …} -Children: Doctrine\ORM\PersistentCollection {#1737 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1740 -id: 15 -name: "チェア" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1680168820 {#1738 date: 2023-03-30 18:33:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1739 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1741 …} -Children: Doctrine\ORM\PersistentCollection {#1744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1747 -id: 17 -name: "トレッキングポール" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1680338368 {#1745 date: 2023-04-01 17:39:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1746 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1748 …} -Children: Doctrine\ORM\PersistentCollection {#1751 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1754 -id: 20 -name: "ランタン・ライト" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1680342988 {#1752 date: 2023-04-01 18:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1753 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1755 …} -Children: Doctrine\ORM\PersistentCollection {#1758 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1761 -id: 18 -name: "冬山用品" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1680338382 {#1759 date: 2023-04-01 17:39:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1760 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1762 …} -Children: Doctrine\ORM\PersistentCollection {#1765 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1768 -id: 19 -name: "カメラ・ドローン" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1680338437 {#1766 date: 2023-04-01 17:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1767 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1769 …} -Children: Doctrine\ORM\PersistentCollection {#1772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1777 -id: 1 -name: "その他" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#1773 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1774 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1778 …} -Children: Doctrine\ORM\PersistentCollection {#1781 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1782 -id: 3 -name: "アウトドアワゴン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1488881692 {#1775 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164508 {#1776 date: 2023-03-30 17:21:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1783 …} -Children: Doctrine\ORM\PersistentCollection {#1786 …} -Parent: Eccube\Entity\Category {#1777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } ] |
| 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 {#1843 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1844 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1842 -om: ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1455 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#1612 -id: 23 -name: "特集" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1681890215 {#1574 date: 2023-04-19 16:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596411 {#1581 date: 2023-05-09 10:40:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1611 …} -Children: Doctrine\ORM\PersistentCollection {#1591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1590 -id: 28 -name: "はじめてのファミリーキャンプ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1683596547 {#1580 date: 2023-05-09 10:42:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1579 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1589 …} -Children: Doctrine\ORM\PersistentCollection {#1586 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1644 -id: 27 -name: "イベント" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1681890363 {#1642 date: 2023-04-19 16:46:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1643 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1645 …} -Children: Doctrine\ORM\PersistentCollection {#1648 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1651 -id: 25 -name: "登山" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1681890230 {#1649 date: 2023-04-19 16:43:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1650 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1652 …} -Children: Doctrine\ORM\PersistentCollection {#1655 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1658 -id: 24 -name: "キャンプ" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1681890225 {#1656 date: 2023-04-19 16:43:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683596555 {#1657 date: 2023-05-09 10:42:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1659 …} -Children: Doctrine\ORM\PersistentCollection {#1662 …} -Parent: Eccube\Entity\Category {#1612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1665 -id: 2 -name: "テント" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1488881692 {#1584 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1585 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1666 …} -Children: Doctrine\ORM\PersistentCollection {#1669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1670 -id: 21 -name: "タープ" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1680488551 {#1663 date: 2023-04-03 11:22:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680488551 {#1664 date: 2023-04-03 11:22:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1671 …} -Children: Doctrine\ORM\PersistentCollection {#1674 …} -Parent: Eccube\Entity\Category {#1665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1679 -id: 5 -name: "シュラフ・マット" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1488881692 {#1675 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1676 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1680 …} -Children: Doctrine\ORM\PersistentCollection {#1683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1684 -id: 10 -name: "マット" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1680164351 {#1677 date: 2023-03-30 17:19:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164351 {#1678 date: 2023-03-30 17:19:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1685 …} -Children: Doctrine\ORM\PersistentCollection {#1688 …} -Parent: Eccube\Entity\Category {#1679} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1693 -id: 6 -name: "シュラフ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#1691 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164345 {#1692 date: 2023-03-30 17:19:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1694 …} -Children: Doctrine\ORM\PersistentCollection {#1697 …} -Parent: Eccube\Entity\Category {#1679} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1700 -id: 11 -name: "キッチン・テーブル" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1680164533 {#1690 date: 2023-03-30 17:22:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1689 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1701 …} -Children: Doctrine\ORM\PersistentCollection {#1704 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1705 -id: 16 -name: "バーナー" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1680338319 {#1698 date: 2023-04-01 17:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680338319 {#1699 date: 2023-04-01 17:38:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1706 …} -Children: Doctrine\ORM\PersistentCollection {#1709 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1714 -id: 14 -name: "冷蔵庫" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1680164623 {#1712 date: 2023-03-30 17:23:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164623 {#1713 date: 2023-03-30 17:23:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1715 …} -Children: Doctrine\ORM\PersistentCollection {#1718 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1721 -id: 13 -name: "クーラーボックス" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1680164613 {#1719 date: 2023-03-30 17:23:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164613 {#1720 date: 2023-03-30 17:23:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1722 …} -Children: Doctrine\ORM\PersistentCollection {#1725 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1728 -id: 12 -name: "ダッチオーブン" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1680164557 {#1726 date: 2023-03-30 17:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164557 {#1727 date: 2023-03-30 17:22:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1729 …} -Children: Doctrine\ORM\PersistentCollection {#1732 …} -Parent: Eccube\Entity\Category {#1700} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1733 -id: 22 -name: "焚き火・BBQ" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1680498626 {#1711 date: 2023-04-03 14:10:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1710 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1734 …} -Children: Doctrine\ORM\PersistentCollection {#1737 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1740 -id: 15 -name: "チェア" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1680168820 {#1738 date: 2023-03-30 18:33:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1739 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1741 …} -Children: Doctrine\ORM\PersistentCollection {#1744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1747 -id: 17 -name: "トレッキングポール" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1680338368 {#1745 date: 2023-04-01 17:39:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1746 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1748 …} -Children: Doctrine\ORM\PersistentCollection {#1751 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1754 -id: 20 -name: "ランタン・ライト" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1680342988 {#1752 date: 2023-04-01 18:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1753 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1755 …} -Children: Doctrine\ORM\PersistentCollection {#1758 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1761 -id: 18 -name: "冬山用品" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1680338382 {#1759 date: 2023-04-01 17:39:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1760 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1762 …} -Children: Doctrine\ORM\PersistentCollection {#1765 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1768 -id: 19 -name: "カメラ・ドローン" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1680338437 {#1766 date: 2023-04-01 17:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1767 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1769 …} -Children: Doctrine\ORM\PersistentCollection {#1772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1777 -id: 1 -name: "その他" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#1773 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680498631 {#1774 date: 2023-04-03 14:10:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1778 …} -Children: Doctrine\ORM\PersistentCollection {#1781 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } Eccube\Entity\Category {#1782 -id: 3 -name: "アウトドアワゴン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1488881692 {#1775 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680164508 {#1776 date: 2023-03-30 17:21:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#1783 …} -Children: Doctrine\ORM\PersistentCollection {#1786 …} -Parent: Eccube\Entity\Category {#1777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#1593 …} } ] |
| 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 {#374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#376 …} -namespace: Closure() {#378 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …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 {#1842 -om: ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1455 …} -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() {#1841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1530 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#24 …} $translationDomain: "validators" $message: Closure() {#1839 …} } } |
| validation_groups | null |
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
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| 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 {#374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#376 …} -namespace: Closure() {#378 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1869 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
| 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() {#1871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1530 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#24 …} $translationDomain: "validators" $message: Closure() {#1868 …} } } |
| validation_groups | null |
pageno
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "1.),(.).'"," |
| Model Format | same as normalized format |
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 | 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 {#374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#376 …} -namespace: Closure() {#378 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1530 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#24 …} $translationDomain: "validators" $message: Closure() {#1881 …} } } |
| validation_groups | null |
disp_number
"Eccube\Form\Type\Master\ProductListMaxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"20"
|
| Normalized Format | Eccube\Entity\Master\ProductListMax {#1558 #id: 20 #name: "20件" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListMax {#1558 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#1559 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#1576 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#1558 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#1559 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#1576 #id: 60 #name: "60件" #sort_no: 2 } ] |
| label | 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 {#1838 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1902 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1903 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1901 -om: ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1350 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#1558 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#1559 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#1576 #id: 60 #name: "60件" #sort_no: 2 } ] |
| class | "Eccube\Entity\Master\ProductListMax" |
| 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 {#374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#376 …} -namespace: Closure() {#378 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …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 {#1901 -om: ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1350 …} -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 | false |
| 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 {#1904 -_em: Doctrine\ORM\EntityManager {#421 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1906 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1907 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1908 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1905 …} -_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() {#1900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1530 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#24 …} $translationDomain: "validators" $message: Closure() {#1897 …} } } |
| validation_groups | null |
orderby
"Eccube\Form\Type\Master\ProductListOrderByType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"1"
|
| Normalized Format | Eccube\Entity\Master\ProductListOrderBy {#1800 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#1800 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#1801 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#1802 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#1800 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#1801 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#1802 #id: 2 #name: "新着順" #sort_no: 2 } ] |
| label | 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 {#1838 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1926 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1927 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1925 -om: ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1561 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#1800 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#1801 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#1802 #id: 2 #name: "新着順" #sort_no: 2 } ] |
| class | "Eccube\Entity\Master\ProductListOrderBy" |
| 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 {#374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#376 …} -namespace: Closure() {#378 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …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 {#1925 -om: ContainerH43ctnU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#324 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1561 …} -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 | false |
| 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 {#1928 -_em: Doctrine\ORM\EntityManager {#421 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1930 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1931 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1932 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1929 …} -_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() {#1924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1530 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#24 …} $translationDomain: "validators" $message: Closure() {#1923 …} } } |
| validation_groups | null |