- POL - Cache Calls
- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 7
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client 1
- Doctrine
- E-mails
- Debug
- Messages
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
id
-
sectionName
-
prospectIds
-
productIds
-
contactIds
-
reason
-
reasonComment
-
fileLabel
-
-
equal
-
begin
-
end
-
-
-
equal
-
begin
-
end
-
-
name
-
quoteNumber
-
contractNumber
-
status
-
-
0
-
1
-
2
-
-
-
equal
-
begin
-
end
-
-
-
equal
-
begin
-
end
-
-
-
equal
-
begin
-
end
-
-
-
equal
-
begin
-
end
-
-
myQuotes
-
isMaintenance
-
prospects
-
managedBy
-
-
equal
-
begin
-
end
-
-
potential
-
quote_search
"App\V4\Form\Type\Quote\QuoteSearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\V4\Model\Quote\QuoteSearch {#2803 -name: null -quoteNumber: null -contractNumber: null -status: [] -salesForecast: null -issuedAt: App\Model\Compare\DateCompare {#4249 -equal: "=" -begin: null -end: null } -warrantlyAt: App\Model\Compare\DateCompare {#4283 -equal: "=" -begin: null -end: null } -expiredAt: App\Model\Compare\DateCompare {#4300 -equal: "=" -begin: null -end: null } -expectedSignedAt: App\Model\Compare\DateCompare {#4266 -equal: "=" -begin: null -end: null } -managedBy: [] -totalExcludingVat: App\Model\Compare\NumberCompare {#4334 -equal: "=" -begin: null -end: null } -potential: null -myQuotes: false -isMaintenance: false -prospectIds: [] -productIds: [] -contactIds: [] -prospects: [] -sectionName: null -specificFields: Doctrine\Common\Collections\ArrayCollection {#2811 …} -reason: [] -reasonComment: null -fileLabel: null -createdBy: null -updatedBy: null -createdAt: null -updatedAt: null -id: [] } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
view_order_subtype | null |
null
|
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\V4\Model\Quote\QuoteSearch" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2085 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\V4\Model\Quote\QuoteSearch" } } |
enable_partial_submit_validation | false |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
specific_field_entity | "App\V4\Model\Quote\Quote" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2069 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2086 …} } } |
validation_groups | null |
view_order_entity | "App\V4\Model\Quote\Quote" |
view_order_subtype | null |
view_order_type | "search" |
id
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
entry_type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
same as passed value |
label | "ids" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
delete_empty | false |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2499 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
entry_options | [ "block_name" => "entry" ] |
entry_type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "ids" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2250 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2286 …} } } |
validation_groups | null |
sectionName
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [] |
[] |
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_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2462 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2434 …} } } |
validation_groups | null |
prospectIds
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "type" => "hidden" "filterKey" => "prospectId" ] |
[ "type" => "hidden" "filterKey" => "prospectId" ] |
label | "prospectIds" |
same as passed value |
multiple | "true" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "hidden" "filterKey" => "prospectId" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "prospectIds" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | "true" |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2218 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1809 …} } } |
validation_groups | null |
productIds
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "type" => "hidden" ] |
[ "type" => "hidden" ] |
label | "productIds" |
same as passed value |
multiple | "true" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "hidden" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "productIds" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | "true" |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1751 …} } } |
validation_groups | null |
contactIds
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "type" => "hidden" "filterKey" => "contactId" ] |
[ "type" => "hidden" "filterKey" => "contactId" ] |
label | "contactIds" |
same as passed value |
multiple | "true" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "hidden" "filterKey" => "contactId" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "contactIds" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | "true" |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2424 …} } } |
validation_groups | null |
reason
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
choice_value | "id" |
same as passed value |
choices | [ App\V4\Model\QuoteReason\QuoteReason {#2226 -id: "empty" -name: "(Vide)" -customerId: null -order: null -quoteState: null #shouldNormalizeAsIRI: true } ] |
[ App\V4\Model\QuoteReason\QuoteReason {#2226 -id: "empty" -name: "(Vide)" -customerId: null -order: null -quoteState: null #shouldNormalizeAsIRI: true } ] |
multiple | 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 |
choice_attr | null |
choice_label | "name" |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | "id" |
choices | [ App\V4\Model\QuoteReason\QuoteReason {#2226 -id: "empty" -name: "(Vide)" -customerId: null -order: null -quoteState: null #shouldNormalizeAsIRI: 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2428 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2429 …} } } |
validation_groups | null |
reasonComment
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2122 …} } } |
validation_groups | null |
fileLabel
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "quote_search_file_label" |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2174 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "quote_search_file_label" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2178 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2172 …} } } |
validation_groups | null |
createdAt
"App\Form\Type\Compare\DateCompareType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "type" => "date_compare" ] |
[ "type" => "date_compare" ] |
label | "date_creation_quote" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "date_compare" ] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\Model\Compare\DateCompare" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "date_creation_quote" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2165 …} } } |
validation_groups | null |
equal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "symbol" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "symbol" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2763 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2762 …} } } |
validation_groups | null |
begin
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "after" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "after" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2770 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "before" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "before" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2779 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
updatedAt
"App\Form\Type\Compare\DateCompareType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "type" => "date_compare" ] |
[ "type" => "date_compare" ] |
label | "date_modification_quote" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "date_compare" ] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\Model\Compare\DateCompare" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2163 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "date_modification_quote" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2166 …} } } |
validation_groups | null |
equal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "symbol" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2800 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "symbol" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2801 …} } } |
validation_groups | null |
begin
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "after" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "after" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2809 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "before" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "before" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2818 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#2368 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
same as passed value |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "quote_title" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1729 …} } } |
Closure() {#3782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1729 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2368 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "quote_title" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1729 …} } } } } |
validation_groups | null |
quoteNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#1735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
same as passed value |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "quoteNumber" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#1854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1747 …} } } |
Closure() {#2179 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1747 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "quoteNumber" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2179 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1747 …} } } } } |
validation_groups | null |
contractNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#1778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
same as passed value |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "contractNumber" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#1712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#73 …} } } |
Closure() {#2182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#73 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "contractNumber" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#1712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#73 …} } } } } |
validation_groups | null |
status
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
choice_attr | null |
null
|
choice_label | "name" |
same as passed value |
choice_loader | null |
null
|
choice_name | null |
null
|
choice_translation_domain | null |
null
|
choice_value | "id" |
same as passed value |
choices | [ App\V4\Model\QuoteState\QuoteState {#2037 -id: "374f518992314182a55376ab583eaa3c" -name: "Abandonné" -inProgress: false -isWon: false -isLost: false -isAbandoned: true -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1889 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1891 -id: "b5ecd78e2da04b4c9cfe11f4e57abee0" -name: "En cours" -inProgress: true -isWon: false -isLost: false -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#2314 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#2315 -id: "bf2edbf8b6924de3aef52a6f5af512f0" -name: "Gagné" -inProgress: false -isWon: true -isLost: false -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1728 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1766 -id: "c7d95331bdfb4b31aafadefde369010d" -name: "Perdu" -inProgress: false -isWon: false -isLost: true -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1980 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1819 -id: "empty" -name: "(Vide)" -inProgress: null -isWon: null -isLost: null -isAbandoned: null -isUnSelectable: null -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1964 …} #shouldNormalizeAsIRI: true } ] |
[ App\V4\Model\QuoteState\QuoteState {#2037 -id: "374f518992314182a55376ab583eaa3c" -name: "Abandonné" -inProgress: false -isWon: false -isLost: false -isAbandoned: true -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1889 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1891 -id: "b5ecd78e2da04b4c9cfe11f4e57abee0" -name: "En cours" -inProgress: true -isWon: false -isLost: false -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#2314 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#2315 -id: "bf2edbf8b6924de3aef52a6f5af512f0" -name: "Gagné" -inProgress: false -isWon: true -isLost: false -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1728 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1766 -id: "c7d95331bdfb4b31aafadefde369010d" -name: "Perdu" -inProgress: false -isWon: false -isLost: true -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1980 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1819 -id: "empty" -name: "(Vide)" -inProgress: null -isWon: null -isLost: null -isAbandoned: null -isUnSelectable: null -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1964 …} #shouldNormalizeAsIRI: true } ] |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | [] |
[] |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
expanded | false |
false
|
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
group_by | null |
null
|
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "status" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
multiple | true |
same as passed value |
placeholder | null |
null
|
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
preferred_choices | [] |
[] |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | false |
false
|
upload_max_size_message | Closure() {#2409 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2410 …} } } |
Closure() {#2134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2409 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2410 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | "id" |
choices | [ App\V4\Model\QuoteState\QuoteState {#2037 -id: "374f518992314182a55376ab583eaa3c" -name: "Abandonné" -inProgress: false -isWon: false -isLost: false -isAbandoned: true -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1889 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1891 -id: "b5ecd78e2da04b4c9cfe11f4e57abee0" -name: "En cours" -inProgress: true -isWon: false -isLost: false -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#2314 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#2315 -id: "bf2edbf8b6924de3aef52a6f5af512f0" -name: "Gagné" -inProgress: false -isWon: true -isLost: false -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1728 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1766 -id: "c7d95331bdfb4b31aafadefde369010d" -name: "Perdu" -inProgress: false -isWon: false -isLost: true -isAbandoned: false -isUnSelectable: false -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1980 …} #shouldNormalizeAsIRI: true } App\V4\Model\QuoteState\QuoteState {#1819 -id: "empty" -name: "(Vide)" -inProgress: null -isWon: null -isLost: null -isAbandoned: null -isUnSelectable: null -isDiffered: false -isNotCountForStats: false -externalId: null -order: null -fromForm: false -reasons: Doctrine\Common\Collections\ArrayCollection {#1964 …} #shouldNormalizeAsIRI: 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "status" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2409 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2410 …} } } } } |
validation_groups | null |
salesForecast
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
choice_attr | null |
null
|
choice_label | null |
null
|
choice_loader | null |
null
|
choice_name | null |
null
|
choice_translation_domain | null |
null
|
choice_value | null |
null
|
choices | [ "yes" => "yes" "no" => "no" "all" => "all" ] |
[ "yes" => "yes" "no" => "no" "all" => "all" ] |
compound | true |
same as passed value |
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | null |
null
|
error_bubbling | false |
false
|
error_mapping | [] |
[] |
expanded | true |
same as passed value |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
group_by | null |
null
|
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "salesForecast" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
multiple | false |
false
|
placeholder | null |
null
|
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
preferred_choices | [] |
[] |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | false |
false
|
upload_max_size_message | Closure() {#2372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2371 …} } } |
Closure() {#2128 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2371 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "yes" => "yes" "no" => "no" "all" => "all" ] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "salesForecast" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2128 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2371 …} } } } } |
validation_groups | null |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "yes" |
same as passed value |
translation_domain | null |
null
|
value | "yes" |
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 | "entry" |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2360 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "yes" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3821 …} } } |
validation_groups | null |
value | "yes" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "no" |
same as passed value |
translation_domain | null |
null
|
value | "no" |
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 | "entry" |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2360 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "no" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3830 …} } } |
validation_groups | null |
value | "no" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "all" |
same as passed value |
translation_domain | null |
null
|
value | "all" |
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 | "entry" |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2360 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "all" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3839 …} } } |
validation_groups | null |
value | "all" |
issuedAt
"App\Form\Type\Compare\DateCompareType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Model\Compare\DateCompare {#4249 -equal: "=" -begin: null -end: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [ "type" => "date_compare" ] |
[ "type" => "date_compare" ] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | true |
same as passed value |
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | "App\Model\Compare\DateCompare" |
same as passed value |
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#2205 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
same as passed value |
error_bubbling | true |
same as passed value |
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "issuedAt" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2209 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2206 …} } } |
Closure() {#2125 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2209 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2206 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "date_compare" ] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\Model\Compare\DateCompare" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2205 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "issuedAt" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2125 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2209 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2206 …} } } } } |
validation_groups | null |
equal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "=" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "symbol" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3863 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "symbol" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3864 …} } } |
validation_groups | null |
begin
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "after" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "after" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3872 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "before" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "before" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3881 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
expectedSignedAt
"App\Form\Type\Compare\DateCompareType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Model\Compare\DateCompare {#4266 -equal: "=" -begin: null -end: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [ "type" => "date_compare" ] |
[ "type" => "date_compare" ] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | true |
same as passed value |
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | "App\Model\Compare\DateCompare" |
same as passed value |
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#2191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
same as passed value |
error_bubbling | true |
same as passed value |
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "expectedSignedAt" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2204 …} } } |
Closure() {#3841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2204 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "date_compare" ] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\Model\Compare\DateCompare" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "expectedSignedAt" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2204 …} } } } } |
validation_groups | null |
equal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "=" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "symbol" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3905 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "symbol" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3907 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3906 …} } } |
validation_groups | null |
begin
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "after" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "after" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3914 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "before" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "before" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3923 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
warrantlyAt
"App\Form\Type\Compare\DateCompareType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Model\Compare\DateCompare {#4283 -equal: "=" -begin: null -end: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [ "type" => "date_compare" ] |
[ "type" => "date_compare" ] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | true |
same as passed value |
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | "App\Model\Compare\DateCompare" |
same as passed value |
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#2244 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
same as passed value |
error_bubbling | true |
same as passed value |
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "warrantlyAt" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2215 …} } } |
Closure() {#3883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2215 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "date_compare" ] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\Model\Compare\DateCompare" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2244 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "warrantlyAt" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2215 …} } } } } |
validation_groups | null |
equal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "=" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "symbol" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3947 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "symbol" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3948 …} } } |
validation_groups | null |
begin
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "after" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "after" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3956 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "before" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "before" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3965 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
expiredAt
"App\Form\Type\Compare\DateCompareType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Model\Compare\DateCompare {#4300 -equal: "=" -begin: null -end: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [ "type" => "date_compare" ] |
[ "type" => "date_compare" ] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | true |
same as passed value |
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | "App\Model\Compare\DateCompare" |
same as passed value |
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#2469 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
same as passed value |
error_bubbling | true |
same as passed value |
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "expiredAt" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2466 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2472 …} } } |
Closure() {#3925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2466 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2472 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "date_compare" ] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\Model\Compare\DateCompare" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2469 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\DateCompare" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "expiredAt" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2466 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2472 …} } } } } |
validation_groups | null |
equal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "=" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "symbol" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3989 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "symbol" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3990 …} } } |
validation_groups | null |
begin
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "after" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "after" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#3998 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "dd-MM-yyyy" |
same as passed value |
html5 | false |
false
|
input | "datetime" |
same as passed value |
label | "before" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
date_format | null |
date_label | null |
date_widget | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
format | "dd-MM-yyyy" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d H:i:s" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "before" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
time_label | null |
time_widget | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#4007 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
with_minutes | true |
with_seconds | false |
myQuotes
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data | false |
false
|
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form, $viewData) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2360 …} } |
same as passed value |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
false_values | [ null "0" 0 false "" "false" ] |
[ null "0" 0 false "" "false" ] |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "myQuotes" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2369 …} } } |
Closure() {#3967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2369 …} } } } } |
validation_groups | null |
null
|
value | "1" |
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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data | false |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2360 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [ null "0" 0 false "" "false" ] |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "myQuotes" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2369 …} } } } } |
validation_groups | null |
value | "1" |
isMaintenance
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form, $viewData) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2360 …} } |
same as passed value |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
false_values | [ null "0" 0 false "" "false" ] |
[ null "0" 0 false "" "false" ] |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "isMaintenance" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2382 …} } } |
Closure() {#2126 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2382 …} } } } } |
validation_groups | null |
null
|
value | "1" |
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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2360 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [ null "0" 0 false "" "false" ] |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "isMaintenance" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2126 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2382 …} } } } } |
validation_groups | null |
value | "1" |
prospects
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [ "type" => "autocomplete" "autocomplete_entity" => "prospect" "filterKey" => "prospectId" ] |
[ "type" => "autocomplete" "autocomplete_entity" => "prospect" "filterKey" => "prospectId" ] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
choice_attr | null |
null
|
choice_label | "fullname" |
same as passed value |
choice_loader | App\V4\Form\AsyncSubresourceChoicesLoader {#1977 -collectionDataProvider: App\V4\Dev\APIPlatform\TraceableContextAwareCollectionDataProvider {#1298 …} -cacheManager: App\V4\Dev\DataCollector\Cache\TraceableCacheManager {#1322 …} -sentryLogger: App\V4\Logger\SentryLogger {#919 …} -entityFQCN: "App\V4\Model\Prospect\Prospect" -valueProperty: "id" -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#4326 …} -additionalFilters: [] } |
same as passed value |
choice_name | null |
null
|
choice_translation_domain | null |
null
|
choice_value | "id" |
same as passed value |
choices | [] |
[] |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | [] |
[] |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
expanded | false |
false
|
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
group_by | null |
null
|
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "prospects_clients" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
multiple | true |
same as passed value |
placeholder | null |
null
|
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
preferred_choices | [] |
[] |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | false |
false
|
upload_max_size_message | Closure() {#2416 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2417 …} } } |
Closure() {#1985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2416 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2417 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "autocomplete" "autocomplete_entity" => "prospect" "filterKey" => "prospectId" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | "fullname" |
choice_loader | App\V4\Form\AsyncSubresourceChoicesLoader {#1977 -collectionDataProvider: App\V4\Dev\APIPlatform\TraceableContextAwareCollectionDataProvider {#1298 …} -cacheManager: App\V4\Dev\DataCollector\Cache\TraceableCacheManager {#1322 …} -sentryLogger: App\V4\Logger\SentryLogger {#919 …} -entityFQCN: "App\V4\Model\Prospect\Prospect" -valueProperty: "id" -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#4326 …} -additionalFilters: [] } |
choice_name | null |
choice_translation_domain | null |
choice_value | "id" |
choices | [] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "prospects_clients" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2416 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2417 …} } } } } |
validation_groups | null |
managedBy
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
choice_attr | null |
null
|
choice_label | null |
null
|
choice_loader | null |
null
|
choice_name | null |
null
|
choice_translation_domain | null |
null
|
choice_value | null |
null
|
choices | [ "(Vide)" => "empty" "Utilisateur Système" => "system_customer_121" "Philippe ARTAUD" => "user_1010" "Guillaume SAUTRON" => "user_1011" "Françoise VAGINAY" => "user_1012" "Ludivine CHIZALLET" => "user_1013" "Hamza OUGAYOUR" => "user_1017" "Romain DUMONT" => "user_1206" "Alexandre FEVE" => "user_1483" ] |
[ "(Vide)" => "empty" "Utilisateur Système" => "system_customer_121" "Philippe ARTAUD" => "user_1010" "Guillaume SAUTRON" => "user_1011" "Françoise VAGINAY" => "user_1012" "Ludivine CHIZALLET" => "user_1013" "Hamza OUGAYOUR" => "user_1017" "Romain DUMONT" => "user_1206" "Alexandre FEVE" => "user_1483" ] |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | [] |
[] |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
expanded | false |
false
|
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
group_by | null |
null
|
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "managedBy" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
multiple | true |
same as passed value |
placeholder | null |
null
|
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
preferred_choices | [] |
[] |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | false |
false
|
upload_max_size_message | Closure() {#2454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2455 …} } } |
Closure() {#2693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2455 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "(Vide)" => "empty" "Utilisateur Système" => "system_customer_121" "Philippe ARTAUD" => "user_1010" "Guillaume SAUTRON" => "user_1011" "Françoise VAGINAY" => "user_1012" "Ludivine CHIZALLET" => "user_1013" "Hamza OUGAYOUR" => "user_1017" "Romain DUMONT" => "user_1206" "Alexandre FEVE" => "user_1483" ] |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "managedBy" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2455 …} } } } } |
validation_groups | null |
totalExcludingVat
"App\Form\Type\Compare\NumberCompareType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Model\Compare\NumberCompare {#4334 -equal: "=" -begin: null -end: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [] |
[] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | true |
same as passed value |
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | "App\Model\Compare\NumberCompare" |
same as passed value |
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#2480 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\NumberCompare" } } |
same as passed value |
error_bubbling | true |
same as passed value |
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "totalExcludingVat" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#2483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2482 …} } } |
Closure() {#2696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2482 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | "App\Model\Compare\NumberCompare" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2480 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} use: { $class: "App\Model\Compare\NumberCompare" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "totalExcludingVat" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2482 …} } } } } |
validation_groups | null |
equal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "=" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "symbol" |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#4057 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "symbol" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4059 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#4058 …} } } |
validation_groups | null |
begin
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "minimum" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#4066 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "minimum" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4068 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#4067 …} } } |
validation_groups | null |
end
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "maximum" |
same as passed value |
required | 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 | 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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#4075 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "maximum" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#4076 …} } } |
validation_groups | null |
potential
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "" |
same as passed value |
allow_extra_fields | false |
false
|
allow_file_upload | false |
false
|
attr | [ "min" => 0 "max" => 100 "step" => 25 "type" => "slider" "data-sub-type" => "percent" ] |
[ "min" => 0 "max" => 100 "step" => 25 "type" => "slider" "data-sub-type" => "percent" ] |
attr_translation_parameters | [] |
[] |
auto_initialize | false |
false
|
block_name | null |
null
|
block_prefix | null |
null
|
by_reference | true |
same as passed value |
compound | false |
false
|
constraints | [] |
[] |
csrf_field_name | "_token" |
same as passed value |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
csrf_protection | true |
same as passed value |
csrf_token_id | null |
null
|
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
same as passed value |
data_class | null |
null
|
disabled | false |
false
|
documentation | [] |
[] |
empty_data | Closure(FormInterface $form) {#2443 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
same as passed value |
error_bubbling | false |
false
|
error_mapping | [] |
[] |
extra_fields_message | "This form should not contain extra fields." |
same as passed value |
grouping | false |
false
|
help | null |
null
|
help_attr | [] |
[] |
help_html | false |
false
|
help_translation_parameters | [] |
[] |
inherit_data | false |
false
|
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
label | "quote_potential" |
same as passed value |
label_attr | [] |
[] |
label_format | null |
null
|
label_translation_parameters | [] |
[] |
mapped | true |
same as passed value |
method | "POST" |
same as passed value |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
property_path | null |
null
|
required | true |
same as passed value |
rounding_mode | 2 |
same as passed value |
row_attr | [] |
[] |
translation_domain | null |
null
|
trim | true |
same as passed value |
upload_max_size_message | Closure() {#4060 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2485 …} } } |
Closure() {#2694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#4060 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2485 …} } } } } |
validation_groups | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "min" => 0 "max" => 100 "step" => 25 "type" => "slider" "data-sub-type" => "percent" ] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1834 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1852 …} -namespace: Closure() {#1706 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2443 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2312 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "quote_potential" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#4060 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1821 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1241 …} $translationDomain: "validators" $message: Closure() {#2485 …} } } } } |
validation_groups | null |