Forms
-
visitor_registration
-
firstname
-
lastname
-
username
-
register
-
email_address
-
_validation
-
_token
-
visitor_registration
Form type:
"App\Form\Security\VisitorRegistrationType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#234 -id: null -username: ? string -firstname: ? string -lastname: ? string -roles: [] -password: ? string -tempPassword: ? mixed -passwordToken: ? mixed -activationToken: ? ?string -createdAt: ? DateTimeImmutable -modifiedAt: ? DateTimeImmutable -lastAccessAt: null -status: ? App\Entity\Status } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| antispam_profile | "visitor_registration" |
Omines\AntiSpamBundle\Profile {#539 -constraints: [] -name: "visitor_registration" -config: [ "passive" => true "honeypot" => [ "field" => "email_address" "attributes" => [ "style" => "display:none" ] ] "timer" => [ "min" => 3 "max" => 1800 "field" => "_validation" ] "stealth" => true ] -formEventSubscriber: Omines\AntiSpamBundle\EventSubscriber\FormProfileSubscriber {#765 …} } |
| data | App\Entity\User {#234 -id: null -username: ? string -firstname: ? string -lastname: ? string -roles: [] -password: ? string -tempPassword: ? mixed -passwordToken: ? mixed -activationToken: ? ?string -createdAt: ? DateTimeImmutable -modifiedAt: ? DateTimeImmutable -lastAccessAt: null -status: ? App\Entity\Status } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | Omines\AntiSpamBundle\Profile {#539 -constraints: [] -name: "visitor_registration" -config: [ "passive" => true "honeypot" => [ "field" => "email_address" "attributes" => [ "style" => "display:none" ] ] "timer" => [ "min" => 3 "max" => 1800 "field" => "_validation" ] "stealth" => true ] -formEventSubscriber: Omines\AntiSpamBundle\EventSubscriber\FormProfileSubscriber {#765 …} } |
| 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 {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
| data | App\Entity\User {#234 -id: null -username: ? string -firstname: ? string -lastname: ? string -roles: [] -password: ? string -tempPassword: ? mixed -passwordToken: ? mixed -activationToken: ? ?string -createdAt: ? DateTimeImmutable -modifiedAt: ? DateTimeImmutable -lastAccessAt: null -status: ? App\Entity\Status } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#759 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } } |
| 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() {#540 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#752 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "visitor_registration" "_visitor_registration" ] |
| cache_key | "_visitor_registration_visitor_registration" |
| compound | true |
| data | App\Entity\User {#234 -id: null -username: ? string -firstname: ? string -lastname: ? string -roles: [] -password: ? string -tempPassword: ? mixed -passwordToken: ? mixed -activationToken: ? ?string -createdAt: ? DateTimeImmutable -modifiedAt: ? DateTimeImmutable -lastAccessAt: null -status: ? App\Entity\Status } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#778 -form: Symfony\Component\Form\Form {#808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#760 …5} |
| full_name | "visitor_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "visitor_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_registration" |
| valid | true |
| value | App\Entity\User {#234 -id: null -username: ? string -firstname: ? string -lastname: ? string -roles: [] -password: ? string -tempPassword: ? mixed -passwordToken: ? mixed -activationToken: ? ?string -createdAt: ? DateTimeImmutable -modifiedAt: ? DateTimeImmutable -lastAccessAt: null -status: ? App\Entity\Status } |
firstname
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [ "class" => "form-control input-field" ] |
[ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#795 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "firstname" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#794 …} $translationDomain: "validators" } } |
Closure() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#794 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#795 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 | "firstname" |
| 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() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#794 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_visitor_registration_firstname" ] |
| cache_key | "_visitor_registration_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#871 -form: Symfony\Component\Form\Form {#842 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#899 …5} |
| full_name | "visitor_registration[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_registration_firstname" |
| label | "firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_registration_firstname" |
| valid | true |
| value | "" |
lastname
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [ "class" => "form-control input-field" ] |
[ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#782 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "lastname" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#781 …} $translationDomain: "validators" } } |
Closure() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#781 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#782 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 | "lastname" |
| 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() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#781 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_visitor_registration_lastname" ] |
| cache_key | "_visitor_registration_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#790 -form: Symfony\Component\Form\Form {#828 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#784 …5} |
| full_name | "visitor_registration[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_registration_lastname" |
| label | "lastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_registration_lastname" |
| valid | true |
| value | "" |
username
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [ "class" => "form-control input-field" ] |
[ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ App\Validator\UsernameUnique {#834 +payload: null +groups: ? +message: "" } ] |
[ App\Validator\UsernameUnique {#834 +payload: null +groups: ? +message: "" } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "Please enter a valid email address." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "username.label" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#773 …} $translationDomain: "validators" } } |
Closure() {#823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#773 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\UsernameUnique {#834 +payload: null +groups: ? +message: "" } ] |
| 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 {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#755 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "username.label" |
| 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() {#823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#773 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_visitor_registration_username" ] |
| cache_key | "_visitor_registration_username_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#792 -form: Symfony\Component\Form\Form {#818 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#788 …5} |
| full_name | "visitor_registration[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_registration_username" |
| label | "username.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_registration_username" |
| valid | true |
| value | "" |
register
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" => "col-sm-12 mt-2 btn btn-success" ] |
[ "class" => "col-sm-12 mt-2 btn btn-success" ] |
| label | "register" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "col-sm-12 mt-2 btn btn-success" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "register" |
| 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" => "col-sm-12 mt-2 btn btn-success" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_visitor_registration_register" ] |
| cache_key | "_visitor_registration_register_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#532 …5} |
| full_name | "visitor_registration[register]" |
| id | "visitor_registration_register" |
| label | "register" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "register" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_visitor_registration_register" |
| value | null |
email_address
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "style" => "display:none" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "antispam_honeypot" "_visitor_registration_email_address" ] |
| cache_key | "_visitor_registration_email_address_antispam_honeypot" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#796 -form: Symfony\Component\Form\Form {#855 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#806 …5} |
| full_name | "visitor_registration[email_address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_registration_email_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_registration_email_address" |
| valid | true |
| value | "" |
_validation
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "antispam_submit_timer" "_visitor_registration__validation" ] |
| cache_key | "_visitor_registration__validation_antispam_submit_timer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#798 -form: Symfony\Component\Form\Form {#896 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#799 …5} |
| full_name | "visitor_registration[_validation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_registration__validation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_validation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_registration__validation" |
| valid | true |
| value | "MjE2LjczLjIxNy4zMHwxNzgzMDAwNDY0LjkwNXxkMWI4YTU1YTg5NGRmYzRiMzI3MjZkOTFkNzQxNjZkMTNkMDk5YzNmY2E3NGNhZGExMThmOGMwMmUxM2Q3OGFi" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "6ea03ed80.SOkovJ5c3hSIOAwq2H6nIA0_yFMZm_l2eIXx3qesrjc.H6B8ifA7tHXfTE8avzeTf25auBxc3MAzAOaYh-Wcg3EjiHDK2Q6_S7lhTQ" |
| 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 | "6ea03ed80.SOkovJ5c3hSIOAwq2H6nIA0_yFMZm_l2eIXx3qesrjc.H6B8ifA7tHXfTE8avzeTf25auBxc3MAzAOaYh-Wcg3EjiHDK2Q6_S7lhTQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| 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 {#559 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#561 …} -namespace: Closure() {#552 …} } |
| data | "6ea03ed80.SOkovJ5c3hSIOAwq2H6nIA0_yFMZm_l2eIXx3qesrjc.H6B8ifA7tHXfTE8avzeTf25auBxc3MAzAOaYh-Wcg3EjiHDK2Q6_S7lhTQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#779 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() {#903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#776 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_visitor_registration__token" ] |
| cache_key | "_visitor_registration__token_hidden" |
| compound | false |
| data | "6ea03ed80.SOkovJ5c3hSIOAwq2H6nIA0_yFMZm_l2eIXx3qesrjc.H6B8ifA7tHXfTE8avzeTf25auBxc3MAzAOaYh-Wcg3EjiHDK2Q6_S7lhTQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#915 -form: Symfony\Component\Form\Form {#911 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#905 …5} |
| full_name | "visitor_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_registration__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 | "_visitor_registration__token" |
| valid | true |
| value | "6ea03ed80.SOkovJ5c3hSIOAwq2H6nIA0_yFMZm_l2eIXx3qesrjc.H6B8ifA7tHXfTE8avzeTf25auBxc3MAzAOaYh-Wcg3EjiHDK2Q6_S7lhTQ" |