Forms
-
organizer_registration
-
name
-
type
-
firstname
-
lastname
-
username
-
register
-
_token
-
organizer_registration
Form type:
"App\Form\Security\OrganizerRegistrationType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Form\Security\OrganizerRegistrationTypeData {#347 #em: ContainerQxwN6SK\EntityManagerGhostEbeb667 {#323 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#387 …} #errors: null #name: null #type: null #firstname: null #lastname: null #email: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Form\Security\OrganizerRegistrationTypeData {#347 #em: ContainerQxwN6SK\EntityManagerGhostEbeb667 {#323 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#387 …} #errors: null #name: null #type: null #firstname: null #lastname: null #email: 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 {#577 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#578 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#579 …} -namespace: Closure() {#570 …} } |
| data | App\Form\Security\OrganizerRegistrationTypeData {#347 #em: ContainerQxwN6SK\EntityManagerGhostEbeb667 {#323 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#387 …} #errors: null #name: null #type: null #firstname: null #lastname: null #email: null } |
| data_class | "App\Form\Security\OrganizerRegistrationTypeData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#565 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Form\Security\OrganizerRegistrationTypeData" } } |
| 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() {#785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $message: Closure() {#559 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "organizer_registration" "_organizer_registration" ] |
| cache_key | "_organizer_registration_organizer_registration" |
| compound | true |
| data | App\Form\Security\OrganizerRegistrationTypeData {#347 #em: ContainerQxwN6SK\EntityManagerGhostEbeb667 {#323 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#387 …} #errors: null #name: null #type: null #firstname: null #lastname: null #email: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#991 -form: Symfony\Component\Form\Form {#850 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#558 …5} |
| full_name | "organizer_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "organizer_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "organizer_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_organizer_registration" |
| valid | true |
| value | App\Form\Security\OrganizerRegistrationTypeData {#347 #em: ContainerQxwN6SK\EntityManagerGhostEbeb667 {#323 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#387 …} #errors: null #name: null #type: null #firstname: null #lastname: null #email: null } |
name
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 |
|---|---|---|
| attr | [ "class" => "form-control input-field" ] |
[ "class" => "form-control input-field" ] |
| label | "company.name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-field" ] |
| 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 {#577 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#578 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#579 …} -namespace: Closure() {#570 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#924 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 | "company.name" |
| 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() {#1001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $message: Closure() {#980 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_organizer_registration_name" ] |
| cache_key | "_organizer_registration_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#891 -form: Symfony\Component\Form\Form {#905 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#889 …5} |
| full_name | "organizer_registration[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "organizer_registration_name" |
| label | "company.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_organizer_registration_name" |
| valid | true |
| value | "" |
type
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 input-field" ] |
[ "class" => "form-control input-field" ] |
| choices | [ "Golfplatzbetreiber" => 2 "Tauchplatzbetreiber" => 3 "Tennisplatzbetreiber" => 4 "Yachthafen/ Marina" => 5 "Sonstige Verkaufsstelle" => 1 ] |
[ "Golfplatzbetreiber" => 2 "Tauchplatzbetreiber" => 3 "Tennisplatzbetreiber" => 4 "Yachthafen/ Marina" => 5 "Sonstige Verkaufsstelle" => 1 ] |
| label | "organizer.type" |
same as passed value |
| placeholder | "choose" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Golfplatzbetreiber" => 2 "Tauchplatzbetreiber" => 3 "Tennisplatzbetreiber" => 4 "Yachthafen/ Marina" => 5 "Sonstige Verkaufsstelle" => 1 ] |
| 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 {#577 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#578 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#579 …} -namespace: Closure() {#570 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| 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 | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organizer.type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "choose" |
| 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 |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1025 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $message: Closure() {#941 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_organizer_registration_type" ] |
| cache_key | "_organizer_registration_type_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#894 +label: "Golfplatzbetreiber" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#974 +label: "Tauchplatzbetreiber" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#987 +label: "Tennisplatzbetreiber" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#930 +label: "Yachthafen/ Marina" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#954 +label: "Sonstige Verkaufsstelle" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#892 -form: Symfony\Component\Form\Form {#902 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#893 …5} |
| full_name | "organizer_registration[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "organizer_registration_type" |
| is_selected | Closure($choice, $value) {#867 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "organizer.type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | "choose" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_organizer_registration_type" |
| valid | true |
| value | "" |
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 |
|---|---|---|
| attr | [ "class" => "form-control input-field" ] |
[ "class" => "form-control input-field" ] |
| label | "firstname" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-field" ] |
| 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 {#577 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#578 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#579 …} -namespace: Closure() {#570 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#986 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() {#1037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $message: Closure() {#1035 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_organizer_registration_firstname" ] |
| cache_key | "_organizer_registration_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#896 -form: Symfony\Component\Form\Form {#899 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#793 …5} |
| full_name | "organizer_registration[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "organizer_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 | "_organizer_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 |
|---|---|---|
| attr | [ "class" => "form-control input-field" ] |
[ "class" => "form-control input-field" ] |
| label | "lastname" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-field" ] |
| 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 {#577 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#578 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#579 …} -namespace: Closure() {#570 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#936 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() {#933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $message: Closure() {#934 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_organizer_registration_lastname" ] |
| cache_key | "_organizer_registration_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#869 -form: Symfony\Component\Form\Form {#908 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#882 …5} |
| full_name | "organizer_registration[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "organizer_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 | "_organizer_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 |
|---|---|---|
| attr | [ "class" => "form-control input-field" ] |
[ "class" => "form-control input-field" ] |
| constraints | [ App\Validator\UsernameUnique {#1038 +payload: null +groups: ? +message: "" } App\Validator\UsernameBlacklisted {#984 +payload: null +groups: ? +message: "" } ] |
[ App\Validator\UsernameUnique {#1038 +payload: null +groups: ? +message: "" } App\Validator\UsernameBlacklisted {#984 +payload: null +groups: ? +message: "" } ] |
| label | "username.label" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\UsernameUnique {#1038 +payload: null +groups: ? +message: "" } App\Validator\UsernameBlacklisted {#984 +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 {#577 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#578 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#579 …} -namespace: Closure() {#570 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#966 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() {#955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $message: Closure() {#1022 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_organizer_registration_username" ] |
| cache_key | "_organizer_registration_username_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#868 -form: Symfony\Component\Form\Form {#911 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#961 …5} |
| full_name | "organizer_registration[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "organizer_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 | "_organizer_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" "_organizer_registration_register" ] |
| cache_key | "_organizer_registration_register_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#886 …5} |
| full_name | "organizer_registration[register]" |
| id | "organizer_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 | "_organizer_registration_register" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "deae82bfabb9be3a9b09ff767f5.Wt_mAQiTGg2M35y1V7Or8HHQFtgFpZ0S3KVKrho5mTE.d4ewblDbXjv9iduEA9uYoCuWbr5Pzu1WkYh9ykhQ1HIzp9FDUfZdRsisyQ" |
| 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 | "deae82bfabb9be3a9b09ff767f5.Wt_mAQiTGg2M35y1V7Or8HHQFtgFpZ0S3KVKrho5mTE.d4ewblDbXjv9iduEA9uYoCuWbr5Pzu1WkYh9ykhQ1HIzp9FDUfZdRsisyQ" |
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 {#577 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#578 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#579 …} -namespace: Closure() {#570 …} } |
| data | "deae82bfabb9be3a9b09ff767f5.Wt_mAQiTGg2M35y1V7Or8HHQFtgFpZ0S3KVKrho5mTE.d4ewblDbXjv9iduEA9uYoCuWbr5Pzu1WkYh9ykhQ1HIzp9FDUfZdRsisyQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#881 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() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $message: Closure() {#883 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_organizer_registration__token" ] |
| cache_key | "_organizer_registration__token_hidden" |
| compound | false |
| data | "deae82bfabb9be3a9b09ff767f5.Wt_mAQiTGg2M35y1V7Or8HHQFtgFpZ0S3KVKrho5mTE.d4ewblDbXjv9iduEA9uYoCuWbr5Pzu1WkYh9ykhQ1HIzp9FDUfZdRsisyQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#798 -form: Symfony\Component\Form\Form {#795 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#878 …5} |
| full_name | "organizer_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "organizer_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 | "_organizer_registration__token" |
| valid | true |
| value | "deae82bfabb9be3a9b09ff767f5.Wt_mAQiTGg2M35y1V7Or8HHQFtgFpZ0S3KVKrho5mTE.d4ewblDbXjv9iduEA9uYoCuWbr5Pzu1WkYh9ykhQ1HIzp9FDUfZdRsisyQ" |