- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 1
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
contact
"App\Form\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contact {#920 -id: null -email: null -phone: null -service: null -message: null -lastname: null -firstname: null -createdAt: null -updatedAt: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Contact {#920 -id: null -email: null -phone: null -service: null -message: null -lastname: null -firstname: null -createdAt: null -updatedAt: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data | App\Entity\Contact {#920 -id: null -email: null -phone: null -service: null -message: null -lastname: null -firstname: null -createdAt: null -updatedAt: null } |
| data_class | "App\Entity\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1328 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} use: { $class: "App\Entity\Contact" } } |
| 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() {#1326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1327 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | App\Entity\Contact {#920 -id: null -email: null -phone: null -service: null -message: null -lastname: null -firstname: null -createdAt: null -updatedAt: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1605 -form: Symfony\Component\Form\Form {#1370 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1553 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | App\Entity\Contact {#920 -id: null -email: null -phone: null -service: null -message: null -lastname: null -firstname: null -createdAt: null -updatedAt: null } |
lastname
"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 | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.lastname.placeholder" ] |
[ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.lastname.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1378 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1378 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
| label | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "col-xl-6" ] |
[ "class" => "col-xl-6" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.lastname.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1378 +message: "notBlank" +allowNull: false +normalizer: null +payload: 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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1305 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1340 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1302 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.lastname.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_lastname" ] |
| cache_key | "_contact_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1599 -form: Symfony\Component\Form\Form {#1418 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1596 …5} |
| full_name | "contact[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_lastname" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_lastname" |
| valid | true |
| value | "" |
firstname
"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 | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.firstname.placeholder" ] |
[ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.firstname.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1380 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1380 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
| label | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "col-xl-6" ] |
[ "class" => "col-xl-6" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.firstname.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1380 +message: "notBlank" +allowNull: false +normalizer: null +payload: 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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1298 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1299 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.firstname.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_firstname" ] |
| cache_key | "_contact_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1601 -form: Symfony\Component\Form\Form {#1422 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1602 …5} |
| full_name | "contact[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_firstname" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_firstname" |
| 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 | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.email.placeholder" ] |
[ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.email.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1374 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1374 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
| label | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "col-xl-6" ] |
[ "class" => "col-xl-6" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.email.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1374 +message: "notBlank" +allowNull: false +normalizer: null +payload: 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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1316 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1317 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.email.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1603 -form: Symfony\Component\Form\Form {#1425 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1606 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
phone
"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 | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.phone.placeholder" ] |
[ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.phone.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1373 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1373 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
| label | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "col-xl-6" ] |
[ "class" => "col-xl-6" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.phone.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1373 +message: "notBlank" +allowNull: false +normalizer: null +payload: 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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1349 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1350 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-lg" "placeholder" => "Contact.input.phone.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_phone" ] |
| cache_key | "_contact_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1525 -form: Symfony\Component\Form\Form {#1376 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1563 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone" |
| valid | true |
| value | "" |
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 | [ "placeholder" => "Contact.input.message.placeholder" ] |
[ "placeholder" => "Contact.input.message.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1372 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1372 +message: "notBlank" +allowNull: false +normalizer: null +payload: null } ] |
| label | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "col-xl-12" ] |
[ "class" => "col-xl-12" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Contact.input.message.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1372 +message: "notBlank" +allowNull: false +normalizer: null +payload: 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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1359 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "col-xl-12" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1358 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Contact.input.message.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
| cache_key | "_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1558 -form: Symfony\Component\Form\Form {#1386 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1566 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "col-xl-12" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "186e531813573e9da18a6233a.OEhKODBX-qWnJbAiMRlIESKsCYY-YoYueNMHC42llqA.UT88aGU7nsTKFYRrci4ZdXjVRNVvUrd6SYBwfNfp889pODpwfSO_38p80w" |
| 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 | "186e531813573e9da18a6233a.OEhKODBX-qWnJbAiMRlIESKsCYY-YoYueNMHC42llqA.UT88aGU7nsTKFYRrci4ZdXjVRNVvUrd6SYBwfNfp889pODpwfSO_38p80w" |
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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data | "186e531813573e9da18a6233a.OEhKODBX-qWnJbAiMRlIESKsCYY-YoYueNMHC42llqA.UT88aGU7nsTKFYRrci4ZdXjVRNVvUrd6SYBwfNfp889pODpwfSO_38p80w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1564 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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() {#1535 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1552 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "186e531813573e9da18a6233a.OEhKODBX-qWnJbAiMRlIESKsCYY-YoYueNMHC42llqA.UT88aGU7nsTKFYRrci4ZdXjVRNVvUrd6SYBwfNfp889pODpwfSO_38p80w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1572 -form: Symfony\Component\Form\Form {#1434 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1531 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__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__token" |
| valid | true |
| value | "186e531813573e9da18a6233a.OEhKODBX-qWnJbAiMRlIESKsCYY-YoYueNMHC42llqA.UT88aGU7nsTKFYRrci4ZdXjVRNVvUrd6SYBwfNfp889pODpwfSO_38p80w" |
search_engine
"App\Form\SearchEngineType"
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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1874 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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 | "GET" |
| 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 | "SearchEngine" |
| trim | true |
| upload_max_size_message | Closure() {#1944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1869 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_engine" "_search_engine" ] |
| cache_key | "_search_engine_search_engine" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1920 -form: Symfony\Component\Form\Form {#1916 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1938 …5} |
| full_name | "search_engine" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "search_engine" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "SearchEngine" |
| unique_block_prefix | "_search_engine" |
| valid | true |
| value | null |
query
"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 | [ "class" => "me-2" "placeholder" => "input.query.placeholder" ] |
[ "class" => "me-2" "placeholder" => "input.query.placeholder" ] |
| label | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "col-xl-6" ] |
[ "class" => "col-xl-6" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "me-2" "placeholder" => "input.query.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1932 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1942 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "me-2" "placeholder" => "input.query.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_engine_query" ] |
| cache_key | "_search_engine_query_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1859 -form: Symfony\Component\Form\Form {#1936 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1858 …5} |
| full_name | "search_engine[query]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine_query" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "query" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "col-xl-6" ] |
| size | null |
| submitted | false |
| translation_domain | "SearchEngine" |
| unique_block_prefix | "_search_engine_query" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0d436a893b0ac9d2657c5.FIkqI5hy3awMGsq67_ZNgdnzDYHso6i0bv4e2g05jNs.J9NPc61Fq4FaKLPJmM47z-zeQtKjyffxBZd3jDRD4uwgwUtqqxuR9kN58g" |
| 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 | "0d436a893b0ac9d2657c5.FIkqI5hy3awMGsq67_ZNgdnzDYHso6i0bv4e2g05jNs.J9NPc61Fq4FaKLPJmM47z-zeQtKjyffxBZd3jDRD4uwgwUtqqxuR9kN58g" |
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 {#1287 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1289 …} -namespace: Closure() {#1291 …} } |
| data | "0d436a893b0ac9d2657c5.FIkqI5hy3awMGsq67_ZNgdnzDYHso6i0bv4e2g05jNs.J9NPc61Fq4FaKLPJmM47z-zeQtKjyffxBZd3jDRD4uwgwUtqqxuR9kN58g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1861 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#968 …} } |
| 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() {#1856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1297 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $translationDomain: "validators" $message: Closure() {#1854 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_search_engine__token" ] |
| cache_key | "_search_engine__token_hidden" |
| compound | false |
| data | "0d436a893b0ac9d2657c5.FIkqI5hy3awMGsq67_ZNgdnzDYHso6i0bv4e2g05jNs.J9NPc61Fq4FaKLPJmM47z-zeQtKjyffxBZd3jDRD4uwgwUtqqxuR9kN58g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1824 -form: Symfony\Component\Form\Form {#1820 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1852 …5} |
| full_name | "search_engine[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine__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 | "SearchEngine" |
| unique_block_prefix | "_search_engine__token" |
| valid | true |
| value | "0d436a893b0ac9d2657c5.FIkqI5hy3awMGsq67_ZNgdnzDYHso6i0bv4e2g05jNs.J9NPc61Fq4FaKLPJmM47z-zeQtKjyffxBZd3jDRD4uwgwUtqqxuR9kN58g" |