Forms
-
tenant_setup
-
code
-
subdomain
-
subdomain_display
-
setup_token
-
save
-
_token
-
tenant_setup
Form type:
"App\Form\TenantSetupType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Dto\TenantSetupDTO {#911 +code: "arkanoa-media" +subdomain: "arkanoa-media" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Dto\TenantSetupDTO {#911 +code: "arkanoa-media" +subdomain: "arkanoa-media" } |
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 {#128 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#129 …} -namespace: Closure() {#126 …} } |
| data | App\Dto\TenantSetupDTO {#911 +code: "arkanoa-media" +subdomain: "arkanoa-media" } |
| data_class | "App\Dto\TenantSetupDTO" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#986 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Dto\TenantSetupDTO" } } |
| 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() {#936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#510 …} $message: Closure() {#974 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "tenant_setup" "_tenant_setup" ] |
| cache_key | "_tenant_setup_tenant_setup" |
| compound | true |
| data | App\Dto\TenantSetupDTO {#911 +code: "arkanoa-media" +subdomain: "arkanoa-media" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#966 -form: Symfony\Component\Form\Form {#954 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#958 …5} |
| full_name | "tenant_setup" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tenant_setup" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tenant_setup" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tenant_setup" |
| valid | true |
| value | App\Dto\TenantSetupDTO {#911 +code: "arkanoa-media" +subdomain: "arkanoa-media" } |
code
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "arkanoa-media" |
| 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 | 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 {#128 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#129 …} -namespace: Closure() {#126 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#978 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 | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#510 …} $message: Closure() {#971 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_tenant_setup_code" ] |
| cache_key | "_tenant_setup_code_hidden" |
| compound | false |
| data | "arkanoa-media" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#937 -form: Symfony\Component\Form\Form {#882 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#993 …5} |
| full_name | "tenant_setup[code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tenant_setup_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "code" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tenant_setup_code" |
| valid | true |
| value | "arkanoa-media" |
subdomain
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "arkanoa-media" |
| 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 | 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 {#128 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#129 …} -namespace: Closure() {#126 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1007 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 | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#510 …} $message: Closure() {#1001 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_tenant_setup_subdomain" ] |
| cache_key | "_tenant_setup_subdomain_hidden" |
| compound | false |
| data | "arkanoa-media" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#817 -form: Symfony\Component\Form\Form {#883 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#815 …5} |
| full_name | "tenant_setup[subdomain]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tenant_setup_subdomain" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subdomain" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tenant_setup_subdomain" |
| valid | true |
| value | "arkanoa-media" |
subdomain_display
Form type:
"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 |
|---|---|---|
| disabled | true |
same as passed value |
| label | "Sous-domaine détecté" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | 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 {#128 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#129 …} -namespace: Closure() {#126 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#992 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 | "Sous-domaine détecté" |
| 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 | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#510 …} $message: Closure() {#1000 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tenant_setup_subdomain_display" ] |
| cache_key | "_tenant_setup_subdomain_display_text" |
| compound | false |
| data | "arkanoa-media" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#814 -form: Symfony\Component\Form\Form {#896 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#811 …5} |
| full_name | "tenant_setup[subdomain_display]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tenant_setup_subdomain_display" |
| label | "Sous-domaine détecté" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subdomain_display" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tenant_setup_subdomain_display" |
| valid | true |
| value | "arkanoa-media" |
setup_token
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#990 +payload: null +groups: ? +message: "La clé de création est obligatoire." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#990 +payload: null +groups: ? +message: "La clé de création est obligatoire." +allowNull: false +normalizer: null } ] |
| help | "Entrez le token de sécurité pour autoriser la création du site." |
same as passed value |
| label | "Clé de création secrète" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#990 +payload: null +groups: ? +message: "La clé de création est obligatoire." +allowNull: false +normalizer: null } ] |
| 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 {#128 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#129 …} -namespace: Closure() {#126 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1008 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 |
| hash_property_path | null |
| help | "Entrez le token de sécurité pour autoriser la création du site." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Clé de création secrète" |
| 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 | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#510 …} $message: Closure() {#960 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_tenant_setup_setup_token" ] |
| cache_key | "_tenant_setup_setup_token_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#812 -form: Symfony\Component\Form\Form {#1024 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1396 …5} |
| full_name | "tenant_setup[setup_token]" |
| help | "Entrez le token de sécurité pour autoriser la création du site." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tenant_setup_setup_token" |
| label | "Clé de création secrète" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "setup_token" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tenant_setup_setup_token" |
| valid | true |
| value | "" |
save
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 |
|---|---|---|
| label | "Créer et Activer le Site" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Créer et Activer le Site" |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_tenant_setup_save" ] |
| cache_key | "_tenant_setup_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1399 …5} |
| full_name | "tenant_setup[save]" |
| id | "tenant_setup_save" |
| label | "Créer et Activer le Site" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_tenant_setup_save" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "4843e94.BjEwlx61dKUy-VhUTWbgDCjxM3KpQoTTCfaH7aZmYS8.TVsJoWeNA5QCzhwRIiCNVlyaWzjQFsW0MIayofwgBGZ_RXrae-A-kVGqGQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "4843e94.BjEwlx61dKUy-VhUTWbgDCjxM3KpQoTTCfaH7aZmYS8.TVsJoWeNA5QCzhwRIiCNVlyaWzjQFsW0MIayofwgBGZ_RXrae-A-kVGqGQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#128 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#129 …} -namespace: Closure() {#126 …} } |
| data | "4843e94.BjEwlx61dKUy-VhUTWbgDCjxM3KpQoTTCfaH7aZmYS8.TVsJoWeNA5QCzhwRIiCNVlyaWzjQFsW0MIayofwgBGZ_RXrae-A-kVGqGQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1400 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() {#1402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#510 …} $message: Closure() {#1401 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_tenant_setup__token" ] |
| cache_key | "_tenant_setup__token_hidden" |
| compound | false |
| data | "4843e94.BjEwlx61dKUy-VhUTWbgDCjxM3KpQoTTCfaH7aZmYS8.TVsJoWeNA5QCzhwRIiCNVlyaWzjQFsW0MIayofwgBGZ_RXrae-A-kVGqGQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1412 -form: Symfony\Component\Form\Form {#1408 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1403 …5} |
| full_name | "tenant_setup[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tenant_setup__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 | "_tenant_setup__token" |
| valid | true |
| value | "4843e94.BjEwlx61dKUy-VhUTWbgDCjxM3KpQoTTCfaH7aZmYS8.TVsJoWeNA5QCzhwRIiCNVlyaWzjQFsW0MIayofwgBGZ_RXrae-A-kVGqGQ" |