Forms
-
payment_option
-
paymentOption
-
1
-
2
-
3
-
-
shippingOption
-
1
-
2
-
-
continue
-
_token
-
-
cart_coupon
-
code
-
add
-
_token
-
-
cookie
-
cookies
-
submit
-
_token
-
payment_option
"App\Form\PaymentOptionType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Cart {#3031 -id: null -cartItems: Doctrine\Common\Collections\ArrayCollection {#3032 …} -user: null -paymentOption: null -shippingOption: null -shippingNotice: null -deliveryAddressId: null -billingAddressId: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Cart {#3031 -id: null -cartItems: Doctrine\Common\Collections\ArrayCollection {#3032 …} -user: null -paymentOption: null -shippingOption: null -shippingNotice: null -deliveryAddressId: null -billingAddressId: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data | App\Entity\Cart {#3031 -id: null -cartItems: Doctrine\Common\Collections\ArrayCollection {#3032 …} -user: null -paymentOption: null -shippingOption: null -shippingNotice: null -deliveryAddressId: null -billingAddressId: null } |
| data_class | "App\Entity\Cart" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3084 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Cart" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3112 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "payment_option" "_payment_option" ] |
| cache_key | "_payment_option_payment_option" |
| compound | true |
| data | App\Entity\Cart {#3031 -id: null -cartItems: Doctrine\Common\Collections\ArrayCollection {#3032 …} -user: null -paymentOption: null -shippingOption: null -shippingNotice: null -deliveryAddressId: null -billingAddressId: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3413 -errors: [] -form: Symfony\Component\Form\Form {#3281 …} } |
| form | Symfony\Component\Form\FormView {#3344 …5} |
| full_name | "payment_option" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "payment_option" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_option" |
| valid | true |
| value | App\Entity\Cart {#3031 -id: null -cartItems: Doctrine\Common\Collections\ArrayCollection {#3032 …} -user: null -paymentOption: null -shippingOption: null -shippingNotice: null -deliveryAddressId: null -billingAddressId: null } |
paymentOption
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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" => "d-none" ] |
[ "class" => "d-none" ] |
| class | "App\Entity\PaymentOption" |
same as passed value |
| expanded | true |
same as passed value |
| label_attr | [ "class" => "d-none" ] |
[ "class" => "d-none" ] |
| multiple | false |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#3175 class: "App\Form\PaymentOptionType" this: App\Form\PaymentOptionType {#3073 …} } |
Doctrine\ORM\QueryBuilder {#3165 -em: ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3215 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3221 #from: "App\Entity\PaymentOption" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3217 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\PaymentOption p WHERE p.active = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#3214 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "d-none" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#3122 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#3152 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3190 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3219 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3194 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3218 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3197 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3196 …} } |
| choices | null |
| class | "App\Entity\PaymentOption" |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3193 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3145 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "d-none" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#3165 -em: ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3215 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3221 #from: "App\Entity\PaymentOption" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3217 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\PaymentOption p WHERE p.active = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#3214 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3146 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3148 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "d-none" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_payment_option_paymentOption" ] |
| cache_key | "_payment_option_paymentOption_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3248 +data: App\Entity\PaymentOption {#3273 …} +value: "1" +label: "U poslovnici prilikom preuzimanja" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +data: App\Entity\PaymentOption {#3237 …} +value: "2" +label: "Gotovina prilikom dostave" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +data: App\Entity\PaymentOption {#3232 …} +value: "3" +label: "Opća uplatnica / transakcijsko plaćanje" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3423 -errors: [] -form: Symfony\Component\Form\Form {#3245 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3425 …5} |
| full_name | "payment_option[paymentOption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option_paymentOption" |
| is_selected | Closure($choice, $value) {#3422 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [ "class" => "d-none" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "paymentOption" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_option_paymentOption" |
| valid | true |
| value | "" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "U poslovnici prilikom preuzimanja" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3331 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3338 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "U poslovnici prilikom preuzimanja" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#3339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3340 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_payment_option_paymentOption_entry" ] |
| cache_key | "_payment_option_paymentOption_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3396 -errors: [] -form: Symfony\Component\Form\Form {#3278 …} } |
| form | Symfony\Component\Form\FormView {#3419 …5} |
| full_name | "payment_option[paymentOption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option_paymentOption_1" |
| label | "U poslovnici prilikom preuzimanja" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_payment_option_paymentOption_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Gotovina prilikom dostave" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3331 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3338 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Gotovina prilikom dostave" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#3300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3299 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "2" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_payment_option_paymentOption_entry" ] |
| cache_key | "_payment_option_paymentOption_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3391 -errors: [] -form: Symfony\Component\Form\Form {#3240 …} } |
| form | Symfony\Component\Form\FormView {#3406 …5} |
| full_name | "payment_option[paymentOption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option_paymentOption_2" |
| label | "Gotovina prilikom dostave" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_payment_option_paymentOption_entry" |
| valid | true |
| value | "2" |
3
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Opća uplatnica / transakcijsko plaćanje" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3331 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3338 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Opća uplatnica / transakcijsko plaćanje" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#3290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3291 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "3" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_payment_option_paymentOption_entry" ] |
| cache_key | "_payment_option_paymentOption_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3408 -errors: [] -form: Symfony\Component\Form\Form {#3325 …} } |
| form | Symfony\Component\Form\FormView {#3409 …5} |
| full_name | "payment_option[paymentOption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option_paymentOption_3" |
| label | "Opća uplatnica / transakcijsko plaćanje" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_payment_option_paymentOption_entry" |
| valid | true |
| value | "3" |
shippingOption
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 |
|---|---|---|
| class | "App\Entity\ShippingOption" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | false |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#3183 class: "App\Form\PaymentOptionType" this: App\Form\PaymentOptionType {#3073 …} } |
Doctrine\ORM\QueryBuilder {#3220 -em: ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3230 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3228 #from: "App\Entity\ShippingOption" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3254 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ShippingOption p WHERE p.active = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#3208 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#3122 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#3152 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3284 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3203 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3205 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3218 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3264 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3204 …} } |
| choices | null |
| class | "App\Entity\ShippingOption" |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3154 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3200 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#3220 -em: ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3230 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3228 #from: "App\Entity\ShippingOption" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3254 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ShippingOption p WHERE p.active = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#3208 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3157 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_payment_option_shippingOption" ] |
| cache_key | "_payment_option_shippingOption_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3153 +data: App\Entity\ShippingOption {#3180 …} +value: "1" +label: "Osobno preuzimanje" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +data: App\Entity\ShippingOption {#3283 …} +value: "2" +label: "Dostavnom službom" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3420 -errors: [] -form: Symfony\Component\Form\Form {#3347 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3421 …5} |
| full_name | "payment_option[shippingOption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option_shippingOption" |
| is_selected | Closure($choice, $value) {#3411 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "shippingOption" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_option_shippingOption" |
| valid | true |
| value | "" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Osobno preuzimanje" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3331 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3338 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Osobno preuzimanje" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#3320 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3321 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_payment_option_shippingOption_entry" ] |
| cache_key | "_payment_option_shippingOption_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3416 -errors: [] -form: Symfony\Component\Form\Form {#3350 …} } |
| form | Symfony\Component\Form\FormView {#3418 …5} |
| full_name | "payment_option[shippingOption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option_shippingOption_1" |
| label | "Osobno preuzimanje" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_payment_option_shippingOption_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Dostavnom službom" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3331 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3338 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Dostavnom službom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#3310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3311 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "2" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_payment_option_shippingOption_entry" ] |
| cache_key | "_payment_option_shippingOption_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3415 -errors: [] -form: Symfony\Component\Form\Form {#3353 …} } |
| form | Symfony\Component\Form\FormView {#3427 …5} |
| full_name | "payment_option[shippingOption]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option_shippingOption_2" |
| label | "Dostavnom službom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_payment_option_shippingOption_entry" |
| valid | true |
| value | "2" |
continue
Errors
This form has no errors.
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" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "cart.completePurchase" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "cart.completePurchase" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_payment_option_continue" ] |
| cache_key | "_payment_option_continue_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3410 …5} |
| full_name | "payment_option[continue]" |
| id | "payment_option_continue" |
| label | "cart.completePurchase" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "continue" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_payment_option_continue" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "6c98866374064.LPdA20Cjly5Jr0grh729gur7j6WwxoK9gTKX3BWQHR4.T6IovRjT9UZ_5Rh4zOft25udv87nosmL6nr5uUfmdi94sBWtMvamXi_LHQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "6c98866374064.LPdA20Cjly5Jr0grh729gur7j6WwxoK9gTKX3BWQHR4.T6IovRjT9UZ_5Rh4zOft25udv87nosmL6nr5uUfmdi94sBWtMvamXi_LHQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data | "6c98866374064.LPdA20Cjly5Jr0grh729gur7j6WwxoK9gTKX3BWQHR4.T6IovRjT9UZ_5Rh4zOft25udv87nosmL6nr5uUfmdi94sBWtMvamXi_LHQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3429 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3428 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_payment_option__token" ] |
| cache_key | "_payment_option__token_hidden" |
| compound | false |
| data | "6c98866374064.LPdA20Cjly5Jr0grh729gur7j6WwxoK9gTKX3BWQHR4.T6IovRjT9UZ_5Rh4zOft25udv87nosmL6nr5uUfmdi94sBWtMvamXi_LHQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3442 -errors: [] -form: Symfony\Component\Form\Form {#3438 …} } |
| form | Symfony\Component\Form\FormView {#3433 …5} |
| full_name | "payment_option[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_option__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_option__token" |
| valid | true |
| value | "6c98866374064.LPdA20Cjly5Jr0grh729gur7j6WwxoK9gTKX3BWQHR4.T6IovRjT9UZ_5Rh4zOft25udv87nosmL6nr5uUfmdi94sBWtMvamXi_LHQ" |
cart_coupon
"App\Form\CartCouponType"
Errors
This form has no errors.
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3231 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3301 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3289 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "cart_coupon" "_cart_coupon" ] |
| cache_key | "_cart_coupon_cart_coupon" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3444 -errors: [] -form: Symfony\Component\Form\Form {#3397 …} } |
| form | Symfony\Component\Form\FormView {#3445 …5} |
| full_name | "cart_coupon" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cart_coupon" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cart_coupon" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cart_coupon" |
| valid | true |
| value | null |
code
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" "placeholder" => "cart.enterCode" ] |
[ "class" => "form-control" "placeholder" => "cart.enterCode" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "cart.enterCode" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3376 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3359 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3378 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "cart.enterCode" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_cart_coupon_code" ] |
| cache_key | "_cart_coupon_code_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3449 -errors: [] -form: Symfony\Component\Form\Form {#3400 …} } |
| form | Symfony\Component\Form\FormView {#3448 …5} |
| full_name | "cart_coupon[code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cart_coupon_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "code" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cart_coupon_code" |
| valid | true |
| value | "" |
add
Errors
This form has no errors.
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" => "btn btn-primary text-center" ] |
[ "class" => "btn btn-primary text-center" ] |
| label | "form.add" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary text-center" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form.add" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary text-center" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_cart_coupon_add" ] |
| cache_key | "_cart_coupon_add_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3451 …5} |
| full_name | "cart_coupon[add]" |
| id | "cart_coupon_add" |
| label | "form.add" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "add" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_cart_coupon_add" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f91607afd1141aee758fae2d2.eNKCS0Gk8_79ZBVT6XYhtjNT46qqUcjp3eZRfrxaKdQ.AZGxPXXXgKGZPFIEoQ526QYBkuflF_-our4EEvZ3UKMCv-4Td4mat40KVA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "f91607afd1141aee758fae2d2.eNKCS0Gk8_79ZBVT6XYhtjNT46qqUcjp3eZRfrxaKdQ.AZGxPXXXgKGZPFIEoQ526QYBkuflF_-our4EEvZ3UKMCv-4Td4mat40KVA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data | "f91607afd1141aee758fae2d2.eNKCS0Gk8_79ZBVT6XYhtjNT46qqUcjp3eZRfrxaKdQ.AZGxPXXXgKGZPFIEoQ526QYBkuflF_-our4EEvZ3UKMCv-4Td4mat40KVA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3446 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#3450 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_cart_coupon__token" ] |
| cache_key | "_cart_coupon__token_hidden" |
| compound | false |
| data | "f91607afd1141aee758fae2d2.eNKCS0Gk8_79ZBVT6XYhtjNT46qqUcjp3eZRfrxaKdQ.AZGxPXXXgKGZPFIEoQ526QYBkuflF_-our4EEvZ3UKMCv-4Td4mat40KVA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3462 -errors: [] -form: Symfony\Component\Form\Form {#3458 …} } |
| form | Symfony\Component\Form\FormView {#3453 …5} |
| full_name | "cart_coupon[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cart_coupon__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cart_coupon__token" |
| valid | true |
| value | "f91607afd1141aee758fae2d2.eNKCS0Gk8_79ZBVT6XYhtjNT46qqUcjp3eZRfrxaKdQ.AZGxPXXXgKGZPFIEoQ526QYBkuflF_-our4EEvZ3UKMCv-4Td4mat40KVA" |
cookie
"App\Form\CookieType"
Errors
This form has no errors.
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#11894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#11892 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#11893 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "cookie" "_cookie" ] |
| cache_key | "_cookie_cookie" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11865 -errors: [] -form: Symfony\Component\Form\Form {#11859 …} } |
| form | Symfony\Component\Form\FormView {#11890 …5} |
| full_name | "cookie" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cookie" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cookie" |
| valid | true |
| value | null |
cookies
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 |
|---|---|---|
| choice_attr | Closure(Cookie $cookie) {#11850 class: "App\Form\CookieType" this: App\Form\CookieType {#11899 …} } |
same as passed value |
| class | "App\Entity\Cookie" |
same as passed value |
| expanded | true |
same as passed value |
| label | "gdpr-cookies.settings" |
same as passed value |
| multiple | true |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure(Cookie $cookie) {#11850 class: "App\Form\CookieType" this: App\Form\CookieType {#11899 …} } |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#3122 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#3152 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#11834 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#11854 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#11840 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3218 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#11833 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#11838 …} } |
| choices | null |
| class | "App\Entity\Cookie" |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#11845 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerAyLp2IS\EntityManagerGhost614a58f {#1558 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#11857 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "gdpr-cookies.settings" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#11853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#11852 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_cookie_cookies" ] |
| cache_key | "_cookie_cookies_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | true |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#11887 -errors: [] -form: Symfony\Component\Form\Form {#11871 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#11886 …5} |
| full_name | "cookie[cookies]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_cookies" |
| is_selected | Closure($choice, array $values) {#11888 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "gdpr-cookies.settings" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "cookies" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cookie_cookies" |
| valid | true |
| value | [] |
submit
Errors
This form has no errors.
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" => "btn-cookies btn-cookies-danger rounded-0" ] |
[ "class" => "btn-cookies btn-cookies-danger rounded-0" ] |
| label | "Prihvaćam odabrano" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-cookies btn-cookies-danger rounded-0" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Prihvaćam odabrano" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-cookies btn-cookies-danger rounded-0" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_cookie_submit" ] |
| cache_key | "_cookie_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#11891 …5} |
| full_name | "cookie[submit]" |
| id | "cookie_submit" |
| label | "Prihvaćam odabrano" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_cookie_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "19ee32abb8dcef1a0c7404c58aec.OxTYINhhoPbt5EgIwwLISqMpPoFpbXWl_hTr6RWs-G8.S12IdrMt_5yItmVP8m2mPdRxfdkfWyScyX-nnE-UtgYLIrkYvTjRo5-efA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "19ee32abb8dcef1a0c7404c58aec.OxTYINhhoPbt5EgIwwLISqMpPoFpbXWl_hTr6RWs-G8.S12IdrMt_5yItmVP8m2mPdRxfdkfWyScyX-nnE-UtgYLIrkYvTjRo5-efA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2858 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2860 …} -namespace: Closure() {#2851 …} } |
| data | "19ee32abb8dcef1a0c7404c58aec.OxTYINhhoPbt5EgIwwLISqMpPoFpbXWl_hTr6RWs-G8.S12IdrMt_5yItmVP8m2mPdRxfdkfWyScyX-nnE-UtgYLIrkYvTjRo5-efA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#11831 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#11903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#522 …} $message: Closure() {#11901 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_cookie__token" ] |
| cache_key | "_cookie__token_hidden" |
| compound | false |
| data | "19ee32abb8dcef1a0c7404c58aec.OxTYINhhoPbt5EgIwwLISqMpPoFpbXWl_hTr6RWs-G8.S12IdrMt_5yItmVP8m2mPdRxfdkfWyScyX-nnE-UtgYLIrkYvTjRo5-efA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11913 -errors: [] -form: Symfony\Component\Form\Form {#11909 …} } |
| form | Symfony\Component\Form\FormView {#11904 …5} |
| full_name | "cookie[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cookie__token" |
| valid | true |
| value | "19ee32abb8dcef1a0c7404c58aec.OxTYINhhoPbt5EgIwwLISqMpPoFpbXWl_hTr6RWs-G8.S12IdrMt_5yItmVP8m2mPdRxfdkfWyScyX-nnE-UtgYLIrkYvTjRo5-efA" |