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 {#348 #em: ContainerDMkHfsN\EntityManagerGhostEbeb667 {#324 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#388 …} #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 {#348 #em: ContainerDMkHfsN\EntityManagerGhostEbeb667 {#324 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#388 …} #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 {#567 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#568 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#560 …} } |
| data | App\Form\Security\OrganizerRegistrationTypeData {#348 #em: ContainerDMkHfsN\EntityManagerGhostEbeb667 {#324 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#388 …} #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) {#555 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() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $message: Closure() {#549 …} $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 {#348 #em: ContainerDMkHfsN\EntityManagerGhostEbeb667 {#324 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#388 …} #errors: null #name: null #type: null #firstname: null #lastname: null #email: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#981 -form: Symfony\Component\Form\Form {#840 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#548 …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 {#348 #em: ContainerDMkHfsN\EntityManagerGhostEbeb667 {#324 …} #validator: Symfony\Component\Validator\Validator\TraceableValidator {#388 …} #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 {#567 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#568 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#560 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#914 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() {#991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $message: Closure() {#970 …} $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 {#881 -form: Symfony\Component\Form\Form {#895 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#879 …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 {#567 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#568 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#560 …} } |
| 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() {#1015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $message: Closure() {#931 …} $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 {#884 +label: "Golfplatzbetreiber" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#964 +label: "Tauchplatzbetreiber" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#977 +label: "Tennisplatzbetreiber" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#920 +label: "Yachthafen/ Marina" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#944 +label: "Sonstige Verkaufsstelle" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#882 -form: Symfony\Component\Form\Form {#892 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#883 …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) {#857 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 {#567 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#568 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#560 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#976 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() {#1027 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $message: Closure() {#1025 …} $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 {#886 -form: Symfony\Component\Form\Form {#889 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#783 …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 {#567 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#568 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#560 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#926 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() {#923 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $message: Closure() {#924 …} $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 {#859 -form: Symfony\Component\Form\Form {#898 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#872 …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 {#1028 +payload: null +groups: ? +message: "" } App\Validator\UsernameBlacklisted {#974 +payload: null +groups: ? +message: "" } ] |
[ App\Validator\UsernameUnique {#1028 +payload: null +groups: ? +message: "" } App\Validator\UsernameBlacklisted {#974 +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 {#1028 +payload: null +groups: ? +message: "" } App\Validator\UsernameBlacklisted {#974 +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 {#567 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#568 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#560 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#956 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() {#945 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $message: Closure() {#1012 …} $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 {#858 -form: Symfony\Component\Form\Form {#901 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#951 …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 {#876 …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 | "4b245252c379c4794983e8.NS7d7Jg7mH8QPQJFyONHbyrjmfK0eAAktuUZIk8GuWI.Q0i5u-p-_ihdCnEpmtEjA3mP7YrgSG1r4514dQZW_AFnT7WD_HPdCld7Rw" |
| 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 | "4b245252c379c4794983e8.NS7d7Jg7mH8QPQJFyONHbyrjmfK0eAAktuUZIk8GuWI.Q0i5u-p-_ihdCnEpmtEjA3mP7YrgSG1r4514dQZW_AFnT7WD_HPdCld7Rw" |
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 {#567 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#568 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#560 …} } |
| data | "4b245252c379c4794983e8.NS7d7Jg7mH8QPQJFyONHbyrjmfK0eAAktuUZIk8GuWI.Q0i5u-p-_ihdCnEpmtEjA3mP7YrgSG1r4514dQZW_AFnT7WD_HPdCld7Rw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#871 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() {#869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $message: Closure() {#873 …} $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 | "4b245252c379c4794983e8.NS7d7Jg7mH8QPQJFyONHbyrjmfK0eAAktuUZIk8GuWI.Q0i5u-p-_ihdCnEpmtEjA3mP7YrgSG1r4514dQZW_AFnT7WD_HPdCld7Rw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#788 -form: Symfony\Component\Form\Form {#785 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#868 …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 | "4b245252c379c4794983e8.NS7d7Jg7mH8QPQJFyONHbyrjmfK0eAAktuUZIk8GuWI.Q0i5u-p-_ihdCnEpmtEjA3mP7YrgSG1r4514dQZW_AFnT7WD_HPdCld7Rw" |