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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1358 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() {#1360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1359 …} $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 {#1513 -form: Symfony\Component\Form\Form {#1532 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1361 …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 {#1328 +payload: null +groups: [ "Contact" ] +message: "contact.name_and_surname.assert.regex" +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1337 +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 {#1341 +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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| 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() {#1289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1231 …} $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 {#1531 -form: Symfony\Component\Form\Form {#1494 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1485 …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 {#1410 +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 {#1260 +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 {#1410 +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 {#1260 +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 {#1410 +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 {#1260 +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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| 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() {#1387 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1388 …} $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 {#1533 -form: Symfony\Component\Form\Form {#1491 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1530 …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 {#1378 +payload: null +groups: [ "Contact" ] +message: "assert.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1378 +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 {#1378 +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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| 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() {#1391 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1384 …} $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 {#1529 -form: Symfony\Component\Form\Form {#1488 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1527 …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 {#1381 +payload: null +groups: [ "Contact" ] +message: "contact.subject.assert.empty" } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#1381 +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 {#1381 +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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| 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() {#1418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1416 …} $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 {#1435 +label: "Дженерал Авто ТОВ" +value: "Дженерал Авто ТОВ" +data: "Дженерал Авто ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1512 +label: "Inter Cars Ukraine ТОВ" +value: "Inter Cars Ukraine ТОВ" +data: "Inter Cars Ukraine ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1514 +label: "АВТО СТАНДАРД УКРАЇНА ТОВ" +value: "АВТО СТАНДАРД УКРАЇНА ТОВ" +data: "АВТО СТАНДАРД УКРАЇНА ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +label: "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" +value: "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" +data: "АВТОДИСТРИБ’ЮШН КАРГО ПАРТС ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1386 +label: "ГПЛ ТОВ" +value: "ГПЛ ТОВ" +data: "ГПЛ ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1392 +label: "ЕСО-Автотехнікс ТОВ" +value: "ЕСО-Автотехнікс ТОВ" +data: "ЕСО-Автотехнікс ТОВ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1419 +label: "МЕЛЬНИК ФОП" +value: "МЕЛЬНИК ФОП" +data: "МЕЛЬНИК ФОП" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1519 +label: "ОРИГІНАЛ АВТО ПП" +value: "ОРИГІНАЛ АВТО ПП" +data: "ОРИГІНАЛ АВТО ПП" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1520 +label: "ТОВ ОМЕГА" +value: "ТОВ ОМЕГА" +data: "ТОВ ОМЕГА" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1482 +label: "ТРАНСОЙЛ ПП" +value: "ТРАНСОЙЛ ПП" +data: "ТРАНСОЙЛ ПП" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1481 +label: "Юнікс Трейд Ко ППФ" +value: "Юнікс Трейд Ко ППФ" +data: "Юнікс Трейд Ко ППФ" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1462 -form: Symfony\Component\Form\Form {#1497 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1456 …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) {#1477 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 {#1429 +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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| 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() {#1434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1433 …} $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 {#1476 +label: "contact.subject.option1" +value: "option1" +data: "option1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1475 +label: "contact.subject.option2" +value: "option2" +data: "option2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1474 +label: "contact.subject.option3" +value: "option3" +data: "option3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1473 +label: "contact.subject.option4" +value: "option4" +data: "option4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1472 +label: "contact.subject.option5" +value: "option5" +data: "option5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1471 +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 {#1479 -form: Symfony\Component\Form\Form {#1500 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1478 …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) {#1469 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 {#1451 +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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1453 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() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1454 …} $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 {#1466 -form: Symfony\Component\Form\Form {#1501 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1467 …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 {#1502 …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 | "af474e6f16af.C_hb6NcOQMxD-MdU14ksaF93xEoHmiYdEWCh3hseyP8.Qsw5t4RZd7t2lJc2uLtCMSwEpix3rm9UZFfK7mh2roxZm2mv73YTliXPng" |
| 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 | "af474e6f16af.C_hb6NcOQMxD-MdU14ksaF93xEoHmiYdEWCh3hseyP8.Qsw5t4RZd7t2lJc2uLtCMSwEpix3rm9UZFfK7mh2roxZm2mv73YTliXPng" |
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 {#24 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#127 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#11 …} -namespace: Closure() {#55 …} } |
| data | "af474e6f16af.C_hb6NcOQMxD-MdU14ksaF93xEoHmiYdEWCh3hseyP8.Qsw5t4RZd7t2lJc2uLtCMSwEpix3rm9UZFfK7mh2roxZm2mv73YTliXPng" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1534 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() {#1538 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#412 …} $message: Closure() {#1535 …} $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 | "af474e6f16af.C_hb6NcOQMxD-MdU14ksaF93xEoHmiYdEWCh3hseyP8.Qsw5t4RZd7t2lJc2uLtCMSwEpix3rm9UZFfK7mh2roxZm2mv73YTliXPng" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1548 -form: Symfony\Component\Form\Form {#1544 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1539 …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 | "af474e6f16af.C_hb6NcOQMxD-MdU14ksaF93xEoHmiYdEWCh3hseyP8.Qsw5t4RZd7t2lJc2uLtCMSwEpix3rm9UZFfK7mh2roxZm2mv73YTliXPng" |