Forms
-
-
name
-
address
-
regon
-
phone
-
email
-
www
-
rodo
-
experience
-
ownLocal
-
businessActivity
-
-
-
name
-
phone
-
contactRequestDate
-
contactRequestTime
-
appbundle_customer_agentcontactform
"AppBundle\Form\Customer\AgentContactFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | AgentContactForm {#14131
-id: null
-name: null
-address: null
-regon: null
-phone: null
-email: null
-www: null
-experience: null
-ownLocal: null
-businessActivity: null
-rodo: null
} |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "id" => "appbundle_customer_contactform" ] |
[ "id" => "appbundle_customer_contactform" ] |
| data | AgentContactForm {#14131
-id: null
-name: null
-address: null
-regon: null
-phone: null
-email: null
-www: null
-experience: null
-ownLocal: null
-businessActivity: null
-rodo: null
} |
same as passed value |
| method | "POST" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "appbundle_customer_contactform" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| data | AgentContactForm {#14131
-id: null
-name: null
-address: null
-regon: null
-phone: null
-email: null
-www: null
-experience: null
-ownLocal: null
-businessActivity: null
-rodo: null
} |
| data_class | "AppBundle\Entity\Customer\AgentContactForm" |
| disabled | false |
| empty_data | Closure {#14195 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } use: { $class: "AppBundle\Entity\Customer\AgentContactForm" } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "133 to 135" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#14197 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14196 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "appbundle_customer_contactform" ] |
| block_prefixes | [ "form" "appbundle_customer_agentcontactform" "_appbundle_customer_agentcontactform" ] |
| cache_key | "_appbundle_customer_agentcontactform_appbundle_customer_agentcontactform" |
| compound | true |
| data | AgentContactForm {#14131
-id: null
-name: null
-address: null
-regon: null
-phone: null
-email: null
-www: null
-experience: null
-ownLocal: null
-businessActivity: null
-rodo: null
} |
| disabled | false |
| errors | FormErrorIterator {#14967
-form: Form {#14821 …}
-errors: []
} |
| form | FormView {#14966 …5} |
| full_name | "appbundle_customer_agentcontactform" |
| id | "appbundle_customer_agentcontactform" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "appbundle_customer_agentcontactform" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_appbundle_customer_agentcontactform" |
| valid | true |
| value | AgentContactForm {#14131
-id: null
-name: null
-address: null
-regon: null
-phone: null
-email: null
-www: null
-experience: null
-ownLocal: null
-businessActivity: null
-rodo: null
} |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko / nazwa firmy" "required" => true ] |
[ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko / nazwa firmy" "required" => true ] |
| constraints | [
NotBlank {#14203
+message: "This value should not be blank."
+payload: null
}
Length {#14204
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
[
NotBlank {#14203
+message: "This value should not be blank."
+payload: null
}
Length {#14204
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
]
|
| label | false |
false
|
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko / nazwa firmy" "required" => true ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#14203
+message: "This value should not be blank."
+payload: null
}
Length {#14204
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14637 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14639 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14638 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko / nazwa firmy" "required" => true ] |
| block_prefixes | [ "form" "text" "_appbundle_customer_agentcontactform_name" ] |
| cache_key | "_appbundle_customer_agentcontactform_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14971
-form: Form {#14824 …}
-errors: []
} |
| form | FormView {#14970 …5} |
| full_name | "appbundle_customer_agentcontactform[name]" |
| id | "appbundle_customer_agentcontactform_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "name" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_name" |
| valid | true |
| value | "" |
address
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Adres" "required" => true ] |
[ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Adres" "required" => true ] |
| constraints | [
NotBlank {#14205
+message: "This value should not be blank."
+payload: null
}
Length {#14206
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
[
NotBlank {#14205
+message: "This value should not be blank."
+payload: null
}
Length {#14206
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
]
|
| label | false |
false
|
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Adres" "required" => true ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#14205
+message: "This value should not be blank."
+payload: null
}
Length {#14206
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14657 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14658 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "Adres" "required" => true ] |
| block_prefixes | [ "form" "text" "_appbundle_customer_agentcontactform_address" ] |
| cache_key | "_appbundle_customer_agentcontactform_address_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14975
-form: Form {#14827 …}
-errors: []
} |
| form | FormView {#14974 …5} |
| full_name | "appbundle_customer_agentcontactform[address]" |
| id | "appbundle_customer_agentcontactform_address" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "address" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_address" |
| valid | true |
| value | "" |
regon
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Regon" "required" => false ] |
[ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Regon" "required" => false ] |
| label | false |
false
|
| required | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Regon" "required" => false ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14677 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14678 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Regon" "required" => false ] |
| block_prefixes | [ "form" "text" "_appbundle_customer_agentcontactform_regon" ] |
| cache_key | "_appbundle_customer_agentcontactform_regon_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14979
-form: Form {#14830 …}
-errors: []
} |
| form | FormView {#14978 …5} |
| full_name | "appbundle_customer_agentcontactform[regon]" |
| id | "appbundle_customer_agentcontactform_regon" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "regon" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_regon" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
[ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
| constraints | [
NotBlank {#14207
+message: "This value should not be blank."
+payload: null
}
Length {#14208
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 9
+charset: "UTF-8"
+payload: null
}
] |
[
NotBlank {#14207
+message: "This value should not be blank."
+payload: null
}
Length {#14208
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 9
+charset: "UTF-8"
+payload: null
}
]
|
| label | false |
false
|
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#14207
+message: "This value should not be blank."
+payload: null
}
Length {#14208
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 9
+charset: "UTF-8"
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14697 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14699 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14698 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
| block_prefixes | [ "form" "text" "_appbundle_customer_agentcontactform_phone" ] |
| cache_key | "_appbundle_customer_agentcontactform_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14983
-form: Form {#14833 …}
-errors: []
} |
| form | FormView {#14982 …5} |
| full_name | "appbundle_customer_agentcontactform[phone]" |
| id | "appbundle_customer_agentcontactform_phone" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "phone" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_phone" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" "placeholder" => "E-mail" "required" => true ] |
[ "class" => "form-control input-sm" "placeholder" => "E-mail" "required" => true ] |
| constraints | [
NotBlank {#14209
+message: "This value should not be blank."
+payload: null
}
Length {#14210
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
[
NotBlank {#14209
+message: "This value should not be blank."
+payload: null
}
Length {#14210
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
]
|
| label | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" "placeholder" => "E-mail" "required" => true ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#14209
+message: "This value should not be blank."
+payload: null
}
Length {#14210
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14709 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14710 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" "placeholder" => "E-mail" "required" => true ] |
| block_prefixes | [ "form" "text" "email" "_appbundle_customer_agentcontactform_email" ] |
| cache_key | "_appbundle_customer_agentcontactform_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14987
-form: Form {#14836 …}
-errors: []
} |
| form | FormView {#14986 …5} |
| full_name | "appbundle_customer_agentcontactform[email]" |
| id | "appbundle_customer_agentcontactform_email" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "email" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_email" |
| valid | true |
| value | "" |
www
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "WWW" "required" => false ] |
[ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "WWW" "required" => false ] |
| label | false |
false
|
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "WWW" "required" => false ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14729 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14730 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 500 "class" => "form-control input-sm" "placeholder" => "WWW" "required" => false ] |
| block_prefixes | [ "form" "text" "_appbundle_customer_agentcontactform_www" ] |
| cache_key | "_appbundle_customer_agentcontactform_www_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14991
-form: Form {#14839 …}
-errors: []
} |
| form | FormView {#14990 …5} |
| full_name | "appbundle_customer_agentcontactform[www]" |
| id | "appbundle_customer_agentcontactform_www" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "www" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_www" |
| valid | true |
| value | "" |
rodo
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-check-input" "required" => true ] |
[ "class" => "form-check-input" "required" => true ] |
| constraints | [
NotBlank {#14211
+message: "This value should not be blank."
+payload: null
}
] |
[
NotBlank {#14211
+message: "This value should not be blank."
+payload: null
}
]
|
| label | false |
false
|
| required | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input" "required" => true ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#14211
+message: "This value should not be blank."
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14751 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#14747 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14757 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input" "required" => true ] |
| block_prefixes | [ "form" "checkbox" "_appbundle_customer_agentcontactform_rodo" ] |
| cache_key | "_appbundle_customer_agentcontactform_rodo_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14995
-form: Form {#14842 …}
-errors: []
} |
| form | FormView {#14994 …5} |
| full_name | "appbundle_customer_agentcontactform[rodo]" |
| id | "appbundle_customer_agentcontactform_rodo" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "rodo" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_rodo" |
| valid | true |
| value | "1" |
experience
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "ml-4" "required" => false ] |
[ "class" => "ml-4" "required" => false ] |
| label | false |
false
|
| required | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "ml-4" "required" => false ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14751 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#14747 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14776 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "ml-4" "required" => false ] |
| block_prefixes | [ "form" "checkbox" "_appbundle_customer_agentcontactform_experience" ] |
| cache_key | "_appbundle_customer_agentcontactform_experience_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#14999
-form: Form {#14845 …}
-errors: []
} |
| form | FormView {#14998 …5} |
| full_name | "appbundle_customer_agentcontactform[experience]" |
| id | "appbundle_customer_agentcontactform_experience" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "experience" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_experience" |
| valid | true |
| value | "1" |
ownLocal
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "ml-4" "required" => false ] |
[ "class" => "ml-4" "required" => false ] |
| label | false |
false
|
| required | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "ml-4" "required" => false ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14751 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#14747 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14795 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "ml-4" "required" => false ] |
| block_prefixes | [ "form" "checkbox" "_appbundle_customer_agentcontactform_ownLocal" ] |
| cache_key | "_appbundle_customer_agentcontactform_ownLocal_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#15003
-form: Form {#14848 …}
-errors: []
} |
| form | FormView {#15002 …5} |
| full_name | "appbundle_customer_agentcontactform[ownLocal]" |
| id | "appbundle_customer_agentcontactform_ownLocal" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "ownLocal" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_ownLocal" |
| valid | true |
| value | "1" |
businessActivity
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "ml-4" "required" => false ] |
[ "class" => "ml-4" "required" => false ] |
| label | false |
false
|
| required | false |
false
|
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "ml-4" "required" => false ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#14751 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#14747 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#14815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14814 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "ml-4" "required" => false ] |
| block_prefixes | [ "form" "checkbox" "_appbundle_customer_agentcontactform_businessActivity" ] |
| cache_key | "_appbundle_customer_agentcontactform_businessActivity_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#15007
-form: Form {#14851 …}
-errors: []
} |
| form | FormView {#15006 …5} |
| full_name | "appbundle_customer_agentcontactform[businessActivity]" |
| id | "appbundle_customer_agentcontactform_businessActivity" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "businessActivity" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_agentcontactform_businessActivity" |
| valid | true |
| value | "1" |
appbundle_customer_contactrequest
"AppBundle\Form\Customer\ContactRequestType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | ContactRequest {#15071
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#15170
-id: 3
-startTime: DateTime @39600 {#15168
date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @54000 {#15169
date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609320755 {#15174
date: 2020-12-30 10:32:35.069862 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#15072 …}
-contactForm: null
-customerNotes: ArrayCollection {#15073 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#15074 …}
} |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | ContactRequest {#15071
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#15170
-id: 3
-startTime: DateTime @39600 {#15168
date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @54000 {#15169
date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609320755 {#15174
date: 2020-12-30 10:32:35.069862 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#15072 …}
-contactForm: null
-customerNotes: ArrayCollection {#15073 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#15074 …}
} |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| data | ContactRequest {#15071
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#15170
-id: 3
-startTime: DateTime @39600 {#15168
date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @54000 {#15169
date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609320755 {#15174
date: 2020-12-30 10:32:35.069862 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#15072 …}
-contactForm: null
-customerNotes: ArrayCollection {#15073 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#15074 …}
} |
| data_class | "AppBundle\Entity\Customer\ContactRequest" |
| disabled | false |
| empty_data | Closure {#15180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } use: { $class: "AppBundle\Entity\Customer\ContactRequest" } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "133 to 135" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#15182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15181 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "appbundle_customer_contactrequest" "_appbundle_customer_contactrequest" ] |
| cache_key | "_appbundle_customer_contactrequest_appbundle_customer_contactrequest" |
| compound | true |
| data | ContactRequest {#15071
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#15170
-id: 3
-startTime: DateTime @39600 {#15168
date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @54000 {#15169
date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609320755 {#15174
date: 2020-12-30 10:32:35.069862 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#15072 …}
-contactForm: null
-customerNotes: ArrayCollection {#15073 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#15074 …}
} |
| disabled | false |
| errors | FormErrorIterator {#16207
-form: Form {#16136 …}
-errors: []
} |
| form | FormView {#16206 …5} |
| full_name | "appbundle_customer_contactrequest" |
| id | "appbundle_customer_contactrequest" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "appbundle_customer_contactrequest" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_appbundle_customer_contactrequest" |
| valid | true |
| value | ContactRequest {#15071
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#15170
-id: 3
-startTime: DateTime @39600 {#15168
date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @54000 {#15169
date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609320755 {#15174
date: 2020-12-30 10:32:35.069862 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#15072 …}
-contactForm: null
-customerNotes: ArrayCollection {#15073 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#15074 …}
} |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko" "required" => true ] |
[ "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko" "required" => true ] |
| constraints | [
NotBlank {#15188
+message: "This value should not be blank."
+payload: null
}
Length {#15189
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
[
NotBlank {#15188
+message: "This value should not be blank."
+payload: null
}
Length {#15189
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
]
|
| label | false |
false
|
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko" "required" => true ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#15188
+message: "This value should not be blank."
+payload: null
}
Length {#15189
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 3
+charset: "UTF-8"
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#16015 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#16017 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#16016 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" "placeholder" => "Imię i nazwisko" "required" => true ] |
| block_prefixes | [ "form" "text" "_appbundle_customer_contactrequest_name" ] |
| cache_key | "_appbundle_customer_contactrequest_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#16211
-form: Form {#16139 …}
-errors: []
} |
| form | FormView {#16210 …5} |
| full_name | "appbundle_customer_contactrequest[name]" |
| id | "appbundle_customer_contactrequest_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "name" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_contactrequest_name" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
[ "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
| constraints | [
NotBlank {#15190
+message: "This value should not be blank."
+payload: null
}
Length {#15191
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 9
+charset: "UTF-8"
+payload: null
}
] |
[
NotBlank {#15190
+message: "This value should not be blank."
+payload: null
}
Length {#15191
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 9
+charset: "UTF-8"
+payload: null
}
]
|
| label | false |
false
|
| required | true |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#15190
+message: "This value should not be blank."
+payload: null
}
Length {#15191
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 9
+charset: "UTF-8"
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#16034 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14133 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | false |
| label_attr | [] |
| label_format | null |
| 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 |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#16036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#16035 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" "placeholder" => "Numer telefonu" "required" => true ] |
| block_prefixes | [ "form" "text" "_appbundle_customer_contactrequest_phone" ] |
| cache_key | "_appbundle_customer_contactrequest_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#16215
-form: Form {#16142 …}
-errors: []
} |
| form | FormView {#16214 …5} |
| full_name | "appbundle_customer_contactrequest[phone]" |
| id | "appbundle_customer_contactrequest_phone" |
| label | false |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "phone" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_contactrequest_phone" |
| valid | true |
| value | "" |
contactRequestDate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | DateTime @1609320755 {#16174 date: 2020-12-30 10:32:35.069862 Europe/Berlin (+01:00) } |
| View Format |
"2020-12-30"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "rozmowa_date form-control input-sm" ] |
[ "class" => "rozmowa_date form-control input-sm" ] |
| html5 | false |
false
|
| label | "Data" |
same as passed value |
| translation_domain | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "rozmowa_date form-control input-sm" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [] |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| format | "yyyy-MM-dd" |
| html5 | false |
| inherit_data | false |
| input | "datetime" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "Data" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure {#16065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#16064 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "rozmowa_date form-control input-sm" ] |
| block_prefixes | [ "form" "date" "_appbundle_customer_contactrequest_contactRequestDate" ] |
| cache_key | "_appbundle_customer_contactrequest_contactRequestDate_date" |
| compound | false |
| data | DateTime @1609320755 {#16174 date: 2020-12-30 10:32:35.069862 Europe/Berlin (+01:00) } |
| disabled | false |
| errors | FormErrorIterator {#16219
-form: Form {#16145 …}
-errors: []
} |
| form | FormView {#16218 …5} |
| full_name | "appbundle_customer_contactrequest[contactRequestDate]" |
| id | "appbundle_customer_contactrequest_contactRequestDate" |
| label | "Data" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "contactRequestDate" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_contactrequest_contactRequestDate" |
| valid | true |
| value | "2020-12-30" |
| widget | "single_text" |
contactRequestTime
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | ContactRequestTime {#15170
-id: 3
-startTime: DateTime @39600 {#15168
date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @54000 {#15169
date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00)
}
} |
| View Format |
"3"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" ] |
[ "class" => "form-control input-sm" ] |
| choice_label | Closure {#15192 class: "AppBundle\Form\Customer\ContactRequestType" this: ContactRequestType {#15175 …} parameters: { $range: {} } file: "/var/www/wygodnie/core/src/AppBundle/Form/Customer/ContactRequestType.php" line: "49 to 52" } |
same as passed value |
| class | "AppBundle\Entity\Customer\ContactRequestTime" |
same as passed value |
| translation_domain | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| choice_attr | null |
| choice_label | Closure {#15192 class: "AppBundle\Form\Customer\ContactRequestType" this: ContactRequestType {#15175 …} parameters: { $range: {} } file: "/var/www/wygodnie/core/src/AppBundle/Form/Customer/ContactRequestType.php" line: "49 to 52" } |
| choice_loader | DoctrineChoiceLoader {#16126
-manager: EntityManager_9a5be93 {#12018 …2}
-class: "AppBundle\Entity\Customer\ContactRequestTime"
-idReader: IdReader {#16128
-om: EntityManager_9a5be93 {#12018 …2}
-classMetadata: ClassMetadata {#15077 …}
-singleId: true
-intId: true
-idField: "id"
-associationIdReader: null
}
-objectLoader: ORMQueryBuilderLoader {#16125 …}
-choiceList: ArrayChoiceList {#16262 …}
} |
| choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
| choice_translation_domain | false |
| choice_value | [
IdReader {#16128
-om: EntityManager_9a5be93 {#12018 …2}
-classMetadata: ClassMetadata {#15077 …}
-singleId: true
-intId: true
-idField: "id"
-associationIdReader: null
}
"getIdValue"
] |
| choices | null |
| choices_as_values | true |
| class | "AppBundle\Entity\Customer\ContactRequestTime" |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| em | EntityManager_9a5be93 {#12018 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| group_by | null |
| id_reader | IdReader {#16128
-om: EntityManager_9a5be93 {#12018 …2}
-classMetadata: ClassMetadata {#15077 …}
-singleId: true
-intId: true
-idField: "id"
-associationIdReader: null
} |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| 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 |
| query_builder | null |
| required | true |
| translation_domain | false |
| trim | false |
| upload_max_size_message | Closure {#16117 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14166 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#16116 …} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" ] |
| block_prefixes | [ "form" "choice" "entity" "_appbundle_customer_contactrequest_contactRequestTime" ] |
| cache_key | "_appbundle_customer_contactrequest_contactRequestTime_entity" |
| choice_translation_domain | false |
| choices | [ 1 => ChoiceView {#16263 +label: "08:00-10:00" +value: "1" +data: ContactRequestTime {#15161 …} +attr: [] } 2 => ChoiceView {#16264 +label: "10:00-12:00" +value: "2" +data: ContactRequestTime {#15167 …} +attr: [] } 3 => ChoiceView {#16265 +label: "12:00-16:00" +value: "3" +data: ContactRequestTime {#15170 -id: 3 -startTime: DateTime @39600 {#15168 date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00) } -endTime: DateTime @54000 {#15169 date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00) } } +attr: [] } 4 => ChoiceView {#16266 +label: "16:00-18:00" +value: "4" +data: ContactRequestTime {#15173 …} +attr: [] } ] |
| compound | false |
| data | ContactRequestTime {#15170
-id: 3
-startTime: DateTime @39600 {#15168
date: 1970-01-01 12:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @54000 {#15169
date: 1970-01-01 16:00:00.0 Europe/Berlin (+01:00)
}
} |
| disabled | false |
| errors | FormErrorIterator {#16223
-form: Form {#16148 …}
-errors: []
} |
| expanded | false |
| form | FormView {#16222 …5} |
| full_name | "appbundle_customer_contactrequest[contactRequestTime]" |
| id | "appbundle_customer_contactrequest_contactRequestTime" |
| is_selected | Closure {#16268 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: ChoiceType {#16074 …} parameters: { $choice: {} $value: {} } file: "/var/www/wygodnie/core/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php" line: "206 to 208" } |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "contactRequestTime" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | true |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_appbundle_customer_contactrequest_contactRequestTime" |
| valid | true |
| value | "3" |