Forms
-
data
-
email
-
agreement
-
subject
-
name
-
kana
-
phone
-
residence
-
message
-
_token
-
data
Form type:
"App\Form\Contact\DataType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contact\Data {#542 -name: null -message: null -kana: null -phone: null -subject: null -residence: null #deletedAt: null -created_at: ? ?DateTimeInterface -updated_at: ? ?DateTimeInterface -id: null -email: null -ip: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Contact\Data {#542 -name: null -message: null -kana: null -phone: null -subject: null -residence: null #deletedAt: null -created_at: ? ?DateTimeInterface -updated_at: ? ?DateTimeInterface -id: null -email: null -ip: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data | App\Entity\Contact\Data {#542 -name: null -message: null -kana: null -phone: null -subject: null -residence: null #deletedAt: null -created_at: ? ?DateTimeInterface -updated_at: ? ?DateTimeInterface -id: null -email: null -ip: null } |
| data_class | "App\Entity\Contact\Data" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#825 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact\Data" } } |
| 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 | [] |
| 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() {#827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#826 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "data" "_data" ] |
| cache_key | "_data_data" |
| compound | true |
| data | App\Entity\Contact\Data {#542 -name: null -message: null -kana: null -phone: null -subject: null -residence: null #deletedAt: null -created_at: ? ?DateTimeInterface -updated_at: ? ?DateTimeInterface -id: null -email: null -ip: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1019 -form: Symfony\Component\Form\Form {#987 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1018 …5} |
| full_name | "data" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "data" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data" |
| valid | true |
| value | App\Entity\Contact\Data {#542 -name: null -message: null -kana: null -phone: null -subject: null -residence: null #deletedAt: null -created_at: ? ?DateTimeInterface -updated_at: ? ?DateTimeInterface -id: null -email: null -ip: null } |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "メールアドレスを入力してください" ] |
[ "placeholder" => "メールアドレスを入力してください" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#833 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#834 +payload: null +groups: ? +message: "形式違反です" +mode: "html5" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#833 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#834 +payload: null +groups: ? +message: "形式違反です" +mode: "html5" +normalizer: null } ] |
| label | "メールアドレス" |
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 | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#833 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#834 +payload: null +groups: ? +message: "形式違反です" +mode: "html5" +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#897 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "メールアドレス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#896 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "メールアドレスを入力してください" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_data_email" ] |
| cache_key | "_data_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1053 -form: Symfony\Component\Form\Form {#990 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1052 …5} |
| full_name | "data[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_email" |
| label | "メールアドレス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_email" |
| valid | true |
| value | "" |
agreement
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#851 +payload: null +groups: ? +message: "ご同意をお願いします" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#851 +payload: null +groups: ? +message: "ご同意をお願いします" +allowNull: false +normalizer: null } ] |
| label | "プライバシーポリシー・利用規約に同意し、この内容で送信する" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#851 +payload: null +groups: ? +message: "ご同意をお願いします" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#930 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#913 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "プライバシーポリシー・利用規約に同意し、この内容で送信する" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#923 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_data_agreement" ] |
| cache_key | "_data_agreement_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1054 -form: Symfony\Component\Form\Form {#993 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1055 …5} |
| full_name | "data[agreement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_agreement" |
| label | "プライバシーポリシー・利用規約に同意し、この内容で送信する" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreement" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_agreement" |
| valid | true |
| value | "1" |
subject
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure(Subject $subject): string {#848 returnType: "string" class: "App\Form\Contact\DataType" this: App\Form\Contact\DataType {#658 …} } |
same as passed value |
| class | "App\Entity\Contact\Subject" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#849 +payload: null +groups: ? +message: "選択されていません" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#849 +payload: null +groups: ? +message: "選択されていません" +allowNull: false +normalizer: null } ] |
| expanded | false |
false
|
| label | "お問い合わせ項目" |
same as passed value |
| multiple | false |
false
|
| placeholder | "選択してください" |
same as passed value |
| query_builder | Closure(SubjectRepository $repository) {#850 class: "App\Form\Contact\DataType" this: App\Form\Contact\DataType {#658 …} } |
Doctrine\ORM\QueryBuilder {#879 -em: ContainerF8AI5ir\EntityManagerGhostEbeb667 {#458 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#883 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#872 #from: "App\Entity\Contact\Subject" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#875 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.enable = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#878 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.sort ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#874 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.id DESC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Contact\Subject a WHERE a.enable = true ORDER BY a.sort ASC, a.id DESC" -parameters: Doctrine\Common\Collections\ArrayCollection {#873 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 | Closure(Subject $subject): string {#848 returnType: "string" class: "App\Form\Contact\DataType" this: App\Form\Contact\DataType {#658 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#911 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#877 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#888 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#876 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#893 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#887 …} } |
| choices | null |
| class | "App\Entity\Contact\Subject" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#849 +payload: null +groups: ? +message: "選択されていません" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerF8AI5ir\EntityManagerGhostEbeb667 {#458 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#914 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerF8AI5ir\EntityManagerGhostEbeb667 {#458 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#560 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "お問い合わせ項目" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "選択してください" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#879 -em: ContainerF8AI5ir\EntityManagerGhostEbeb667 {#458 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#883 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#872 #from: "App\Entity\Contact\Subject" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#875 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.enable = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#878 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.sort ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#874 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.id DESC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Contact\Subject a WHERE a.enable = true ORDER BY a.sort ASC, a.id DESC" -parameters: Doctrine\Common\Collections\ArrayCollection {#873 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#882 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_data_subject" ] |
| cache_key | "_data_subject_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +label: "リフォームに関して" +value: "1" +data: App\Entity\Contact\Subject {#633 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +label: "不動産売買に関して" +value: "2" +data: App\Entity\Contact\Subject {#1077 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1059 +label: "マンション大規模修繕に関して" +value: "3" +data: App\Entity\Contact\Subject {#1080 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +label: "マンション管理に関して" +value: "4" +data: App\Entity\Contact\Subject {#1082 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "採用・求人に関して" +value: "5" +data: App\Entity\Contact\Subject {#1084 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "取材等に関する事項" +value: "6" +data: App\Entity\Contact\Subject {#1086 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1060 +label: "その他" +value: "8" +data: App\Entity\Contact\Subject {#1088 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1056 -form: Symfony\Component\Form\Form {#996 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1057 …5} |
| full_name | "data[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_subject" |
| is_selected | Closure($choice, $value) {#1074 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "お問い合わせ項目" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subject" |
| placeholder | "選択してください" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_subject" |
| valid | true |
| value | "" |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 64 "placeholder" => "田中\u{3000}太郎" ] |
[ "maxlength" => 64 "placeholder" => "田中\u{3000}太郎" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#847 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#839 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 64 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#847 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#839 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 64 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "氏名" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 64 "placeholder" => "田中\u{3000}太郎" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#847 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#839 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 64 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#934 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "氏名" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#933 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 64 "placeholder" => "田中\u{3000}太郎" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_data_name" ] |
| cache_key | "_data_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1071 -form: Symfony\Component\Form\Form {#999 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1068 …5} |
| full_name | "data[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_name" |
| label | "氏名" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_name" |
| valid | true |
| value | "" |
kana
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 128 "placeholder" => "たなか\u{3000}たろう" ] |
[ "maxlength" => 128 "placeholder" => "たなか\u{3000}たろう" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#864 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#863 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 128 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#864 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#863 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 128 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "ふりがな" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 128 "placeholder" => "たなか\u{3000}たろう" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#864 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#863 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 128 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#942 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "ふりがな" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#943 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 128 "placeholder" => "たなか\u{3000}たろう" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_data_kana" ] |
| cache_key | "_data_kana_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1061 -form: Symfony\Component\Form\Form {#1002 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1089 …5} |
| full_name | "data[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_kana" |
| label | "ふりがな" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_kana" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 32 "placeholder" => "00000000000" ] |
[ "maxlength" => 32 "placeholder" => "00000000000" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#862 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#861 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#862 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#861 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "電話番号" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 32 "placeholder" => "00000000000" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#862 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#861 +payload: null +groups: ? +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#952 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#951 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 32 "placeholder" => "00000000000" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_data_phone" ] |
| cache_key | "_data_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1090 -form: Symfony\Component\Form\Form {#1005 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1091 …5} |
| full_name | "data[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_phone" |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_phone" |
| valid | true |
| value | "" |
residence
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "中区・東区・昭和区・瑞穂区・熱田区" => "中区・東区・昭和区・瑞穂区・熱田区" "中村区・港区・中川区・西区" => "中村区・港区・中川区・西区" "千種区・天白区・名東区" => "千種区・天白区・名東区" "守山区・北区" => "守山区・北区" "南区・緑区" => "南区・緑区" "岡崎市・安城市・西尾市・幸田町" => "岡崎市・安城市・西尾市・幸田町" "豊田市・みよし市・日進市・東郷町" => "豊田市・みよし市・日進市・東郷町" "刈谷市・知立市・東浦町" => "刈谷市・知立市・東浦町" "碧南市・高浜市" => "碧南市・高浜市" "大府市・豊明市・東海市" => "大府市・豊明市・東海市" "豊橋市・豊川市・蒲郡市" => "豊橋市・豊川市・蒲郡市" "長久手市・瀬戸市・尾張旭市" => "長久手市・瀬戸市・尾張旭市" "半田市・武豊町・阿久比町" => "半田市・武豊町・阿久比町" "常滑市・知多市・南知多町・美浜町" => "常滑市・知多市・南知多町・美浜町" "一宮市・稲沢市・清須市" => "一宮市・稲沢市・清須市" "春日井市・小牧市・江南市" => "春日井市・小牧市・江南市" "犬山市・岩倉市・北名古屋市" => "犬山市・岩倉市・北名古屋市" "津島市・愛西市・弥富市・あま市" => "津島市・愛西市・弥富市・あま市" "その他 (県外)" => "その他 (県外)" ] |
[ "中区・東区・昭和区・瑞穂区・熱田区" => "中区・東区・昭和区・瑞穂区・熱田区" "中村区・港区・中川区・西区" => "中村区・港区・中川区・西区" "千種区・天白区・名東区" => "千種区・天白区・名東区" "守山区・北区" => "守山区・北区" "南区・緑区" => "南区・緑区" "岡崎市・安城市・西尾市・幸田町" => "岡崎市・安城市・西尾市・幸田町" "豊田市・みよし市・日進市・東郷町" => "豊田市・みよし市・日進市・東郷町" "刈谷市・知立市・東浦町" => "刈谷市・知立市・東浦町" "碧南市・高浜市" => "碧南市・高浜市" "大府市・豊明市・東海市" => "大府市・豊明市・東海市" "豊橋市・豊川市・蒲郡市" => "豊橋市・豊川市・蒲郡市" "長久手市・瀬戸市・尾張旭市" => "長久手市・瀬戸市・尾張旭市" "半田市・武豊町・阿久比町" => "半田市・武豊町・阿久比町" "常滑市・知多市・南知多町・美浜町" => "常滑市・知多市・南知多町・美浜町" "一宮市・稲沢市・清須市" => "一宮市・稲沢市・清須市" "春日井市・小牧市・江南市" => "春日井市・小牧市・江南市" "犬山市・岩倉市・北名古屋市" => "犬山市・岩倉市・北名古屋市" "津島市・愛西市・弥富市・あま市" => "津島市・愛西市・弥富市・あま市" "その他 (県外)" => "その他 (県外)" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#860 +payload: null +groups: ? +message: "選択されていません" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#860 +payload: null +groups: ? +message: "選択されていません" +allowNull: false +normalizer: null } ] |
| group_by | Closure($value): ?string {#859 returnType: "?string" class: "App\Form\Contact\DataType" this: App\Form\Contact\DataType {#658 …} } |
same as passed value |
| label | "居住地" |
same as passed value |
| placeholder | "選択してください" |
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 | [ "中区・東区・昭和区・瑞穂区・熱田区" => "中区・東区・昭和区・瑞穂区・熱田区" "中村区・港区・中川区・西区" => "中村区・港区・中川区・西区" "千種区・天白区・名東区" => "千種区・天白区・名東区" "守山区・北区" => "守山区・北区" "南区・緑区" => "南区・緑区" "岡崎市・安城市・西尾市・幸田町" => "岡崎市・安城市・西尾市・幸田町" "豊田市・みよし市・日進市・東郷町" => "豊田市・みよし市・日進市・東郷町" "刈谷市・知立市・東浦町" => "刈谷市・知立市・東浦町" "碧南市・高浜市" => "碧南市・高浜市" "大府市・豊明市・東海市" => "大府市・豊明市・東海市" "豊橋市・豊川市・蒲郡市" => "豊橋市・豊川市・蒲郡市" "長久手市・瀬戸市・尾張旭市" => "長久手市・瀬戸市・尾張旭市" "半田市・武豊町・阿久比町" => "半田市・武豊町・阿久比町" "常滑市・知多市・南知多町・美浜町" => "常滑市・知多市・南知多町・美浜町" "一宮市・稲沢市・清須市" => "一宮市・稲沢市・清須市" "春日井市・小牧市・江南市" => "春日井市・小牧市・江南市" "犬山市・岩倉市・北名古屋市" => "犬山市・岩倉市・北名古屋市" "津島市・愛西市・弥富市・あま市" => "津島市・愛西市・弥富市・あま市" "その他 (県外)" => "その他 (県外)" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#860 +payload: null +groups: ? +message: "選択されていません" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| 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 | Closure($value): ?string {#859 returnType: "?string" class: "App\Form\Contact\DataType" this: App\Form\Contact\DataType {#658 …} } |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "居住地" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "選択してください" |
| placeholder_attr | [] |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#965 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#964 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_data_residence" ] |
| cache_key | "_data_residence_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ "名古屋市内" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1097 +label: "名古屋市内" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "中区・東区・昭和区・瑞穂区・熱田区" +value: "中区・東区・昭和区・瑞穂区・熱田区" +data: "中区・東区・昭和区・瑞穂区・熱田区" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "中村区・港区・中川区・西区" +value: "中村区・港区・中川区・西区" +data: "中村区・港区・中川区・西区" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +label: "千種区・天白区・名東区" +value: "千種区・天白区・名東区" +data: "千種区・天白区・名東区" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "守山区・北区" +value: "守山区・北区" +data: "守山区・北区" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +label: "南区・緑区" +value: "南区・緑区" +data: "南区・緑区" +attr: [] +labelTranslationParameters: [] } ] } "名古屋市以外" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1102 +label: "名古屋市以外" +choices: [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1103 +label: "岡崎市・安城市・西尾市・幸田町" +value: "岡崎市・安城市・西尾市・幸田町" +data: "岡崎市・安城市・西尾市・幸田町" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1104 +label: "豊田市・みよし市・日進市・東郷町" +value: "豊田市・みよし市・日進市・東郷町" +data: "豊田市・みよし市・日進市・東郷町" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +label: "刈谷市・知立市・東浦町" +value: "刈谷市・知立市・東浦町" +data: "刈谷市・知立市・東浦町" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +label: "碧南市・高浜市" +value: "碧南市・高浜市" +data: "碧南市・高浜市" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "大府市・豊明市・東海市" +value: "大府市・豊明市・東海市" +data: "大府市・豊明市・東海市" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +label: "豊橋市・豊川市・蒲郡市" +value: "豊橋市・豊川市・蒲郡市" +data: "豊橋市・豊川市・蒲郡市" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1109 +label: "長久手市・瀬戸市・尾張旭市" +value: "長久手市・瀬戸市・尾張旭市" +data: "長久手市・瀬戸市・尾張旭市" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +label: "半田市・武豊町・阿久比町" +value: "半田市・武豊町・阿久比町" +data: "半田市・武豊町・阿久比町" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "常滑市・知多市・南知多町・美浜町" +value: "常滑市・知多市・南知多町・美浜町" +data: "常滑市・知多市・南知多町・美浜町" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "一宮市・稲沢市・清須市" +value: "一宮市・稲沢市・清須市" +data: "一宮市・稲沢市・清須市" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "春日井市・小牧市・江南市" +value: "春日井市・小牧市・江南市" +data: "春日井市・小牧市・江南市" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "犬山市・岩倉市・北名古屋市" +value: "犬山市・岩倉市・北名古屋市" +data: "犬山市・岩倉市・北名古屋市" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "津島市・愛西市・弥富市・あま市" +value: "津島市・愛西市・弥富市・あま市" +data: "津島市・愛西市・弥富市・あま市" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1116 +label: "その他 (県外)" +value: "その他 (県外)" +data: "その他 (県外)" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1092 -form: Symfony\Component\Form\Form {#1008 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1093 …5} |
| full_name | "data[residence]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_residence" |
| is_selected | Closure($choice, $value) {#1094 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "居住地" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "residence" |
| placeholder | "選択してください" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_residence" |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "お問い合わせ内容をご入力ください。" ] |
[ "placeholder" => "お問い合わせ内容をご入力ください。" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#858 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#857 +payload: null +groups: ? +maxMessage: """ {{ value_length }}/140文字です。\n 140文字以内で入力してください。 """ +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 140 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#858 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#857 +payload: null +groups: ? +maxMessage: """ {{ value_length }}/140文字です。\n 140文字以内で入力してください。 """ +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 140 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "お問い合わせ内容" |
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 | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#858 +payload: null +groups: ? +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#857 +payload: null +groups: ? +maxMessage: """ {{ value_length }}/140文字です。\n 140文字以内で入力してください。 """ +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 140 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#974 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "お問い合わせ内容" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#981 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#979 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "お問い合わせ内容をご入力ください。" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_data_message" ] |
| cache_key | "_data_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1101 -form: Symfony\Component\Form\Form {#1011 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1117 …5} |
| full_name | "data[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data_message" |
| label | "お問い合わせ内容" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data_message" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b6c6fce0190d85a2be5b051bc.OLA6gnoTYKddzUoUqZu__ZMeRol9akuq9C3Gne5LFS4.bPZK9xdGWfMWnH1V5tnziNp2BNs4PSXMrmW3_7t_JmFah1zxV1ED7jiVOQ" |
| 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 | "b6c6fce0190d85a2be5b051bc.OLA6gnoTYKddzUoUqZu__ZMeRol9akuq9C3Gne5LFS4.bPZK9xdGWfMWnH1V5tnziNp2BNs4PSXMrmW3_7t_JmFah1zxV1ED7jiVOQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#801 …} -namespace: Closure() {#803 …} } |
| data | "b6c6fce0190d85a2be5b051bc.OLA6gnoTYKddzUoUqZu__ZMeRol9akuq9C3Gne5LFS4.bPZK9xdGWfMWnH1V5tnziNp2BNs4PSXMrmW3_7t_JmFah1zxV1ED7jiVOQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $message: Closure() {#1122 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_data__token" ] |
| cache_key | "_data__token_hidden" |
| compound | false |
| data | "b6c6fce0190d85a2be5b051bc.OLA6gnoTYKddzUoUqZu__ZMeRol9akuq9C3Gne5LFS4.bPZK9xdGWfMWnH1V5tnziNp2BNs4PSXMrmW3_7t_JmFah1zxV1ED7jiVOQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1133 -form: Symfony\Component\Form\Form {#1129 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1124 …5} |
| full_name | "data[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "data__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_data__token" |
| valid | true |
| value | "b6c6fce0190d85a2be5b051bc.OLA6gnoTYKddzUoUqZu__ZMeRol9akuq9C3Gne5LFS4.bPZK9xdGWfMWnH1V5tnziNp2BNs4PSXMrmW3_7t_JmFah1zxV1ED7jiVOQ" |