- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 12
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- 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
potential_customer_company
"App\Form\Type\PotentialCustomerCompanyType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/sales-journals/155/update" |
same as passed value |
| data | App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/sales-journals/155/update" |
| 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data | App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } |
| data_class | "App\Entity\PotentialCustomerCompany" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1274 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1167 …} use: { $class: "App\Entity\PotentialCustomerCompany" } } |
| 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 | "PotentialCustomerCompany" |
| trim | true |
| upload_max_size_message | Closure() {#1276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1275 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/sales-journals/155/update" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "potential_customer_company" "_potential_customer_company" ] |
| cache_key | "_potential_customer_company_potential_customer_company" |
| compound | true |
| data | App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1385 -form: Symfony\Component\Form\Form {#1398 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1277 …5} |
| full_name | "potential_customer_company" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "potential_customer_company" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompany" |
| unique_block_prefix | "_potential_customer_company" |
| valid | true |
| value | App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "GE India" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "property.name" |
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 | 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1287 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1167 …} } |
| 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 | "property.name" |
| 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() {#1289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1288 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_potential_customer_company_name" ] |
| cache_key | "_potential_customer_company_name_text" |
| compound | false |
| data | "GE India" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1413 -form: Symfony\Component\Form\Form {#1401 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1411 …5} |
| full_name | "potential_customer_company[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_name" |
| label | "property.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompany" |
| unique_block_prefix | "_potential_customer_company_name" |
| valid | true |
| value | "GE India" |
contacts
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\ORM\PersistentCollection {#1422 #collection: Doctrine\Common\Collections\ArrayCollection {#1424 …} #initialized: true -snapshot: [] -owner: null -association: [ …16] -em: Doctrine\ORM\EntityManager {#48 …} -backRefFieldName: "company" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2691 …} -isDirty: true } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| by_reference | false |
same as passed value |
| entry_options | [ "label" => false ] |
[ "label" => false "block_name" => "entry" ] |
| entry_type | "App\Form\Type\PotentialCustomerCompanyContactType" |
same as passed value |
| label | "property.contacts" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1302 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1167 …} } |
| entry_options | [ "label" => false "block_name" => "entry" ] |
| entry_type | "App\Form\Type\PotentialCustomerCompanyContactType" |
| 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 | "property.contacts" |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1304 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1301 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_potential_customer_company_contacts" ] |
| cache_key | "_potential_customer_company_contacts_collection" |
| compound | true |
| data | Doctrine\ORM\PersistentCollection {#1422 #collection: Doctrine\Common\Collections\ArrayCollection {#1424 …} #initialized: true -snapshot: [] -owner: null -association: [ …16] -em: Doctrine\ORM\EntityManager {#48 …} -backRefFieldName: "company" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2691 …} -isDirty: true } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1414 -form: Symfony\Component\Form\Form {#1404 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1415 …5} |
| full_name | "potential_customer_company[contacts]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_contacts" |
| label | "property.contacts" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contacts" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#1416 …5} |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompany" |
| unique_block_prefix | "_potential_customer_company_contacts" |
| valid | true |
| value | Doctrine\ORM\PersistentCollection {#1422 #collection: Doctrine\Common\Collections\ArrayCollection {#1424 …} #initialized: true -snapshot: [] -owner: null -association: [ …16] -em: Doctrine\ORM\EntityManager {#48 …} -backRefFieldName: "company" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2691 …} -isDirty: true } |
0
"App\Form\Type\PotentialCustomerCompanyContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\PotentialCustomerCompanyContact {#1432 #id: 66 #company: App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } #email: "rajesh.verma1@ge.com" #name: "Rajesh Verma" #phone: "+91 9958095109" #role: "Director Project Management & Growth - India Region" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | false |
same as passed value |
| property_path | "[0]" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | "entry" |
| 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data_class | "App\Entity\PotentialCustomerCompanyContact" |
| disabled | false |
| empty_data | App\Entity\PotentialCustomerCompanyContact {#1314 #id: null #company: null #email: null #name: null #phone: null #role: null } |
| 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 | 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 | "[0]" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "PotentialCustomerCompanyContact" |
| trim | true |
| upload_max_size_message | Closure() {#1443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1442 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection_entry" "potential_customer_company_contact" "_potential_customer_company_contacts_entry" ] |
| cache_key | "_potential_customer_company_contacts_entry_potential_customer_company_contact" |
| compound | true |
| data | App\Entity\PotentialCustomerCompanyContact {#1432 #id: 66 #company: App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } #email: "rajesh.verma1@ge.com" #name: "Rajesh Verma" #phone: "+91 9958095109" #role: "Director Project Management & Growth - India Region" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1527 -form: Symfony\Component\Form\Form {#1486 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1528 …5} |
| full_name | "potential_customer_company[contacts][0]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_contacts_0" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompanyContact" |
| unique_block_prefix | "_potential_customer_company_contacts_entry" |
| valid | true |
| value | App\Entity\PotentialCustomerCompanyContact {#1432 #id: 66 #company: App\Entity\PotentialCustomerCompany {#1040 #id: 155 #company: null #contacts: Doctrine\ORM\PersistentCollection {#974 …} #name: "GE India" #notes: null } #email: "rajesh.verma1@ge.com" #name: "Rajesh Verma" #phone: "+91 9958095109" #role: "Director Project Management & Growth - India Region" } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Rajesh Verma" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "property.name" ] |
[ "placeholder" => "property.name" ] |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "property.name" ] |
| 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1451 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1167 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1453 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1452 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "property.name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_potential_customer_company_contacts_entry_name" ] |
| cache_key | "_potential_customer_company_contacts_entry_name_text" |
| compound | false |
| data | "Rajesh Verma" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1532 -form: Symfony\Component\Form\Form {#1489 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1531 …5} |
| full_name | "potential_customer_company[contacts][0][name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_contacts_0_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompanyContact" |
| unique_block_prefix | "_potential_customer_company_contacts_entry_name" |
| valid | true |
| value | "Rajesh Verma" |
role
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Director Project Management & Growth - India Region" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "property.role" ] |
[ "placeholder" => "property.role" ] |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "property.role" ] |
| 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| 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 {#1167 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1462 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1461 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "property.role" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_potential_customer_company_contacts_entry_role" ] |
| cache_key | "_potential_customer_company_contacts_entry_role_text" |
| compound | false |
| data | "Director Project Management & Growth - India Region" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1533 -form: Symfony\Component\Form\Form {#1492 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1534 …5} |
| full_name | "potential_customer_company[contacts][0][role]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_contacts_0_role" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "role" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompanyContact" |
| unique_block_prefix | "_potential_customer_company_contacts_entry_role" |
| valid | true |
| value | "Director Project Management & Growth - India Region" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "rajesh.verma1@ge.com" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "property.email" ] |
[ "placeholder" => "property.email" ] |
| label | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "property.email" ] |
| 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1469 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1167 …} } |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1471 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1470 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "property.email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_potential_customer_company_contacts_entry_email" ] |
| cache_key | "_potential_customer_company_contacts_entry_email_email" |
| compound | false |
| data | "rajesh.verma1@ge.com" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1535 -form: Symfony\Component\Form\Form {#1495 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1536 …5} |
| full_name | "potential_customer_company[contacts][0][email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_contacts_0_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 | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompanyContact" |
| unique_block_prefix | "_potential_customer_company_contacts_entry_email" |
| valid | true |
| value | "rajesh.verma1@ge.com" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "+91 9958095109" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "property.phone" ] |
[ "placeholder" => "property.phone" ] |
| label | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "property.phone" ] |
| 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| 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 {#1167 …} } |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1480 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1479 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "property.phone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_potential_customer_company_contacts_entry_phone" ] |
| cache_key | "_potential_customer_company_contacts_entry_phone_text" |
| compound | false |
| data | "+91 9958095109" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1537 -form: Symfony\Component\Form\Form {#1498 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1538 …5} |
| full_name | "potential_customer_company[contacts][0][phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_contacts_0_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 | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompanyContact" |
| unique_block_prefix | "_potential_customer_company_contacts_entry_phone" |
| valid | true |
| value | "+91 9958095109" |
notes
"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 |
|---|---|---|
| label | "property.notes" |
same as passed value |
| required | 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 | 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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1382 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1167 …} } |
| 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 | "property.notes" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1383 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_potential_customer_company_notes" ] |
| cache_key | "_potential_customer_company_notes_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1501 -form: Symfony\Component\Form\Form {#1407 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1463 …5} |
| full_name | "potential_customer_company[notes]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company_notes" |
| label | "property.notes" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "notes" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "PotentialCustomerCompany" |
| unique_block_prefix | "_potential_customer_company_notes" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "87dc4bf438cb1e09695.cgGfQpVrXKY7yoix9DzPNs2v-ZnU4Dkqi6chwtEhjIo.NDHHMaInNJdkkN70zUqibKz9z-Clh3VPz-RYoed7uOY8ba8k4yYF81eowQ" |
| 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 | "87dc4bf438cb1e09695.cgGfQpVrXKY7yoix9DzPNs2v-ZnU4Dkqi6chwtEhjIo.NDHHMaInNJdkkN70zUqibKz9z-Clh3VPz-RYoed7uOY8ba8k4yYF81eowQ" |
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 {#1251 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1252 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1253 …} -namespace: Closure() {#1255 …} } |
| data | "87dc4bf438cb1e09695.cgGfQpVrXKY7yoix9DzPNs2v-ZnU4Dkqi6chwtEhjIo.NDHHMaInNJdkkN70zUqibKz9z-Clh3VPz-RYoed7uOY8ba8k4yYF81eowQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1541 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1167 …} } |
| 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() {#1543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1257 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1539 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_potential_customer_company__token" ] |
| cache_key | "_potential_customer_company__token_hidden" |
| compound | false |
| data | "87dc4bf438cb1e09695.cgGfQpVrXKY7yoix9DzPNs2v-ZnU4Dkqi6chwtEhjIo.NDHHMaInNJdkkN70zUqibKz9z-Clh3VPz-RYoed7uOY8ba8k4yYF81eowQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1553 -form: Symfony\Component\Form\Form {#1549 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1544 …5} |
| full_name | "potential_customer_company[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "potential_customer_company__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 | "PotentialCustomerCompany" |
| unique_block_prefix | "_potential_customer_company__token" |
| valid | true |
| value | "87dc4bf438cb1e09695.cgGfQpVrXKY7yoix9DzPNs2v-ZnU4Dkqi6chwtEhjIo.NDHHMaInNJdkkN70zUqibKz9z-Clh3VPz-RYoed7uOY8ba8k4yYF81eowQ" |