- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 20
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
contact_form
"App\Form\ContactFormType"
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1414 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1052 …} use: { $class: "App\Entity\User" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1413 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#1536 -form: Symfony\Component\Form\Form {#1521 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1411 …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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form" |
valid | true |
value | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "autocomplete" => "name" "class" => "uk-input" ] |
[ "autocomplete" => "name" "class" => "uk-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#1464 +payload: null +message: "Your name must contains only letters or ." +pattern: "/^[a-zA-Z0-9\p{Greek},\ \.]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1394 +payload: null +message: "Please enter your name" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1469 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your name should be at least {{ limit }} characters" +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: 50 +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Regex {#1464 +payload: null +message: "Your name must contains only letters or ." +pattern: "/^[a-zA-Z0-9\p{Greek},\ \.]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1394 +payload: null +message: "Please enter your name" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1469 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your name should be at least {{ limit }} characters" +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: 50 +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label_attr | [ "class" => "uk-form-label" ] |
[ "class" => "uk-form-label" ] |
mapped | false |
false
|
row_attr | [ "class" => "uk-margin" ] |
[ "class" => "uk-margin" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "name" "class" => "uk-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#1464 +payload: null +message: "Your name must contains only letters or ." +pattern: "/^[a-zA-Z0-9\p{Greek},\ \.]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1394 +payload: null +message: "Please enter your name" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1469 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your name should be at least {{ limit }} characters" +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: 50 +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1460 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1052 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "uk-margin" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1466 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "name" "class" => "uk-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_form_name" ] |
cache_key | "_contact_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1560 -form: Symfony\Component\Form\Form {#1558 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1556 …5} |
full_name | "contact_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_name" |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [ "class" => "uk-margin" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_name" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "autocomplete" => "email" "class" => "uk-input" ] |
[ "autocomplete" => "email" "class" => "uk-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1391 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1391 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: null } ] |
label_attr | [ "class" => "uk-form-label" ] |
[ "class" => "uk-form-label" ] |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "email" "class" => "uk-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1391 +payload: null +message: "Please enter your email" +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 {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1397 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1052 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1398 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "email" "class" => "uk-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
cache_key | "_contact_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1555 -form: Symfony\Component\Form\Form {#1562 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1554 …5} |
full_name | "contact_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_email" |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_email" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "autocomplete" => "phone" "class" => "uk-input" ] |
[ "autocomplete" => "phone" "class" => "uk-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1388 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your telephone number should be at least {{ limit }} characters" +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: 50 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1426 +payload: null +message: "Your telephone number is not a valid number" +pattern: "/^(\+)?[0-9]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1388 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your telephone number should be at least {{ limit }} characters" +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: 50 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1426 +payload: null +message: "Your telephone number is not a valid number" +pattern: "/^(\+)?[0-9]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
label_attr | [ "class" => "uk-form-label" ] |
[ "class" => "uk-form-label" ] |
mapped | false |
false
|
row_attr | [ "class" => "uk-margin" ] |
[ "class" => "uk-margin" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "phone" "class" => "uk-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1388 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your telephone number should be at least {{ limit }} characters" +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: 50 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1426 +payload: null +message: "Your telephone number is not a valid number" +pattern: "/^(\+)?[0-9]*$/" +htmlPattern: null +match: true +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 {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1429 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1052 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "uk-margin" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1437 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1430 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "phone" "class" => "uk-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_contact_form_phone" ] |
cache_key | "_contact_form_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1553 -form: Symfony\Component\Form\Form {#1565 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1551 …5} |
full_name | "contact_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_phone" |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [ "class" => "uk-margin" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_phone" |
valid | true |
value | "" |
instested
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "other" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "uk-select" ] |
[ "class" => "uk-select" ] |
choices | [ "Trainings" => "trainings" "Business Offer" => "business-offer" "Other" => "other" ] |
[ "Trainings" => "trainings" "Business Offer" => "business-offer" "Other" => "other" ] |
data | "other" |
same as passed value |
label | "I am intrested in" |
same as passed value |
label_attr | [ "class" => "uk-form-label" ] |
[ "class" => "uk-form-label" ] |
mapped | false |
false
|
row_attr | [ "class" => "uk-margin" ] |
[ "class" => "uk-margin" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "uk-select" ] |
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 | [ "Trainings" => "trainings" "Business Offer" => "business-offer" "Other" => "other" ] |
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 {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data | "other" |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "I am intrested in" |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | null |
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 | [ "class" => "uk-margin" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1456 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_form_instested" ] |
cache_key | "_contact_form_instested_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1486 +label: "Trainings" +value: "trainings" +data: "trainings" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1463 +label: "Business Offer" +value: "business-offer" +data: "business-offer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1438 +label: "Other" +value: "other" +data: "other" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "other" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1515 -form: Symfony\Component\Form\Form {#1523 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1504 …5} |
full_name | "contact_form[instested]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_instested" |
is_selected | Closure($choice, $value) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1443 …} } |
label | "I am intrested in" |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "instested" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [ "class" => "uk-margin" ] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_instested" |
valid | true |
value | "other" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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 | [ "autocomplete" => "message" "class" => "uk-textarea uk-height-small" ] |
[ "autocomplete" => "message" "class" => "uk-textarea uk-height-small" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1425 +payload: null +message: "Please enter your message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1427 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your message should be at least {{ limit }} characters" +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: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1425 +payload: null +message: "Please enter your message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1427 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your message should be at least {{ limit }} characters" +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: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label_attr | [ "class" => "uk-form-label" ] |
[ "class" => "uk-form-label" ] |
mapped | false |
false
|
row_attr | [ "class" => "uk-margin" ] |
[ "class" => "uk-margin" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "message" "class" => "uk-textarea uk-height-small" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1425 +payload: null +message: "Please enter your message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1427 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your message should be at least {{ limit }} characters" +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: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1478 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1052 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "uk-margin" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1475 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "message" "class" => "uk-textarea uk-height-small" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
cache_key | "_contact_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1389 -form: Symfony\Component\Form\Form {#1526 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1544 …5} |
full_name | "contact_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_message" |
label | null |
label_attr | [ "class" => "uk-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [ "class" => "uk-margin" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_message" |
valid | true |
value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
---|---|---|
action_name | "contact" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1428 +payload: null +message: "There were problems with your captcha. Please try again or contact with support and provide following code(s): {{ errorCodes }}" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1428 +payload: null +message: "There were problems with your captcha. Please try again or contact with support and provide following code(s): {{ errorCodes }}" +messageMissingValue: "The captcha value is missing" } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "contact" |
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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1428 +payload: null +message: "There were problems with your captcha. Please try again or contact with support and provide following code(s): {{ errorCodes }}" +messageMissingValue: "The captcha value is missing" } ] |
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 {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1499 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1052 …} } |
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 | [] |
host | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1503 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1502 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
action_name | "contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_form_captcha" ] |
cache_key | "_contact_form_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1543 -form: Symfony\Component\Form\Form {#1529 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1538 …5} |
full_name | "contact_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "contact_form_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LeNFOAfAAAAAATnknau3epZoE-mx6S0DBwKrJWv" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_captcha" |
valid | true |
value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 | [ "class" => "uk-button uk-button-large uk-button-primary uk-border-pill" ] |
[ "class" => "uk-button uk-button-large uk-button-primary uk-border-pill" ] |
label | "Send" |
same as passed value |
row_attr | [ "class" => "uk-margin uk-text-center" ] |
[ "class" => "uk-margin uk-text-center" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "uk-button uk-button-large uk-button-primary uk-border-pill" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "Send" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [ "class" => "uk-margin uk-text-center" ] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "uk-button uk-button-large uk-button-primary uk-border-pill" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_contact_form_submit" ] |
cache_key | "_contact_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1571 …5} |
full_name | "contact_form[submit]" |
id | "contact_form_submit" |
label | "Send" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [ "class" => "uk-margin uk-text-center" ] |
translation_domain | null |
unique_block_prefix | "_contact_form_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "814.AnVS_qkXJrYA9sRt2gTMztgDpWO3l37v0nqyMCUcCno.MQEbmNwnC_BPgr4AiEmqgqA2lVKHwkjeuUn7b1dVaU5rJ2DK_Xhej0uZqw" |
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 | "814.AnVS_qkXJrYA9sRt2gTMztgDpWO3l37v0nqyMCUcCno.MQEbmNwnC_BPgr4AiEmqgqA2lVKHwkjeuUn7b1dVaU5rJ2DK_Xhej0uZqw" |
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 {#1352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1363 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1375 …} -namespace: Closure() {#1377 …} } |
data | "814.AnVS_qkXJrYA9sRt2gTMztgDpWO3l37v0nqyMCUcCno.MQEbmNwnC_BPgr4AiEmqgqA2lVKHwkjeuUn7b1dVaU5rJ2DK_Xhej0uZqw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1582 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1052 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1383 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1019 …} $translationDomain: "validators" $message: Closure() {#1581 …} } } |
validation_groups | null |
View Variables
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 | "814.AnVS_qkXJrYA9sRt2gTMztgDpWO3l37v0nqyMCUcCno.MQEbmNwnC_BPgr4AiEmqgqA2lVKHwkjeuUn7b1dVaU5rJ2DK_Xhej0uZqw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1594 -form: Symfony\Component\Form\Form {#1589 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1572 …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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form__token" |
valid | true |
value | "814.AnVS_qkXJrYA9sRt2gTMztgDpWO3l37v0nqyMCUcCno.MQEbmNwnC_BPgr4AiEmqgqA2lVKHwkjeuUn7b1dVaU5rJ2DK_Xhej0uZqw" |