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 {#14153
-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 {#14153
-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 {#14153
-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 {#14238 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#14240 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14239 …} } 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 {#14153
-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 {#15300
-form: Form {#15154 …}
-errors: []
} |
| form | FormView {#15299 …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 {#14153
-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 {#14246
+message: "This value should not be blank."
+payload: null
}
Length {#14247
+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 {#14246
+message: "This value should not be blank."
+payload: null
}
Length {#14247
+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 {#14246
+message: "This value should not be blank."
+payload: null
}
Length {#14247
+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 {#14970 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#14972 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14971 …} } 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 {#15304
-form: Form {#15157 …}
-errors: []
} |
| form | FormView {#15303 …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 {#14248
+message: "This value should not be blank."
+payload: null
}
Length {#14249
+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 {#14248
+message: "This value should not be blank."
+payload: null
}
Length {#14249
+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 {#14248
+message: "This value should not be blank."
+payload: null
}
Length {#14249
+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 {#14990 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#14992 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#14991 …} } 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 {#15308
-form: Form {#15160 …}
-errors: []
} |
| form | FormView {#15307 …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 {#15010 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#15012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15011 …} } 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 {#15312
-form: Form {#15163 …}
-errors: []
} |
| form | FormView {#15311 …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 {#14250
+message: "This value should not be blank."
+payload: null
}
Length {#14251
+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 {#14250
+message: "This value should not be blank."
+payload: null
}
Length {#14251
+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 {#14250
+message: "This value should not be blank."
+payload: null
}
Length {#14251
+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 {#15030 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#15032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15031 …} } 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 {#15316
-form: Form {#15166 …}
-errors: []
} |
| form | FormView {#15315 …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 {#14252
+message: "This value should not be blank."
+payload: null
}
Length {#14253
+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 {#14252
+message: "This value should not be blank."
+payload: null
}
Length {#14253
+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 {#14252
+message: "This value should not be blank."
+payload: null
}
Length {#14253
+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 {#15042 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#15044 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15043 …} } 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 {#15320
-form: Form {#15169 …}
-errors: []
} |
| form | FormView {#15319 …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 {#15062 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#15064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15063 …} } 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 {#15324
-form: Form {#15172 …}
-errors: []
} |
| form | FormView {#15323 …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 {#14254
+message: "This value should not be blank."
+payload: null
}
] |
[
NotBlank {#14254
+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 {#14254
+message: "This value should not be blank."
+payload: null
}
] |
| data_class | null |
| disabled | false |
| empty_data | Closure {#15084 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#15080 …} 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 {#15091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15090 …} } 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 {#15328
-form: Form {#15175 …}
-errors: []
} |
| form | FormView {#15327 …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 {#15084 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#15080 …} 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 {#15110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15109 …} } 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 {#15332
-form: Form {#15178 …}
-errors: []
} |
| form | FormView {#15331 …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 {#15084 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#15080 …} 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 {#15129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15128 …} } 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 {#15336
-form: Form {#15181 …}
-errors: []
} |
| form | FormView {#15335 …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 {#15084 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#15080 …} 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 {#15148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#15147 …} } 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 {#15340
-form: Form {#15184 …}
-errors: []
} |
| form | FormView {#15339 …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 {#27672
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#27762
-id: 1
-startTime: DateTime @25200 {#27759
date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @32400 {#27760
date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609310808 {#27775
date: 2020-12-30 07:46:48.082644 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#27673 …}
-contactForm: null
-customerNotes: ArrayCollection {#27674 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#27675 …}
} |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | ContactRequest {#27672
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#27762
-id: 1
-startTime: DateTime @25200 {#27759
date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @32400 {#27760
date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609310808 {#27775
date: 2020-12-30 07:46:48.082644 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#27673 …}
-contactForm: null
-customerNotes: ArrayCollection {#27674 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#27675 …}
} |
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 {#27672
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#27762
-id: 1
-startTime: DateTime @25200 {#27759
date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @32400 {#27760
date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609310808 {#27775
date: 2020-12-30 07:46:48.082644 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#27673 …}
-contactForm: null
-customerNotes: ArrayCollection {#27674 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#27675 …}
} |
| data_class | "AppBundle\Entity\Customer\ContactRequest" |
| disabled | false |
| empty_data | Closure {#27781 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#27783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#27782 …} } 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 {#27672
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#27762
-id: 1
-startTime: DateTime @25200 {#27759
date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @32400 {#27760
date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609310808 {#27775
date: 2020-12-30 07:46:48.082644 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#27673 …}
-contactForm: null
-customerNotes: ArrayCollection {#27674 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#27675 …}
} |
| disabled | false |
| errors | FormErrorIterator {#28808
-form: Form {#28737 …}
-errors: []
} |
| form | FormView {#28807 …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 {#27672
-id: null
-name: null
-phone: null
-email: null
-contactRequestTime: ContactRequestTime {#27762
-id: 1
-startTime: DateTime @25200 {#27759
date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @32400 {#27760
date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00)
}
}
-contactRequestDate: DateTime @1609310808 {#27775
date: 2020-12-30 07:46:48.082644 Europe/Berlin (+01:00)
}
-customer: null
-calculation: null
-proposalCompletionRequest: null
-notes: ArrayCollection {#27673 …}
-contactForm: null
-customerNotes: ArrayCollection {#27674 …}
-done: null
-created: null
-deleted: null
-deletedBy: null
-deletedLog: null
-rodo: null
-generealiContactForm: null
-events: ArrayCollection {#27675 …}
} |
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 {#27789
+message: "This value should not be blank."
+payload: null
}
Length {#27790
+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 {#27789
+message: "This value should not be blank."
+payload: null
}
Length {#27790
+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 {#27789
+message: "This value should not be blank."
+payload: null
}
Length {#27790
+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 {#28616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#28618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#28617 …} } 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 {#28812
-form: Form {#28740 …}
-errors: []
} |
| form | FormView {#28811 …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 {#27791
+message: "This value should not be blank."
+payload: null
}
Length {#27792
+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 {#27791
+message: "This value should not be blank."
+payload: null
}
Length {#27792
+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 {#27791
+message: "This value should not be blank."
+payload: null
}
Length {#27792
+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 {#28635 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#14176 …} 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 {#28637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#28636 …} } 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 {#28816
-form: Form {#28743 …}
-errors: []
} |
| form | FormView {#28815 …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 @1609310808 {#28775 date: 2020-12-30 07:46:48.082644 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 {#28666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#28665 …} } 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 @1609310808 {#28775 date: 2020-12-30 07:46:48.082644 Europe/Berlin (+01:00) } |
| disabled | false |
| errors | FormErrorIterator {#28820
-form: Form {#28746 …}
-errors: []
} |
| form | FormView {#28819 …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 {#27762
-id: 1
-startTime: DateTime @25200 {#27759
date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @32400 {#27760
date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00)
}
} |
| View Format |
"1"
|
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 {#27793 class: "AppBundle\Form\Customer\ContactRequestType" this: ContactRequestType {#27776 …} 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 {#27793 class: "AppBundle\Form\Customer\ContactRequestType" this: ContactRequestType {#27776 …} parameters: { $range: {} } file: "/var/www/wygodnie/core/src/AppBundle/Form/Customer/ContactRequestType.php" line: "49 to 52" } |
| choice_loader | DoctrineChoiceLoader {#28727
-manager: EntityManager_9a5be93 {#12018 …2}
-class: "AppBundle\Entity\Customer\ContactRequestTime"
-idReader: IdReader {#28729
-om: EntityManager_9a5be93 {#12018 …2}
-classMetadata: ClassMetadata {#27678 …}
-singleId: true
-intId: true
-idField: "id"
-associationIdReader: null
}
-objectLoader: ORMQueryBuilderLoader {#28726 …}
-choiceList: ArrayChoiceList {#28863 …}
} |
| choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
| choice_translation_domain | false |
| choice_value | [
IdReader {#28729
-om: EntityManager_9a5be93 {#12018 …2}
-classMetadata: ClassMetadata {#27678 …}
-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 {#28729
-om: EntityManager_9a5be93 {#12018 …2}
-classMetadata: ClassMetadata {#27678 …}
-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 {#28718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#14209 …} use: { $translator: DataCollectorTranslator {#12041 …} $translationDomain: "validators" $message: Closure {#28717 …} } 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 {#28864 +label: "08:00-10:00" +value: "1" +data: ContactRequestTime {#27762 -id: 1 -startTime: DateTime @25200 {#27759 date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00) } -endTime: DateTime @32400 {#27760 date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00) } } +attr: [] } 2 => ChoiceView {#28865 +label: "10:00-12:00" +value: "2" +data: ContactRequestTime {#27768 …} +attr: [] } 3 => ChoiceView {#28866 +label: "12:00-16:00" +value: "3" +data: ContactRequestTime {#27771 …} +attr: [] } 4 => ChoiceView {#28867 +label: "16:00-18:00" +value: "4" +data: ContactRequestTime {#27774 …} +attr: [] } ] |
| compound | false |
| data | ContactRequestTime {#27762
-id: 1
-startTime: DateTime @25200 {#27759
date: 1970-01-01 08:00:00.0 Europe/Berlin (+01:00)
}
-endTime: DateTime @32400 {#27760
date: 1970-01-01 10:00:00.0 Europe/Berlin (+01:00)
}
} |
| disabled | false |
| errors | FormErrorIterator {#28824
-form: Form {#28749 …}
-errors: []
} |
| expanded | false |
| form | FormView {#28823 …5} |
| full_name | "appbundle_customer_contactrequest[contactRequestTime]" |
| id | "appbundle_customer_contactrequest_contactRequestTime" |
| is_selected | Closure {#28869 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: ChoiceType {#28675 …} 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 | "1" |