Forms
-
contact_form
-
name_and_surname
-
email
-
phone
-
distributor
-
subject
-
content
-
submit
-
_token
-
contact_form
Form type:
"App\Form\ContactForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "id" => "contact_form" "novalidate" => "novalidate" "data-toggle" => "validator" "enctype" => "multipart/form-data" ] |
[ "id" => "contact_form" "novalidate" => "novalidate" "data-toggle" => "validator" "enctype" => "multipart/form-data" ] |
| validation_groups | [
"Contact"
] |
[
"Contact"
]
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "contact_form" "novalidate" => "novalidate" "data-toggle" => "validator" "enctype" => "multipart/form-data" ] |
| 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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1357 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 | "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() {#1359 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1358 …} $translationDomain: "validators" } } |
| validation_groups | [
"Contact"
] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "contact_form" "novalidate" => "novalidate" "data-toggle" => "validator" "enctype" => "multipart/form-data" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1512 -form: Symfony\Component\Form\Form {#1531 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1360 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | null |
name_and_surname
Form type:
"App\Form\Fields\Contact\ContactNameAndSurnameType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "contact.name_and_surname" "pattern" => "\D+" "data-error" => "Ім’я та прізвище неправильні" ] |
[ "placeholder" => "contact.name_and_surname" "pattern" => "\D+" "data-error" => "Ім’я та прізвище неправильні" ] |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "contact.name_and_surname" "pattern" => "\D+" "data-error" => "Ім’я та прізвище неправильні" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1327 +payload: null +groups: [ "Contact" ] +message: "contact.name_and_surname.assert.regex" +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1342 +payload: null +groups: [ "Contact" ] +maxMessage: "contact.name_and_surname.assert.length.max" +minMessage: "contact.name_and_surname.assert.length.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NotBlank {#1338 +payload: null +groups: [ "Contact" ] +message: "assert.not_blank" +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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "contact.name_and_surname" |
| 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() {#1288 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1230 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "contact.name_and_surname" "pattern" => "\D+" "data-error" => "Ім’я та прізвище неправильні" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "contact_name_and_surname" "_contact_form_name_and_surname" ] |
| cache_key | "_contact_form_name_and_surname_contact_name_and_surname" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1530 -form: Symfony\Component\Form\Form {#1493 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1484 …5} |
| full_name | "contact_form[name_and_surname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_name_and_surname" |
| label | "contact.name_and_surname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name_and_surname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_name_and_surname" |
| valid | true |
| value | null |
Form type:
"App\Form\Fields\User\UserEmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "form.email" "pattern" => "^[a-zA-Z\d]+[\w\d.-]*@(?:[a-zA-Z\d]*[a-zA-Z\d-]+\.){1,5}[a-zA-Z]{2,6}$" "data-error" => "Введена адреса електронної пошти неправильна." ] |
[ "placeholder" => "form.email" "pattern" => "^[a-zA-Z\d]+[\w\d.-]*@(?:[a-zA-Z\d]*[a-zA-Z\d-]+\.){1,5}[a-zA-Z]{2,6}$" "data-error" => "Введена адреса електронної пошти неправильна." ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1409 +payload: null +groups: [ "Contact" ] +message: "user.email.constraints.assert.regex" +pattern: "/^[a-zA-Z\d]+[\w\d.-]*@(?:[a-zA-Z\d]*[a-zA-Z\d-]+\.){1,5}[a-zA-Z]{2,6}$/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1259 +payload: null +groups: [ "Contact" ] +maxMessage: "assert.length.max" +minMessage: "assert.length.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Regex {#1409 +payload: null +groups: [ "Contact" ] +message: "user.email.constraints.assert.regex" +pattern: "/^[a-zA-Z\d]+[\w\d.-]*@(?:[a-zA-Z\d]*[a-zA-Z\d-]+\.){1,5}[a-zA-Z]{2,6}$/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1259 +payload: null +groups: [ "Contact" ] +maxMessage: "assert.length.max" +minMessage: "assert.length.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "form.email" "pattern" => "^[a-zA-Z\d]+[\w\d.-]*@(?:[a-zA-Z\d]*[a-zA-Z\d-]+\.){1,5}[a-zA-Z]{2,6}$" "data-error" => "Введена адреса електронної пошти неправильна." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1409 +payload: null +groups: [ "Contact" ] +message: "user.email.constraints.assert.regex" +pattern: "/^[a-zA-Z\d]+[\w\d.-]*@(?:[a-zA-Z\d]*[a-zA-Z\d-]+\.){1,5}[a-zA-Z]{2,6}$/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1259 +payload: null +groups: [ "Contact" ] +maxMessage: "assert.length.max" +minMessage: "assert.length.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 3 +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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "form.email" |
| 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() {#1386 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1387 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.email" "pattern" => "^[a-zA-Z\d]+[\w\d.-]*@(?:[a-zA-Z\d]*[a-zA-Z\d-]+\.){1,5}[a-zA-Z]{2,6}$" "data-error" => "Введена адреса електронної пошти неправильна." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "user_email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_user_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1532 -form: Symfony\Component\Form\Form {#1490 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1529 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | "form.email" |
| 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 | "_contact_form_email" |
| valid | true |
| value | null |
phone
Form type:
"App\Form\Fields\Profile\ProfilePhoneType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "profile.phone" "pattern" => "^[0-9]{10}$" "data-error" => "Номер телефону повинен містити 10 цифр, без пробілів та інших знаків" ] |
[ "placeholder" => "profile.phone" "pattern" => "^[0-9]{10}$" "data-error" => "Номер телефону повинен містити 10 цифр, без пробілів та інших знаків" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1377 +payload: null +groups: [ "Contact" ] +message: "assert.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1377 +payload: null +groups: [ "Contact" ] +message: "assert.not_blank" +allowNull: false +normalizer: null } ] |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "profile.phone" "pattern" => "^[0-9]{10}$" "data-error" => "Номер телефону повинен містити 10 цифр, без пробілів та інших знаків" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1377 +payload: null +groups: [ "Contact" ] +message: "assert.not_blank" +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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "profile.phone" |
| 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() {#1390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1383 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "profile.phone" "pattern" => "^[0-9]{10}$" "data-error" => "Номер телефону повинен містити 10 цифр, без пробілів та інших знаків" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "profile_phone" "_contact_form_phone" ] |
| cache_key | "_contact_form_phone_profile_phone" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1528 -form: Symfony\Component\Form\Form {#1487 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1526 …5} |
| full_name | "contact_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phone" |
| label | "profile.phone" |
| 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 | "_contact_form_phone" |
| valid | true |
| value | null |
distributor
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 | [ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
[ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
| choices | [ "Дженерал Авто ТОВ" => "Дженерал Авто ТОВ" "Inter Cars Ukraine ТОВ" => "Inter Cars Ukraine ТОВ" "АВТО СТАНДАРД УКРАЇНА ТОВ" => "АВТО СТАНДАРД УКРАЇНА ТОВ" "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" => "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" "ГПЛ ТОВ" => "ГПЛ ТОВ" "ЕСО-Автотехнікс ТОВ" => "ЕСО-Автотехнікс ТОВ" "МЕЛЬНИК ФОП" => "МЕЛЬНИК ФОП" "ОРИГІНАЛ АВТО ПП" => "ОРИГІНАЛ АВТО ПП" "ТОВ ОМЕГА" => "ТОВ ОМЕГА" "ТРАНСОЙЛ ПП" => "ТРАНСОЙЛ ПП" "Юнікс Трейд Ко ППФ" => "Юнікс Трейд Ко ППФ" ] |
[ "Дженерал Авто ТОВ" => "Дженерал Авто ТОВ" "Inter Cars Ukraine ТОВ" => "Inter Cars Ukraine ТОВ" "АВТО СТАНДАРД УКРАЇНА ТОВ" => "АВТО СТАНДАРД УКРАЇНА ТОВ" "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" => "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" "ГПЛ ТОВ" => "ГПЛ ТОВ" "ЕСО-Автотехнікс ТОВ" => "ЕСО-Автотехнікс ТОВ" "МЕЛЬНИК ФОП" => "МЕЛЬНИК ФОП" "ОРИГІНАЛ АВТО ПП" => "ОРИГІНАЛ АВТО ПП" "ТОВ ОМЕГА" => "ТОВ ОМЕГА" "ТРАНСОЙЛ ПП" => "ТРАНСОЙЛ ПП" "Юнікс Трейд Ко ППФ" => "Юнікс Трейд Ко ППФ" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#1380 +payload: null +groups: [ "Contact" ] +message: "contact.subject.assert.empty" } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#1380 +payload: null +groups: [ "Contact" ] +message: "contact.subject.assert.empty" } ] |
| expanded | false |
same as passed value |
| label | "contact.distributors.label" |
same as passed value |
| mapped | false |
same as passed value |
| multiple | false |
same as passed value |
| placeholder | "contact.distributors.placeholder" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
| 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 | [ "Дженерал Авто ТОВ" => "Дженерал Авто ТОВ" "Inter Cars Ukraine ТОВ" => "Inter Cars Ukraine ТОВ" "АВТО СТАНДАРД УКРАЇНА ТОВ" => "АВТО СТАНДАРД УКРАЇНА ТОВ" "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" => "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" "ГПЛ ТОВ" => "ГПЛ ТОВ" "ЕСО-Автотехнікс ТОВ" => "ЕСО-Автотехнікс ТОВ" "МЕЛЬНИК ФОП" => "МЕЛЬНИК ФОП" "ОРИГІНАЛ АВТО ПП" => "ОРИГІНАЛ АВТО ПП" "ТОВ ОМЕГА" => "ТОВ ОМЕГА" "ТРАНСОЙЛ ПП" => "ТРАНСОЙЛ ПП" "Юнікс Трейд Ко ППФ" => "Юнікс Трейд Ко ППФ" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#1380 +payload: null +groups: [ "Contact" ] +message: "contact.subject.assert.empty" } ] |
| 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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| 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 | null |
| 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 | "contact.distributors.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "contact.distributors.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() {#1417 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1415 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_distributor" ] |
| cache_key | "_contact_form_distributor_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1434 +label: "Дженерал Авто ТОВ" +value: "Дженерал Авто ТОВ" +data: "Дженерал Авто ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1511 +label: "Inter Cars Ukraine ТОВ" +value: "Inter Cars Ukraine ТОВ" +data: "Inter Cars Ukraine ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1513 +label: "АВТО СТАНДАРД УКРАЇНА ТОВ" +value: "АВТО СТАНДАРД УКРАЇНА ТОВ" +data: "АВТО СТАНДАРД УКРАЇНА ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1137 +label: "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" +value: "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" +data: "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1385 +label: "ГПЛ ТОВ" +value: "ГПЛ ТОВ" +data: "ГПЛ ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1391 +label: "ЕСО-Автотехнікс ТОВ" +value: "ЕСО-Автотехнікс ТОВ" +data: "ЕСО-Автотехнікс ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1418 +label: "МЕЛЬНИК ФОП" +value: "МЕЛЬНИК ФОП" +data: "МЕЛЬНИК ФОП" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1518 +label: "ОРИГІНАЛ АВТО ПП" +value: "ОРИГІНАЛ АВТО ПП" +data: "ОРИГІНАЛ АВТО ПП" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1519 +label: "ТОВ ОМЕГА" +value: "ТОВ ОМЕГА" +data: "ТОВ ОМЕГА" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1481 +label: "ТРАНСОЙЛ ПП" +value: "ТРАНСОЙЛ ПП" +data: "ТРАНСОЙЛ ПП" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1480 +label: "Юнікс Трейд Ко ППФ" +value: "Юнікс Трейд Ко ППФ" +data: "Юнікс Трейд Ко ППФ" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1461 -form: Symfony\Component\Form\Form {#1496 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1455 …5} |
| full_name | "contact_form[distributor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_distributor" |
| is_selected | Closure($choice, $value) {#1476 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "contact.distributors.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "distributor" |
| placeholder | "contact.distributors.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_distributor" |
| valid | true |
| value | "" |
subject
Form type:
"App\Form\Fields\Contact\ContactSubjectType"
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 | [ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
[ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
| mapped | false |
same as passed value |
| placeholder | "contact.subject.placeholder" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
| 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 | [ "contact.subject.option1" => "option1" "contact.subject.option2" => "option2" "contact.subject.option3" => "option3" "contact.subject.option4" => "option4" "contact.subject.option5" => "option5" "contact.subject.option6" => "option6" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#1428 +payload: null +groups: [ "Contact" ] +message: "contact.subject.assert.empty" } ] |
| 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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| 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 | null |
| 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 | "contact.subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "contact.subject.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() {#1433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1432 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "pattern" => ".+" "data-error" => "Виберіть елемент зі списку" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "contact_subject" "_contact_form_subject" ] |
| cache_key | "_contact_form_subject_contact_subject" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1475 +label: "contact.subject.option1" +value: "option1" +data: "option1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1474 +label: "contact.subject.option2" +value: "option2" +data: "option2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1473 +label: "contact.subject.option3" +value: "option3" +data: "option3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1472 +label: "contact.subject.option4" +value: "option4" +data: "option4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1471 +label: "contact.subject.option5" +value: "option5" +data: "option5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1470 +label: "contact.subject.option6" +value: "option6" +data: "option6" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1478 -form: Symfony\Component\Form\Form {#1499 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1477 …5} |
| full_name | "contact_form[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_subject" |
| is_selected | Closure($choice, $value) {#1468 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "contact.subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subject" |
| placeholder | "contact.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 | "_contact_form_subject" |
| valid | true |
| value | "" |
content
Form type:
"App\Form\Fields\Contact\ContentType"
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" => "contact.content.placeholder" "pattern" => ".+" "data-error" => "Будь ласка, заповніть це поле" ] |
[ "placeholder" => "contact.content.placeholder" "pattern" => ".+" "data-error" => "Будь ласка, заповніть це поле" ] |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "contact.content.placeholder" "pattern" => ".+" "data-error" => "Будь ласка, заповніть це поле" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1450 +payload: null +groups: [ "Contact" ] +message: "contact.content.assert.empty" +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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1452 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 | "contact.content" |
| 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() {#1454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1453 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "contact.content.placeholder" "data-error" => "Будь ласка, заповніть це поле" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "content" "_contact_form_content" ] |
| cache_key | "_contact_form_content_content" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1465 -form: Symfony\Component\Form\Form {#1500 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1466 …5} |
| full_name | "contact_form[content]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_content" |
| label | "contact.content" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "content" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_content" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Надіслати" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Надіслати" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "_contact_form_submit" ] |
| cache_key | "_contact_form_submit_button" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1501 …5} |
| full_name | "contact_form[submit]" |
| id | "contact_form_submit" |
| label | "Надіслати" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5e8944.Zc1sUl1xtkpUi4vZooVho7MKg7PCiORZkIPgnf1mq28.Hf4iHhIcjygF-8CMzcsL1_1Zutyj-Z0w4s6r2a4Q51o8iyE3OwDmIDvzyg" |
| 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 | "5e8944.Zc1sUl1xtkpUi4vZooVho7MKg7PCiORZkIPgnf1mq28.Hf4iHhIcjygF-8CMzcsL1_1Zutyj-Z0w4s6r2a4Q51o8iyE3OwDmIDvzyg" |
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 {#124 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#126 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#125 …} -namespace: Closure() {#122 …} } |
| data | "5e8944.Zc1sUl1xtkpUi4vZooVho7MKg7PCiORZkIPgnf1mq28.Hf4iHhIcjygF-8CMzcsL1_1Zutyj-Z0w4s6r2a4Q51o8iyE3OwDmIDvzyg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1533 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() {#1537 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#72 …} $message: Closure() {#1534 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "5e8944.Zc1sUl1xtkpUi4vZooVho7MKg7PCiORZkIPgnf1mq28.Hf4iHhIcjygF-8CMzcsL1_1Zutyj-Z0w4s6r2a4Q51o8iyE3OwDmIDvzyg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1547 -form: Symfony\Component\Form\Form {#1543 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1538 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__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 | "_contact_form__token" |
| valid | true |
| value | "5e8944.Zc1sUl1xtkpUi4vZooVho7MKg7PCiORZkIPgnf1mq28.Hf4iHhIcjygF-8CMzcsL1_1Zutyj-Z0w4s6r2a4Q51o8iyE3OwDmIDvzyg" |