- Request / Response
- Performance
- Validator
- Forms 1
- Exception
- Logs 288
- Events
- Routing
- Cache
- Translation 167
- Security
- Twig
- Doctrine
- Migrations
- 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)
"Customize\Form\Type\Front\SearchProductType"
Errors
Message | Origin | Cause |
---|---|---|
CSRFトークンが無効です、再送信してください。 |
Caused by:
Symfony\Component\Security\Csrf\CsrfToken {#4493 -id: "Customize\Form\Type\Front\SearchProductType" -value: "" } |
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 "keyword" => "美少女" "date" => null "maker_id" => null "disp_number" => null "orderby" => null "pageno" => "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 | 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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3777 …} } |
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() {#3838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3837 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_product" "_" ] |
cache_key | "__search_product" |
compound | true |
data | [ "mode" => null "keyword" => "美少女" "date" => null "maker_id" => null "disp_number" => null "orderby" => null "pageno" => "1" ] |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#8678 -form: Symfony\Component\Form\Form {#4464 …} -errors: [ Symfony\Component\Form\FormError {#4495 #messageTemplate: "CSRFトークンが無効です、再送信してください。" #messageParameters: [] #messagePluralization: null -message: "CSRFトークンが無効です、再送信してください。" -cause: Symfony\Component\Security\Csrf\CsrfToken {#4493 -id: "Customize\Form\Type\Front\SearchProductType" -value: "" } -origin: Symfony\Component\Form\Form {#4464 …} } ] } |
form | Symfony\Component\Form\FormView {#5242 …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 | true |
translation_domain | null |
unique_block_prefix | "_" |
valid | false |
value | [ "mode" => null "keyword" => "美少女" "date" => null "maker_id" => null "disp_number" => null "orderby" => null "pageno" => "1" ] |
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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
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) {#4348 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3777 …} } |
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() {#4350 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4347 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_mode" ] |
cache_key | "_mode_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#8682 -form: Symfony\Component\Form\Form {#4467 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8683 …5} |
full_name | "mode" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mode" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_mode" |
valid | true |
value | "" |
keyword
"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 | same as normalized format |
Normalized Format | "美少女" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
required | false |
same as passed value |
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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4373 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3777 …} } |
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() {#4375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4372 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 50 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_keyword" ] |
cache_key | "_keyword_search" |
compound | false |
data | "美少女" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#8685 -form: Symfony\Component\Form\Form {#4470 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8684 …5} |
full_name | "keyword" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "keyword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "keyword" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_keyword" |
valid | true |
value | "美少女" |
date
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "入荷日を選択" ] |
[ "placeholder" => "入荷日を選択" ] |
required | false |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "入荷日を選択" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => "" "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() {#4397 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4394 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "入荷日を選択" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_date" ] |
cache_key | "_date_date" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#8687 -form: Symfony\Component\Form\Form {#4473 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8686 …5} |
full_name | "date" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "date" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "date" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
type | "date" |
unique_block_prefix | "_date" |
valid | true |
value | "" |
widget | "single_text" |
maker_id
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "SET販売" => 1 "洋モノ" => 2 "盗撮その他" => 3 "アニメ" => 4 "動画配信その他" => 5 "メーカーその他" => 6 "スカイハイ プレミアム" => 7 "Sky Angel" => 8 "好色妻降臨" => 9 "Gold Angel" => 10 "RED HOT Collection" => 11 "ぶっかけ熟女" => 12 "S Model" => 13 "キャットウォーク" => 14 "KIRARI" => 15 "CATCHEYE" => 16 "クライマックスジパング" => 17 "Mercibeaucoup" => 18 "HEYZO" => 19 "サムライポルノ" => 20 "スタジオテリヤキ" => 21 "カリビアンコム" => 22 "一本道" => 23 "La Foret Girl" => 24 "天然むすめ" => 25 "エッチな4610" => 26 "素人シリーズ花と蝶" => 27 "素人シリーズ花と苺" => 28 "ムラムラってくる素人" => 29 "パコパココママ" => 30 "人妻斬り" => 31 "エッチな0930" => 32 "ガチん娘" => 33 "1000人斬り" => 34 "東熱" => 35 "餌食珍道中" => 36 "舞妓" => 37 "Empire" => 38 "ローズリップ" => 39 "アジア天国" => 40 "本生素人TV" => 41 "ザーメン二郎" => 42 "ピンクシャンパン" => 43 "THIRD WORLD MEDIA" => 44 "AVS-MUSEUM" => 45 "GREEN FANTASY" => 46 "MATSU ENTERTAINMENT" => 47 "Kabuki Pictures" => 48 "One Piece Entertainment" => 49 "Oriental Dream" => 50 "Radioactive" => 51 "サスケ" => 52 "Stage 2 Media" => 53 "アンコール" => 54 "Street GALS" => 55 "金8天国" => 56 "トリプルエックス" => 57 "X1X" => 58 "Kamikaze Entertainment" => 59 "FAIRY" => 60 "FANTA DREAM" => 61 "J-PEACH" => 62 "J-SPOT" => 63 "KOKESHI" => 64 "MIKADO" => 65 "ムゲンエンターテインメント" => 66 "Pink Puncher" => 67 "Tora-Tora" => 68 "YUZU" => 69 "Anarchy-X" => 70 "メス豚" => 71 "熟女倶楽部" => 72 "問答無用" => 73 "昔の名作裏ビデオ" => 74 "PINKY" => 75 "AQUARIUM.TV" => 76 "oooo9.COM" => 77 "Newhalfclub" => 78 "ittele" => 79 "のぞきザムライ" => 80 "透兵衛" => 81 "1919gogo.com" => 82 "しゃぶしゃぶ" => 83 "マダムエンターテインメント" => 84 "AMORZ" => 85 "アキバ本舗" => 86 "av-taiken" => 87 "ミラクル" => 88 "Night24" => 89 "放課後18" => 90 "有閑マダム" => 91 "スカウト一本勝負" => 92 "コスプレ王国" => 93 "純白女子○生" => 94 "ブリード" => 95 "クイーン8" => 96 "5th ディメンション" => 97 "無毛な私" => 98 "マジックバナナ" => 99 "FEVER 5 美勇伝" => 100 "アイドラド" => 101 "ルチャリブレ" => 102 "シーメールジャパン" => 103 "パッション" => 104 "グランダー" => 105 "ごえもん" => 106 "ツナミ" => 107 "おねだり姫のSEXブログ" => 108 "辻監督 上玉セレクション" => 109 "WASABI" => 110 "まめきゅー" => 111 "ビスケッコ" => 112 "TTS" => 113 "S2 エンターテインメント" => 114 "DOLL HOUSE" => 115 "OIRAN" => 116 "JAPAN X" => 117 "TIPTOP X" => 118 "DUTY" => 119 "ERO MEDIA" => 120 "Unknown" => 121 "エロゲッチュ" => 122 "cancan-av" => 123 "コスプレコレクション" => 124 "流出!週刊ボスド" => 125 "盗撮1919" => 126 "マニア王" => 127 "REAL DIVA 素人専門" => 128 "JAV 1 Model" => 129 "Zipang" => 130 "怪盗ジョーカー" => 131 "Hey動画" => 132 "DoBaDAM" => 133 "ZIPANG" => 134 "小天狗" => 135 "FC2アダルト販売動画" => 136 "女体のしんぴ" => 137 "レズのしんぴ" => 138 "AV志向" => 139 "のぞき本舗 中村屋" => 140 ] |
[ "SET販売" => 1 "洋モノ" => 2 "盗撮その他" => 3 "アニメ" => 4 "動画配信その他" => 5 "メーカーその他" => 6 "スカイハイ プレミアム" => 7 "Sky Angel" => 8 "好色妻降臨" => 9 "Gold Angel" => 10 "RED HOT Collection" => 11 "ぶっかけ熟女" => 12 "S Model" => 13 "キャットウォーク" => 14 "KIRARI" => 15 "CATCHEYE" => 16 "クライマックスジパング" => 17 "Mercibeaucoup" => 18 "HEYZO" => 19 "サムライポルノ" => 20 "スタジオテリヤキ" => 21 "カリビアンコム" => 22 "一本道" => 23 "La Foret Girl" => 24 "天然むすめ" => 25 "エッチな4610" => 26 "素人シリーズ花と蝶" => 27 "素人シリーズ花と苺" => 28 "ムラムラってくる素人" => 29 "パコパココママ" => 30 "人妻斬り" => 31 "エッチな0930" => 32 "ガチん娘" => 33 "1000人斬り" => 34 "東熱" => 35 "餌食珍道中" => 36 "舞妓" => 37 "Empire" => 38 "ローズリップ" => 39 "アジア天国" => 40 "本生素人TV" => 41 "ザーメン二郎" => 42 "ピンクシャンパン" => 43 "THIRD WORLD MEDIA" => 44 "AVS-MUSEUM" => 45 "GREEN FANTASY" => 46 "MATSU ENTERTAINMENT" => 47 "Kabuki Pictures" => 48 "One Piece Entertainment" => 49 "Oriental Dream" => 50 "Radioactive" => 51 "サスケ" => 52 "Stage 2 Media" => 53 "アンコール" => 54 "Street GALS" => 55 "金8天国" => 56 "トリプルエックス" => 57 "X1X" => 58 "Kamikaze Entertainment" => 59 "FAIRY" => 60 "FANTA DREAM" => 61 "J-PEACH" => 62 "J-SPOT" => 63 "KOKESHI" => 64 "MIKADO" => 65 "ムゲンエンターテインメント" => 66 "Pink Puncher" => 67 "Tora-Tora" => 68 "YUZU" => 69 "Anarchy-X" => 70 "メス豚" => 71 "熟女倶楽部" => 72 "問答無用" => 73 "昔の名作裏ビデオ" => 74 "PINKY" => 75 "AQUARIUM.TV" => 76 "oooo9.COM" => 77 "Newhalfclub" => 78 "ittele" => 79 "のぞきザムライ" => 80 "透兵衛" => 81 "1919gogo.com" => 82 "しゃぶしゃぶ" => 83 "マダムエンターテインメント" => 84 "AMORZ" => 85 "アキバ本舗" => 86 "av-taiken" => 87 "ミラクル" => 88 "Night24" => 89 "放課後18" => 90 "有閑マダム" => 91 "スカウト一本勝負" => 92 "コスプレ王国" => 93 "純白女子○生" => 94 "ブリード" => 95 "クイーン8" => 96 "5th ディメンション" => 97 "無毛な私" => 98 "マジックバナナ" => 99 "FEVER 5 美勇伝" => 100 "アイドラド" => 101 "ルチャリブレ" => 102 "シーメールジャパン" => 103 "パッション" => 104 "グランダー" => 105 "ごえもん" => 106 "ツナミ" => 107 "おねだり姫のSEXブログ" => 108 "辻監督 上玉セレクション" => 109 "WASABI" => 110 "まめきゅー" => 111 "ビスケッコ" => 112 "TTS" => 113 "S2 エンターテインメント" => 114 "DOLL HOUSE" => 115 "OIRAN" => 116 "JAPAN X" => 117 "TIPTOP X" => 118 "DUTY" => 119 "ERO MEDIA" => 120 "Unknown" => 121 "エロゲッチュ" => 122 "cancan-av" => 123 "コスプレコレクション" => 124 "流出!週刊ボスド" => 125 "盗撮1919" => 126 "マニア王" => 127 "REAL DIVA 素人専門" => 128 "JAV 1 Model" => 129 "Zipang" => 130 "怪盗ジョーカー" => 131 "Hey動画" => 132 "DoBaDAM" => 133 "ZIPANG" => 134 "小天狗" => 135 "FC2アダルト販売動画" => 136 "女体のしんぴ" => 137 "レズのしんぴ" => 138 "AV志向" => 139 "のぞき本舗 中村屋" => 140 ] |
label | "メーカー" |
same as passed value |
placeholder | "すべてのメーカー" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "SET販売" => 1 "洋モノ" => 2 "盗撮その他" => 3 "アニメ" => 4 "動画配信その他" => 5 "メーカーその他" => 6 "スカイハイ プレミアム" => 7 "Sky Angel" => 8 "好色妻降臨" => 9 "Gold Angel" => 10 "RED HOT Collection" => 11 "ぶっかけ熟女" => 12 "S Model" => 13 "キャットウォーク" => 14 "KIRARI" => 15 "CATCHEYE" => 16 "クライマックスジパング" => 17 "Mercibeaucoup" => 18 "HEYZO" => 19 "サムライポルノ" => 20 "スタジオテリヤキ" => 21 "カリビアンコム" => 22 "一本道" => 23 "La Foret Girl" => 24 "天然むすめ" => 25 "エッチな4610" => 26 "素人シリーズ花と蝶" => 27 "素人シリーズ花と苺" => 28 "ムラムラってくる素人" => 29 "パコパココママ" => 30 "人妻斬り" => 31 "エッチな0930" => 32 "ガチん娘" => 33 "1000人斬り" => 34 "東熱" => 35 "餌食珍道中" => 36 "舞妓" => 37 "Empire" => 38 "ローズリップ" => 39 "アジア天国" => 40 "本生素人TV" => 41 "ザーメン二郎" => 42 "ピンクシャンパン" => 43 "THIRD WORLD MEDIA" => 44 "AVS-MUSEUM" => 45 "GREEN FANTASY" => 46 "MATSU ENTERTAINMENT" => 47 "Kabuki Pictures" => 48 "One Piece Entertainment" => 49 "Oriental Dream" => 50 "Radioactive" => 51 "サスケ" => 52 "Stage 2 Media" => 53 "アンコール" => 54 "Street GALS" => 55 "金8天国" => 56 "トリプルエックス" => 57 "X1X" => 58 "Kamikaze Entertainment" => 59 "FAIRY" => 60 "FANTA DREAM" => 61 "J-PEACH" => 62 "J-SPOT" => 63 "KOKESHI" => 64 "MIKADO" => 65 "ムゲンエンターテインメント" => 66 "Pink Puncher" => 67 "Tora-Tora" => 68 "YUZU" => 69 "Anarchy-X" => 70 "メス豚" => 71 "熟女倶楽部" => 72 "問答無用" => 73 "昔の名作裏ビデオ" => 74 "PINKY" => 75 "AQUARIUM.TV" => 76 "oooo9.COM" => 77 "Newhalfclub" => 78 "ittele" => 79 "のぞきザムライ" => 80 "透兵衛" => 81 "1919gogo.com" => 82 "しゃぶしゃぶ" => 83 "マダムエンターテインメント" => 84 "AMORZ" => 85 "アキバ本舗" => 86 "av-taiken" => 87 "ミラクル" => 88 "Night24" => 89 "放課後18" => 90 "有閑マダム" => 91 "スカウト一本勝負" => 92 "コスプレ王国" => 93 "純白女子○生" => 94 "ブリード" => 95 "クイーン8" => 96 "5th ディメンション" => 97 "無毛な私" => 98 "マジックバナナ" => 99 "FEVER 5 美勇伝" => 100 "アイドラド" => 101 "ルチャリブレ" => 102 "シーメールジャパン" => 103 "パッション" => 104 "グランダー" => 105 "ごえもん" => 106 "ツナミ" => 107 "おねだり姫のSEXブログ" => 108 "辻監督 上玉セレクション" => 109 "WASABI" => 110 "まめきゅー" => 111 "ビスケッコ" => 112 "TTS" => 113 "S2 エンターテインメント" => 114 "DOLL HOUSE" => 115 "OIRAN" => 116 "JAPAN X" => 117 "TIPTOP X" => 118 "DUTY" => 119 "ERO MEDIA" => 120 "Unknown" => 121 "エロゲッチュ" => 122 "cancan-av" => 123 "コスプレコレクション" => 124 "流出!週刊ボスド" => 125 "盗撮1919" => 126 "マニア王" => 127 "REAL DIVA 素人専門" => 128 "JAV 1 Model" => 129 "Zipang" => 130 "怪盗ジョーカー" => 131 "Hey動画" => 132 "DoBaDAM" => 133 "ZIPANG" => 134 "小天狗" => 135 "FC2アダルト販売動画" => 136 "女体のしんぴ" => 137 "レズのしんぴ" => 138 "AV志向" => 139 "のぞき本舗 中村屋" => 140 ] |
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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | 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 | "メーカー" |
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() {#4419 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4418 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_maker_id" ] |
cache_key | "_maker_id_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8691 +label: "SET販売" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8690 +label: "洋モノ" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8692 +label: "盗撮その他" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8693 +label: "アニメ" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8694 +label: "動画配信その他" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8695 +label: "メーカーその他" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8696 +label: "スカイハイ プレミアム" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8697 +label: "Sky Angel" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8698 +label: "好色妻降臨" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8699 +label: "Gold Angel" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8700 +label: "RED HOT Collection" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8701 +label: "ぶっかけ熟女" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8702 +label: "S Model" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8703 +label: "キャットウォーク" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8704 +label: "KIRARI" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8705 +label: "CATCHEYE" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8706 +label: "クライマックスジパング" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8707 +label: "Mercibeaucoup" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8708 +label: "HEYZO" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8709 +label: "サムライポルノ" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8710 +label: "スタジオテリヤキ" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8711 +label: "カリビアンコム" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8712 +label: "一本道" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8713 +label: "La Foret Girl" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8714 +label: "天然むすめ" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8715 +label: "エッチな4610" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8716 +label: "素人シリーズ花と蝶" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8717 +label: "素人シリーズ花と苺" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8718 +label: "ムラムラってくる素人" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8719 +label: "パコパココママ" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8720 +label: "人妻斬り" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8721 +label: "エッチな0930" +value: "32" +data: 32 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8722 +label: "ガチん娘" +value: "33" +data: 33 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8723 +label: "1000人斬り" +value: "34" +data: 34 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8724 +label: "東熱" +value: "35" +data: 35 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8725 +label: "餌食珍道中" +value: "36" +data: 36 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8726 +label: "舞妓" +value: "37" +data: 37 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8727 +label: "Empire" +value: "38" +data: 38 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8728 +label: "ローズリップ" +value: "39" +data: 39 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8729 +label: "アジア天国" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8730 +label: "本生素人TV" +value: "41" +data: 41 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8731 +label: "ザーメン二郎" +value: "42" +data: 42 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8732 +label: "ピンクシャンパン" +value: "43" +data: 43 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8733 +label: "THIRD WORLD MEDIA" +value: "44" +data: 44 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8734 +label: "AVS-MUSEUM" +value: "45" +data: 45 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8735 +label: "GREEN FANTASY" +value: "46" +data: 46 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8736 +label: "MATSU ENTERTAINMENT" +value: "47" +data: 47 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8737 +label: "Kabuki Pictures" +value: "48" +data: 48 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8738 +label: "One Piece Entertainment" +value: "49" +data: 49 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8739 +label: "Oriental Dream" +value: "50" +data: 50 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8740 +label: "Radioactive" +value: "51" +data: 51 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8741 +label: "サスケ" +value: "52" +data: 52 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8742 +label: "Stage 2 Media" +value: "53" +data: 53 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8743 +label: "アンコール" +value: "54" +data: 54 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8744 +label: "Street GALS" +value: "55" +data: 55 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8745 +label: "金8天国" +value: "56" +data: 56 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8746 +label: "トリプルエックス" +value: "57" +data: 57 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8747 +label: "X1X" +value: "58" +data: 58 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8748 +label: "Kamikaze Entertainment" +value: "59" +data: 59 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8749 +label: "FAIRY" +value: "60" +data: 60 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8750 +label: "FANTA DREAM" +value: "61" +data: 61 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8751 +label: "J-PEACH" +value: "62" +data: 62 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8752 +label: "J-SPOT" +value: "63" +data: 63 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8753 +label: "KOKESHI" +value: "64" +data: 64 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8754 +label: "MIKADO" +value: "65" +data: 65 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8755 +label: "ムゲンエンターテインメント" +value: "66" +data: 66 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8756 +label: "Pink Puncher" +value: "67" +data: 67 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8757 +label: "Tora-Tora" +value: "68" +data: 68 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8758 +label: "YUZU" +value: "69" +data: 69 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8759 +label: "Anarchy-X" +value: "70" +data: 70 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8760 +label: "メス豚" +value: "71" +data: 71 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8761 +label: "熟女倶楽部" +value: "72" +data: 72 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8762 +label: "問答無用" +value: "73" +data: 73 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8763 +label: "昔の名作裏ビデオ" +value: "74" +data: 74 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8764 +label: "PINKY" +value: "75" +data: 75 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8765 +label: "AQUARIUM.TV" +value: "76" +data: 76 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8766 +label: "oooo9.COM" +value: "77" +data: 77 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8767 +label: "Newhalfclub" +value: "78" +data: 78 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8768 +label: "ittele" +value: "79" +data: 79 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8769 +label: "のぞきザムライ" +value: "80" +data: 80 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8770 +label: "透兵衛" +value: "81" +data: 81 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8771 +label: "1919gogo.com" +value: "82" +data: 82 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8772 +label: "しゃぶしゃぶ" +value: "83" +data: 83 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8773 +label: "マダムエンターテインメント" +value: "84" +data: 84 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8774 +label: "AMORZ" +value: "85" +data: 85 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8775 +label: "アキバ本舗" +value: "86" +data: 86 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8776 +label: "av-taiken" +value: "87" +data: 87 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8777 +label: "ミラクル" +value: "88" +data: 88 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8778 +label: "Night24" +value: "89" +data: 89 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8779 +label: "放課後18" +value: "90" +data: 90 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8780 +label: "有閑マダム" +value: "91" +data: 91 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8781 +label: "スカウト一本勝負" +value: "92" +data: 92 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8782 +label: "コスプレ王国" +value: "93" +data: 93 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8783 +label: "純白女子○生" +value: "94" +data: 94 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8784 +label: "ブリード" +value: "95" +data: 95 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8785 +label: "クイーン8" +value: "96" +data: 96 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8786 +label: "5th ディメンション" +value: "97" +data: 97 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8787 +label: "無毛な私" +value: "98" +data: 98 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8788 +label: "マジックバナナ" +value: "99" +data: 99 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8789 +label: "FEVER 5 美勇伝" +value: "100" +data: 100 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8790 +label: "アイドラド" +value: "101" +data: 101 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8791 +label: "ルチャリブレ" +value: "102" +data: 102 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8792 +label: "シーメールジャパン" +value: "103" +data: 103 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8793 +label: "パッション" +value: "104" +data: 104 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8794 +label: "グランダー" +value: "105" +data: 105 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8795 +label: "ごえもん" +value: "106" +data: 106 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8796 +label: "ツナミ" +value: "107" +data: 107 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8797 +label: "おねだり姫のSEXブログ" +value: "108" +data: 108 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8798 +label: "辻監督 上玉セレクション" +value: "109" +data: 109 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8799 +label: "WASABI" +value: "110" +data: 110 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8800 +label: "まめきゅー" +value: "111" +data: 111 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8801 +label: "ビスケッコ" +value: "112" +data: 112 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8802 +label: "TTS" +value: "113" +data: 113 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8803 +label: "S2 エンターテインメント" +value: "114" +data: 114 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8804 +label: "DOLL HOUSE" +value: "115" +data: 115 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8805 +label: "OIRAN" +value: "116" +data: 116 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8806 +label: "JAPAN X" +value: "117" +data: 117 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8807 +label: "TIPTOP X" +value: "118" +data: 118 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8808 +label: "DUTY" +value: "119" +data: 119 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8809 +label: "ERO MEDIA" +value: "120" +data: 120 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8810 +label: "Unknown" +value: "121" +data: 121 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8811 +label: "エロゲッチュ" +value: "122" +data: 122 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8812 +label: "cancan-av" +value: "123" +data: 123 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8813 +label: "コスプレコレクション" +value: "124" +data: 124 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8814 +label: "流出!週刊ボスド" +value: "125" +data: 125 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8815 +label: "盗撮1919" +value: "126" +data: 126 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8816 +label: "マニア王" +value: "127" +data: 127 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8817 +label: "REAL DIVA 素人専門" +value: "128" +data: 128 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8818 +label: "JAV 1 Model" +value: "129" +data: 129 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8819 +label: "Zipang" +value: "130" +data: 130 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8820 +label: "怪盗ジョーカー" +value: "131" +data: 131 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8821 +label: "Hey動画" +value: "132" +data: 132 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8822 +label: "DoBaDAM" +value: "133" +data: 133 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8823 +label: "ZIPANG" +value: "134" +data: 134 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8824 +label: "小天狗" +value: "135" +data: 135 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8825 +label: "FC2アダルト販売動画" +value: "136" +data: 136 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8826 +label: "女体のしんぴ" +value: "137" +data: 137 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8827 +label: "レズのしんぴ" +value: "138" +data: 138 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8828 +label: "AV志向" +value: "139" +data: 139 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8829 +label: "のぞき本舗 中村屋" +value: "140" +data: 140 +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 {#8689 -form: Symfony\Component\Form\Form {#4476 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#8688 …5} |
full_name | "maker_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "maker_id" |
is_selected | Closure($choice, $value) {#8831 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4405 …} } |
label | "メーカー" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "maker_id" |
placeholder | "すべてのメーカー" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_maker_id" |
valid | true |
value | "" |
disp_number
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "20件" => 20 "40件" => 40 "60件" => 60 "100件" => 100 ] |
[ "20件" => 20 "40件" => 40 "60件" => 60 "100件" => 100 ] |
placeholder | "表示件数を選択" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "20件" => 20 "40件" => 40 "60件" => 60 "100件" => 100 ] |
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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | 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() {#4432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4431 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_disp_number" ] |
cache_key | "_disp_number_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8835 +label: "20件" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8834 +label: "40件" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8836 +label: "60件" +value: "60" +data: 60 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8837 +label: "100件" +value: "100" +data: 100 +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 {#8832 -form: Symfony\Component\Form\Form {#4479 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#8833 …5} |
full_name | "disp_number" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "disp_number" |
is_selected | Closure($choice, $value) {#8839 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4405 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "disp_number" |
placeholder | "表示件数を選択" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_disp_number" |
valid | true |
value | "" |
orderby
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "新しい順" => 1 "古い順" => 2 ] |
[ "新しい順" => 1 "古い順" => 2 ] |
placeholder | "並び順を選択" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "新しい順" => 1 "古い順" => 2 ] |
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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | 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() {#4444 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4443 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_orderby" ] |
cache_key | "_orderby_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8843 +label: "新しい順" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8842 +label: "古い順" +value: "2" +data: 2 +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 {#8840 -form: Symfony\Component\Form\Form {#4482 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#8841 …5} |
full_name | "orderby" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "orderby" |
is_selected | Closure($choice, $value) {#8845 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4405 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "orderby" |
placeholder | "並び順を選択" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_orderby" |
valid | true |
value | "" |
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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3777 …} } |
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() {#4457 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4456 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_pageno" ] |
cache_key | "_pageno_hidden" |
compound | false |
data | "1" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#8846 -form: Symfony\Component\Form\Form {#4485 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8847 …5} |
full_name | "pageno" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pageno" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pageno" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_pageno" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "321dc896a46b132d.DxCu9JxZdG_CXhW1U--PuOwjgKgeAFwq5K2r_GzzFCE.XGrLpuwwBFqKaCbvJI23wLNLzuZJURFvu_fJuBigfmJhaMWu9y0hBvdqIQ" |
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 | "321dc896a46b132d.DxCu9JxZdG_CXhW1U--PuOwjgKgeAFwq5K2r_GzzFCE.XGrLpuwwBFqKaCbvJI23wLNLzuZJURFvu_fJuBigfmJhaMWu9y0hBvdqIQ" |
same as passed value |
mapped | false |
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 | "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 {#458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#457 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#456 …} -namespace: Closure() {#454 …} } |
data | "321dc896a46b132d.DxCu9JxZdG_CXhW1U--PuOwjgKgeAFwq5K2r_GzzFCE.XGrLpuwwBFqKaCbvJI23wLNLzuZJURFvu_fJuBigfmJhaMWu9y0hBvdqIQ" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#8681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3777 …} } |
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() {#8849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3819 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#8848 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
cache_key | "__token_hidden" |
compound | false |
data | "321dc896a46b132d.DxCu9JxZdG_CXhW1U--PuOwjgKgeAFwq5K2r_GzzFCE.XGrLpuwwBFqKaCbvJI23wLNLzuZJURFvu_fJuBigfmJhaMWu9y0hBvdqIQ" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#8861 -form: Symfony\Component\Form\Form {#8856 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8850 …5} |
full_name | "_token" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "_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 | "__token" |
valid | true |
value | "321dc896a46b132d.DxCu9JxZdG_CXhW1U--PuOwjgKgeAFwq5K2r_GzzFCE.XGrLpuwwBFqKaCbvJI23wLNLzuZJURFvu_fJuBigfmJhaMWu9y0hBvdqIQ" |