- Request / Response
- Performance
- Validator
- Forms 1
- Exception
- Logs 279
- Events
- Routing
- Cache
- Translation 169
- 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 {#3216 -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" => "5" ] |
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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2559 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2500 …} } |
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() {#2561 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#2560 …} } } |
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" => "5" ] |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#7375 -form: Symfony\Component\Form\Form {#3187 …} -errors: [ Symfony\Component\Form\FormError {#3218 #messageTemplate: "CSRFトークンが無効です、再送信してください。" #messageParameters: [] #messagePluralization: null -message: "CSRFトークンが無効です、再送信してください。" -cause: Symfony\Component\Security\Csrf\CsrfToken {#3216 -id: "Customize\Form\Type\Front\SearchProductType" -value: "" } -origin: Symfony\Component\Form\Form {#3187 …} } ] } |
form | Symfony\Component\Form\FormView {#3965 …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" => "5" ] |
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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
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) {#3071 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2500 …} } |
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() {#3073 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3070 …} } } |
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 {#7379 -form: Symfony\Component\Form\Form {#3190 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7380 …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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3096 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2500 …} } |
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() {#3098 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3095 …} } } |
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 {#7382 -form: Symfony\Component\Form\Form {#3193 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7381 …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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
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() {#3120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3117 …} } } |
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 {#7384 -form: Symfony\Component\Form\Form {#3196 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7383 …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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
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() {#3142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3141 …} } } |
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 {#7388 +label: "SET販売" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7387 +label: "洋モノ" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7389 +label: "盗撮その他" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7390 +label: "アニメ" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7391 +label: "動画配信その他" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7392 +label: "メーカーその他" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7393 +label: "スカイハイ プレミアム" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7394 +label: "Sky Angel" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7395 +label: "好色妻降臨" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7396 +label: "Gold Angel" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7397 +label: "RED HOT Collection" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7398 +label: "ぶっかけ熟女" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7399 +label: "S Model" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7400 +label: "キャットウォーク" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7401 +label: "KIRARI" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7402 +label: "CATCHEYE" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7403 +label: "クライマックスジパング" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7404 +label: "Mercibeaucoup" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7405 +label: "HEYZO" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7406 +label: "サムライポルノ" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7407 +label: "スタジオテリヤキ" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7408 +label: "カリビアンコム" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7409 +label: "一本道" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7410 +label: "La Foret Girl" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7411 +label: "天然むすめ" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7412 +label: "エッチな4610" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7413 +label: "素人シリーズ花と蝶" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7414 +label: "素人シリーズ花と苺" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7415 +label: "ムラムラってくる素人" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7416 +label: "パコパココママ" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7417 +label: "人妻斬り" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7418 +label: "エッチな0930" +value: "32" +data: 32 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7419 +label: "ガチん娘" +value: "33" +data: 33 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7420 +label: "1000人斬り" +value: "34" +data: 34 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7421 +label: "東熱" +value: "35" +data: 35 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7422 +label: "餌食珍道中" +value: "36" +data: 36 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7423 +label: "舞妓" +value: "37" +data: 37 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7424 +label: "Empire" +value: "38" +data: 38 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7425 +label: "ローズリップ" +value: "39" +data: 39 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7426 +label: "アジア天国" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7427 +label: "本生素人TV" +value: "41" +data: 41 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7428 +label: "ザーメン二郎" +value: "42" +data: 42 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7429 +label: "ピンクシャンパン" +value: "43" +data: 43 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7430 +label: "THIRD WORLD MEDIA" +value: "44" +data: 44 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7431 +label: "AVS-MUSEUM" +value: "45" +data: 45 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7432 +label: "GREEN FANTASY" +value: "46" +data: 46 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7433 +label: "MATSU ENTERTAINMENT" +value: "47" +data: 47 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7434 +label: "Kabuki Pictures" +value: "48" +data: 48 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7435 +label: "One Piece Entertainment" +value: "49" +data: 49 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7436 +label: "Oriental Dream" +value: "50" +data: 50 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7437 +label: "Radioactive" +value: "51" +data: 51 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7438 +label: "サスケ" +value: "52" +data: 52 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7439 +label: "Stage 2 Media" +value: "53" +data: 53 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7440 +label: "アンコール" +value: "54" +data: 54 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7441 +label: "Street GALS" +value: "55" +data: 55 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7442 +label: "金8天国" +value: "56" +data: 56 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7443 +label: "トリプルエックス" +value: "57" +data: 57 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7444 +label: "X1X" +value: "58" +data: 58 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7445 +label: "Kamikaze Entertainment" +value: "59" +data: 59 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7446 +label: "FAIRY" +value: "60" +data: 60 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7447 +label: "FANTA DREAM" +value: "61" +data: 61 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7448 +label: "J-PEACH" +value: "62" +data: 62 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7449 +label: "J-SPOT" +value: "63" +data: 63 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7450 +label: "KOKESHI" +value: "64" +data: 64 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7451 +label: "MIKADO" +value: "65" +data: 65 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7452 +label: "ムゲンエンターテインメント" +value: "66" +data: 66 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7453 +label: "Pink Puncher" +value: "67" +data: 67 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7454 +label: "Tora-Tora" +value: "68" +data: 68 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7455 +label: "YUZU" +value: "69" +data: 69 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7456 +label: "Anarchy-X" +value: "70" +data: 70 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7457 +label: "メス豚" +value: "71" +data: 71 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7458 +label: "熟女倶楽部" +value: "72" +data: 72 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7459 +label: "問答無用" +value: "73" +data: 73 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7460 +label: "昔の名作裏ビデオ" +value: "74" +data: 74 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7461 +label: "PINKY" +value: "75" +data: 75 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7462 +label: "AQUARIUM.TV" +value: "76" +data: 76 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7463 +label: "oooo9.COM" +value: "77" +data: 77 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7464 +label: "Newhalfclub" +value: "78" +data: 78 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7465 +label: "ittele" +value: "79" +data: 79 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7466 +label: "のぞきザムライ" +value: "80" +data: 80 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7467 +label: "透兵衛" +value: "81" +data: 81 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7468 +label: "1919gogo.com" +value: "82" +data: 82 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7469 +label: "しゃぶしゃぶ" +value: "83" +data: 83 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7470 +label: "マダムエンターテインメント" +value: "84" +data: 84 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7471 +label: "AMORZ" +value: "85" +data: 85 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7472 +label: "アキバ本舗" +value: "86" +data: 86 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7473 +label: "av-taiken" +value: "87" +data: 87 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7474 +label: "ミラクル" +value: "88" +data: 88 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7475 +label: "Night24" +value: "89" +data: 89 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7476 +label: "放課後18" +value: "90" +data: 90 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7477 +label: "有閑マダム" +value: "91" +data: 91 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7478 +label: "スカウト一本勝負" +value: "92" +data: 92 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7479 +label: "コスプレ王国" +value: "93" +data: 93 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7480 +label: "純白女子○生" +value: "94" +data: 94 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7481 +label: "ブリード" +value: "95" +data: 95 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7482 +label: "クイーン8" +value: "96" +data: 96 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7483 +label: "5th ディメンション" +value: "97" +data: 97 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7484 +label: "無毛な私" +value: "98" +data: 98 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7485 +label: "マジックバナナ" +value: "99" +data: 99 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7486 +label: "FEVER 5 美勇伝" +value: "100" +data: 100 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7487 +label: "アイドラド" +value: "101" +data: 101 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7488 +label: "ルチャリブレ" +value: "102" +data: 102 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7489 +label: "シーメールジャパン" +value: "103" +data: 103 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7490 +label: "パッション" +value: "104" +data: 104 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7491 +label: "グランダー" +value: "105" +data: 105 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7492 +label: "ごえもん" +value: "106" +data: 106 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7493 +label: "ツナミ" +value: "107" +data: 107 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7494 +label: "おねだり姫のSEXブログ" +value: "108" +data: 108 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7495 +label: "辻監督 上玉セレクション" +value: "109" +data: 109 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7496 +label: "WASABI" +value: "110" +data: 110 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7497 +label: "まめきゅー" +value: "111" +data: 111 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7498 +label: "ビスケッコ" +value: "112" +data: 112 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7499 +label: "TTS" +value: "113" +data: 113 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7500 +label: "S2 エンターテインメント" +value: "114" +data: 114 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7501 +label: "DOLL HOUSE" +value: "115" +data: 115 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7502 +label: "OIRAN" +value: "116" +data: 116 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7503 +label: "JAPAN X" +value: "117" +data: 117 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7504 +label: "TIPTOP X" +value: "118" +data: 118 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7505 +label: "DUTY" +value: "119" +data: 119 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7506 +label: "ERO MEDIA" +value: "120" +data: 120 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7507 +label: "Unknown" +value: "121" +data: 121 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7508 +label: "エロゲッチュ" +value: "122" +data: 122 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7509 +label: "cancan-av" +value: "123" +data: 123 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7510 +label: "コスプレコレクション" +value: "124" +data: 124 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7511 +label: "流出!週刊ボスド" +value: "125" +data: 125 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7512 +label: "盗撮1919" +value: "126" +data: 126 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7513 +label: "マニア王" +value: "127" +data: 127 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7514 +label: "REAL DIVA 素人専門" +value: "128" +data: 128 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7515 +label: "JAV 1 Model" +value: "129" +data: 129 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7516 +label: "Zipang" +value: "130" +data: 130 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7517 +label: "怪盗ジョーカー" +value: "131" +data: 131 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7518 +label: "Hey動画" +value: "132" +data: 132 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7519 +label: "DoBaDAM" +value: "133" +data: 133 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7520 +label: "ZIPANG" +value: "134" +data: 134 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7521 +label: "小天狗" +value: "135" +data: 135 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7522 +label: "FC2アダルト販売動画" +value: "136" +data: 136 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7523 +label: "女体のしんぴ" +value: "137" +data: 137 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7524 +label: "レズのしんぴ" +value: "138" +data: 138 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7525 +label: "AV志向" +value: "139" +data: 139 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7526 +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 {#7386 -form: Symfony\Component\Form\Form {#3199 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7385 …5} |
full_name | "maker_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "maker_id" |
is_selected | Closure($choice, $value) {#7528 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3128 …} } |
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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
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() {#3155 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3154 …} } } |
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 {#7532 +label: "20件" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7531 +label: "40件" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7533 +label: "60件" +value: "60" +data: 60 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7534 +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 {#7529 -form: Symfony\Component\Form\Form {#3202 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7530 …5} |
full_name | "disp_number" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "disp_number" |
is_selected | Closure($choice, $value) {#7536 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3128 …} } |
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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
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() {#3167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3166 …} } } |
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 {#7540 +label: "新しい順" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7539 +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 {#7537 -form: Symfony\Component\Form\Form {#3205 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7538 …5} |
full_name | "orderby" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "orderby" |
is_selected | Closure($choice, $value) {#7542 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3128 …} } |
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 | "5" |
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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3178 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2500 …} } |
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() {#3180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#3179 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_pageno" ] |
cache_key | "_pageno_hidden" |
compound | false |
data | "5" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#7543 -form: Symfony\Component\Form\Form {#3208 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7544 …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 | "5" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "dfa17646.h0choYOM2i2C5LxeoLHgs1bDBdEwbbVjSQEBxALh1do.4Xdlz_T_t0TRgONr2ODR5Devc-l2NPEvMFJ1nkGutovMKhPOzv2sGbKg3w" |
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 | "dfa17646.h0choYOM2i2C5LxeoLHgs1bDBdEwbbVjSQEBxALh1do.4Xdlz_T_t0TRgONr2ODR5Devc-l2NPEvMFJ1nkGutovMKhPOzv2sGbKg3w" |
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 {#457 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#455 …} -namespace: Closure() {#453 …} } |
data | "dfa17646.h0choYOM2i2C5LxeoLHgs1bDBdEwbbVjSQEBxALh1do.4Xdlz_T_t0TRgONr2ODR5Devc-l2NPEvMFJ1nkGutovMKhPOzv2sGbKg3w" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2500 …} } |
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() {#7546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#7545 …} } } |
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 | "dfa17646.h0choYOM2i2C5LxeoLHgs1bDBdEwbbVjSQEBxALh1do.4Xdlz_T_t0TRgONr2ODR5Devc-l2NPEvMFJ1nkGutovMKhPOzv2sGbKg3w" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#7558 -form: Symfony\Component\Form\Form {#7553 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7547 …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 | "dfa17646.h0choYOM2i2C5LxeoLHgs1bDBdEwbbVjSQEBxALh1do.4Xdlz_T_t0TRgONr2ODR5Devc-l2NPEvMFJ1nkGutovMKhPOzv2sGbKg3w" |