- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Twig
- Doctrine
- 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
company
"App\Form\CompanyType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Company {#263 -id: 2 -Name: "Metals USA r test" -website: "Shajsbshsghshsgsys" -email: "Solaimanmarzouk@gmail.com" -phone: "632709911" -brief: "We are…….." -industry: "Heavy Industry and Industrial Equipment" -status: 1 } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Company {#263 -id: 2 -Name: "Metals USA r test" -website: "Shajsbshsghshsgsys" -email: "Solaimanmarzouk@gmail.com" -phone: "632709911" -brief: "We are…….." -industry: "Heavy Industry and Industrial Equipment" -status: 1 } |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
data | App\Entity\Company {#263 -id: 2 -Name: "Metals USA r test" -website: "Shajsbshsghshsgsys" -email: "Solaimanmarzouk@gmail.com" -phone: "632709911" -brief: "We are…….." -industry: "Heavy Industry and Industrial Equipment" -status: 1 } |
data_class | "App\Entity\Company" |
disabled | false |
empty_data | Closure(FormInterface $form) {#345 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $class: "App\Entity\Company" } } |
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() {#344 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#346 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "company" "_company" ] |
cache_key | "_company_company" |
compound | true |
data | App\Entity\Company {#263 -id: 2 -Name: "Metals USA r test" -website: "Shajsbshsghshsgsys" -email: "Solaimanmarzouk@gmail.com" -phone: "632709911" -brief: "We are…….." -industry: "Heavy Industry and Industrial Equipment" -status: 1 } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#736 -form: Symfony\Component\Form\Form {#647 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#748 …5} |
full_name | "company" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "company" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_company" |
valid | true |
value | App\Entity\Company {#263 -id: 2 -Name: "Metals USA r test" -website: "Shajsbshsghshsgsys" -email: "Solaimanmarzouk@gmail.com" -phone: "632709911" -brief: "We are…….." -industry: "Heavy Industry and Industrial Equipment" -status: 1 } |
Name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Metals USA r test" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} } |
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 | [] |
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() {#336 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#357 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_company_Name" ] |
cache_key | "_company_Name_text" |
compound | false |
data | "Metals USA r test" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#731 -form: Symfony\Component\Form\Form {#686 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#730 …5} |
full_name | "company[Name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "company_Name" |
label | null |
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 | null |
unique_block_prefix | "_company_Name" |
valid | true |
value | "Metals USA r test" |
website
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Shajsbshsghshsgsys" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#332 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} } |
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 | [] |
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() {#579 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#580 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_company_website" ] |
cache_key | "_company_website_text" |
compound | false |
data | "Shajsbshsghshsgsys" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#732 -form: Symfony\Component\Form\Form {#690 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#733 …5} |
full_name | "company[website]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "company_website" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "website" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_company_website" |
valid | true |
value | "Shajsbshsghshsgsys" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Solaimanmarzouk@gmail.com" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#578 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} } |
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 | [] |
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() {#327 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#329 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_company_email" ] |
cache_key | "_company_email_text" |
compound | false |
data | "Solaimanmarzouk@gmail.com" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#734 -form: Symfony\Component\Form\Form {#693 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#735 …5} |
full_name | "company[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "company_email" |
label | null |
label_attr | [] |
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 | "_company_email" |
valid | true |
value | "Solaimanmarzouk@gmail.com" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "632709911" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#330 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} } |
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 | [] |
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() {#611 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#610 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_company_phone" ] |
cache_key | "_company_phone_text" |
compound | false |
data | "632709911" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#747 -form: Symfony\Component\Form\Form {#649 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#746 …5} |
full_name | "company[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "company_phone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_company_phone" |
valid | true |
value | "632709911" |
brief
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "We are…….." |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | true |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#618 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} } |
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 | [] |
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() {#609 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#619 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_company_brief" ] |
cache_key | "_company_brief_textarea" |
compound | false |
data | "We are…….." |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#745 -form: Symfony\Component\Form\Form {#653 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#744 …5} |
full_name | "company[brief]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "company_brief" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "brief" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_company_brief" |
valid | true |
value | "We are…….." |
industry
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Heavy Industry and Industrial Equipment" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Electronics and Electrical" => "Electronics and Electrical" "Renewable Energy" => "Renewable Energy" "Automotive and Transportation" => "Automotive and Transportation" "Medical and Health Equipment" => "Medical and Health Equipment" "Home Goods and Consumer Products" => "Home Goods and Consumer Products" "Heavy Industry and Industrial Equipment" => "Heavy Industry and Industrial Equipment" "Textiles, Apparel and Footwear" => "Textiles, Apparel and Footwear" "Tools, Hardware and Metal Products" => "Tools, Hardware and Metal Products" "Chemicals and Materials" => "Chemicals and Materials" "Agriculture and Food Processing" => "Agriculture and Food Processing" "Software-Integrated Manufacturing" => "Software-Integrated Manufacturing" ] |
[ "Electronics and Electrical" => "Electronics and Electrical" "Renewable Energy" => "Renewable Energy" "Automotive and Transportation" => "Automotive and Transportation" "Medical and Health Equipment" => "Medical and Health Equipment" "Home Goods and Consumer Products" => "Home Goods and Consumer Products" "Heavy Industry and Industrial Equipment" => "Heavy Industry and Industrial Equipment" "Textiles, Apparel and Footwear" => "Textiles, Apparel and Footwear" "Tools, Hardware and Metal Products" => "Tools, Hardware and Metal Products" "Chemicals and Materials" => "Chemicals and Materials" "Agriculture and Food Processing" => "Agriculture and Food Processing" "Software-Integrated Manufacturing" => "Software-Integrated Manufacturing" ] |
placeholder | "------------------" |
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 |
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 | [ "Electronics and Electrical" => "Electronics and Electrical" "Renewable Energy" => "Renewable Energy" "Automotive and Transportation" => "Automotive and Transportation" "Medical and Health Equipment" => "Medical and Health Equipment" "Home Goods and Consumer Products" => "Home Goods and Consumer Products" "Heavy Industry and Industrial Equipment" => "Heavy Industry and Industrial Equipment" "Textiles, Apparel and Footwear" => "Textiles, Apparel and Footwear" "Tools, Hardware and Metal Products" => "Tools, Hardware and Metal Products" "Chemicals and Materials" => "Chemicals and Materials" "Agriculture and Food Processing" => "Agriculture and Food Processing" "Software-Integrated Manufacturing" => "Software-Integrated Manufacturing" ] |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "------------------" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#639 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#641 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_company_industry" ] |
cache_key | "_company_industry_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#741 +label: "Electronics and Electrical" +value: "Electronics and Electrical" +data: "Electronics and Electrical" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#740 +label: "Renewable Energy" +value: "Renewable Energy" +data: "Renewable Energy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#739 +label: "Automotive and Transportation" +value: "Automotive and Transportation" +data: "Automotive and Transportation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#738 +label: "Medical and Health Equipment" +value: "Medical and Health Equipment" +data: "Medical and Health Equipment" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#737 +label: "Home Goods and Consumer Products" +value: "Home Goods and Consumer Products" +data: "Home Goods and Consumer Products" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#728 +label: "Heavy Industry and Industrial Equipment" +value: "Heavy Industry and Industrial Equipment" +data: "Heavy Industry and Industrial Equipment" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#726 +label: "Textiles, Apparel and Footwear" +value: "Textiles, Apparel and Footwear" +data: "Textiles, Apparel and Footwear" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#725 +label: "Tools, Hardware and Metal Products" +value: "Tools, Hardware and Metal Products" +data: "Tools, Hardware and Metal Products" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#724 +label: "Chemicals and Materials" +value: "Chemicals and Materials" +data: "Chemicals and Materials" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#723 +label: "Agriculture and Food Processing" +value: "Agriculture and Food Processing" +data: "Agriculture and Food Processing" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#722 +label: "Software-Integrated Manufacturing" +value: "Software-Integrated Manufacturing" +data: "Software-Integrated Manufacturing" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Heavy Industry and Industrial Equipment" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#743 -form: Symfony\Component\Form\Form {#657 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#742 …5} |
full_name | "company[industry]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "company_industry" |
is_selected | Closure($choice, $value) {#719 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#338 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "industry" |
placeholder | "------------------" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_company_industry" |
valid | true |
value | "Heavy Industry and Industrial Equipment" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9b7ac4.BQJZzLd0ZHFnMwF21vXlaKGK0Kc4phHf6x20AsfBu7Y.fWk0hu0AMS4GWFYkssKCBOenl5MB6EKSknLraqTz9-49diytgjIXJRFyYg" |
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 | "9b7ac4.BQJZzLd0ZHFnMwF21vXlaKGK0Kc4phHf6x20AsfBu7Y.fWk0hu0AMS4GWFYkssKCBOenl5MB6EKSknLraqTz9-49diytgjIXJRFyYg" |
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 {#367 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#365 …} -namespace: Closure() {#375 …} } |
data | "9b7ac4.BQJZzLd0ZHFnMwF21vXlaKGK0Kc4phHf6x20AsfBu7Y.fWk0hu0AMS4GWFYkssKCBOenl5MB6EKSknLraqTz9-49diytgjIXJRFyYg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#700 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} } |
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() {#666 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#545 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#582 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_company__token" ] |
cache_key | "_company__token_hidden" |
compound | false |
data | "9b7ac4.BQJZzLd0ZHFnMwF21vXlaKGK0Kc4phHf6x20AsfBu7Y.fWk0hu0AMS4GWFYkssKCBOenl5MB6EKSknLraqTz9-49diytgjIXJRFyYg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#716 -form: Symfony\Component\Form\Form {#712 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#706 …5} |
full_name | "company[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "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 | null |
unique_block_prefix | "_company__token" |
valid | true |
value | "9b7ac4.BQJZzLd0ZHFnMwF21vXlaKGK0Kc4phHf6x20AsfBu7Y.fWk0hu0AMS4GWFYkssKCBOenl5MB6EKSknLraqTz9-49diytgjIXJRFyYg" |