- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 140
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
login
-
-
firstName
-
lastName
-
phone
-
school
-
-
_token
-
-
-
login
-
-
firstName
-
lastName
-
-
_token
-
registration_student
"FMT\Application\FormType\Security\RegistrationStudentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data | FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } |
data_class | "FMT\Data\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3530 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} use: { $class: "FMT\Data\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 | [] |
legacy_error_messages | true |
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() {#3519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#3521 …} } } |
validation_groups | [
"registration"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration_student" "_registration_student" ] |
cache_key | "_registration_student_registration_student" |
column_size | "" |
compound | true |
data | FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3489 -form: Symfony\Component\Form\Form {#3450 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3528 …5} |
full_name | "registration_student" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration_student" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student" |
valid | true |
value | FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } |
login
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "placeholder" => "Email Address" ] |
[ "placeholder" => "Email Address" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#3396 +payload: null +groups: [ "registration" ] +message: "fmt.email.error" +mode: null +normalizer: null +invalidCharactersMessage: "fmt.email.invalid_characters_error" +invalidEduMessage: "fmt.email.invalid_edu_error" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#3396 +payload: null +groups: [ "registration" ] +message: "fmt.email.error" +mode: null +normalizer: null +invalidCharactersMessage: "fmt.email.invalid_characters_error" +invalidEduMessage: "fmt.email.invalid_edu_error" } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Email Address" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#3396 +payload: null +groups: [ "registration" ] +message: "fmt.email.error" +mode: null +normalizer: null +invalidCharactersMessage: "fmt.email.invalid_characters_error" +invalidEduMessage: "fmt.email.invalid_edu_error" } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3509 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#3507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#3512 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email Address" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_student_login" ] |
cache_key | "_registration_student_login_email" |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2323 -form: Symfony\Component\Form\Form {#3456 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2324 …5} |
full_name | "registration_student[login]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student_login" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "login" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student_login" |
valid | true |
value | "" |
profile
"FMT\Application\FormType\UserProfileType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Valid {#3517 +payload: null +traverse: true } ] |
[ Symfony\Component\Validator\Constraints\Valid {#3517 +payload: null +traverse: true } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Valid {#3517 +payload: null +traverse: true } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | "FMT\Data\Entity\UserProfile" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3496 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} use: { $class: "FMT\Data\Entity\UserProfile" } } |
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 | [] |
isLabelNeeded | false |
isSchoolDisabled | false |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#3494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#3495 …} } } |
validation_groups | [ "Default" "UserPortal" ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user_profile" "_registration_student_profile" ] |
cache_key | "_registration_student_profile_user_profile" |
column_size | "" |
compound | true |
data | FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2325 -form: Symfony\Component\Form\Form {#2322 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2336 …5} |
full_name | "registration_student[profile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student_profile" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "profile" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student_profile" |
valid | true |
value | FMT\Data\Entity\UserProfile {#3931 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 0 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#3929 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_STUDENT" ] -profile: FMT\Data\Entity\UserProfile {#3931} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3932 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3934 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3937 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3941 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3939 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "placeholder" => "First Name" ] |
[ "placeholder" => "First Name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3463 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3480 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3463 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3480 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "First Name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3463 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3480 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3368 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#3370 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2951 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "First Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_student_profile_firstName" ] |
cache_key | "_registration_student_profile_firstName_text" |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2334 -form: Symfony\Component\Form\Form {#2319 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2332 …5} |
full_name | "registration_student[profile][firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student_profile_firstName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student_profile_firstName" |
valid | true |
value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "placeholder" => "Last Name" ] |
[ "placeholder" => "Last Name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3483 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3482 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3483 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3482 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Last Name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3483 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3482 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#2409 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2419 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Last Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_student_profile_lastName" ] |
cache_key | "_registration_student_profile_lastName_text" |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2345 -form: Symfony\Component\Form\Form {#2316 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2344 …5} |
full_name | "registration_student[profile][lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student_profile_lastName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student_profile_lastName" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "placeholder" => "fmt.form.phone" ] |
[ "placeholder" => "fmt.form.phone" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3477 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3481 +payload: null +message: "fmt.sign_up.phone" +pattern: "/[0-9]{3}-[0-9]{3}-[0-9]{4}/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3477 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3481 +payload: null +message: "fmt.sign_up.phone" +pattern: "/[0-9]{3}-[0-9]{3}-[0-9]{4}/" +htmlPattern: null +match: true +normalizer: null } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "fmt.form.phone" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3477 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3481 +payload: null +message: "fmt.sign_up.phone" +pattern: "/[0-9]{3}-[0-9]{3}-[0-9]{4}/" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2397 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#2395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2398 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "fmt.form.phone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_registration_student_profile_phone" ] |
cache_key | "_registration_student_profile_phone_tel" |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2342 -form: Symfony\Component\Form\Form {#2313 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2341 …5} |
full_name | "registration_student[profile][phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student_profile_phone" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student_profile_phone" |
valid | true |
value | "" |
school
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
choices | Doctrine\Common\Collections\ArrayCollection {#3472 -elements: [ FMT\Data\Entity\UserSchool {#3454 …} ] } |
same as passed value |
class | "FMT\Data\Entity\UserSchool" |
same as passed value |
disabled | false |
false
|
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | false |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
button_add_icon | "fa-plus" |
button_add_label | "action.add_new_item" |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2358 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2357 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2359 -om: Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4015 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | Doctrine\Common\Collections\ArrayCollection {#3472 -elements: [ FMT\Data\Entity\UserSchool {#3454 …} ] } |
class | "FMT\Data\Entity\UserSchool" |
column_size | "" |
compound | false |
constraints | [] |
crudControllerFqcn | null |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
em | Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2359 -om: Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4015 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
list_button_cancel_label | "action.list.cancel" |
list_button_icon | "fa-list" |
list_button_label | "action.list_items" |
list_button_validate_label | "action.list.validate" |
list_display_columns | null |
list_filters | null |
list_selector | false |
list_show_filter | false |
list_show_search | false |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2362 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
allow_add | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_registration_student_profile_school" ] |
button_add_icon | "fa-plus" |
button_add_label | "action.add_new_item" |
cache_key | "_registration_student_profile_school_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "University of California, Davis (UCDAVIS)" +value: "1" +data: FMT\Data\Entity\UserSchool {#3454 …} +attr: [] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2343 -form: Symfony\Component\Form\Form {#2310 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2356 …5} |
full_name | "registration_student[profile][school]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student_profile_school" |
is_selected | Closure($choice, $value) {#2408 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2387 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
list_button_cancel_label | "action.list.cancel" |
list_button_icon | "fa-list" |
list_button_label | "action.list_items" |
list_button_validate_label | "action.list.validate" |
list_display_columns | null |
list_filters | null |
list_selector | false |
list_show_filter | false |
list_show_search | false |
method | "POST" |
multipart | false |
multiple | false |
name | "school" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student_profile_school" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7.oNFgolYNFyC8am0woNEQD6SILYYD2BqNyaM9JAqF28Y.0rcCzGQ-fE7MGSJa0JRiPcy4RMtKjFfv-M9nc3vdtJ6QpAHqI05HU-1cPA" |
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 | "7.oNFgolYNFyC8am0woNEQD6SILYYD2BqNyaM9JAqF28Y.0rcCzGQ-fE7MGSJa0JRiPcy4RMtKjFfv-M9nc3vdtJ6QpAHqI05HU-1cPA" |
same as passed value |
mapped | false |
false
|
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 |
column_size | "" |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data | "7.oNFgolYNFyC8am0woNEQD6SILYYD2BqNyaM9JAqF28Y.0rcCzGQ-fE7MGSJa0JRiPcy4RMtKjFfv-M9nc3vdtJ6QpAHqI05HU-1cPA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3498 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | [] |
legacy_error_messages | true |
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() {#2304 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2301 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration_student__token" ] |
cache_key | "_registration_student__token_hidden" |
column_size | "" |
compound | false |
data | "7.oNFgolYNFyC8am0woNEQD6SILYYD2BqNyaM9JAqF28Y.0rcCzGQ-fE7MGSJa0JRiPcy4RMtKjFfv-M9nc3vdtJ6QpAHqI05HU-1cPA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2268 -form: Symfony\Component\Form\Form {#2287 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2302 …5} |
full_name | "registration_student[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_student__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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_student__token" |
valid | true |
value | "7.oNFgolYNFyC8am0woNEQD6SILYYD2BqNyaM9JAqF28Y.0rcCzGQ-fE7MGSJa0JRiPcy4RMtKjFfv-M9nc3vdtJ6QpAHqI05HU-1cPA" |
registration_donor
"FMT\Application\FormType\Security\RegistrationDonorType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data | FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } |
data_class | "FMT\Data\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2186 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} use: { $class: "FMT\Data\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 | [] |
legacy_error_messages | true |
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() {#2184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2185 …} } } |
validation_groups | [
"registration"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration_donor" "_registration_donor" ] |
cache_key | "_registration_donor_registration_donor" |
column_size | "" |
compound | true |
data | FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2162 -form: Symfony\Component\Form\Form {#1760 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2183 …5} |
full_name | "registration_donor" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_donor" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration_donor" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_donor" |
valid | true |
value | FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } |
login
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "placeholder" => "Email Address" ] |
[ "placeholder" => "Email Address" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2178 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2177 +payload: null +groups: [ "registration" ] +message: "fmt.email.error" +mode: null +normalizer: null +invalidCharactersMessage: "fmt.email.invalid_characters_error" +invalidEduMessage: "fmt.email.invalid_edu_error" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2178 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2177 +payload: null +groups: [ "registration" ] +message: "fmt.email.error" +mode: null +normalizer: null +invalidCharactersMessage: "fmt.email.invalid_characters_error" +invalidEduMessage: "fmt.email.invalid_edu_error" } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Email Address" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2178 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2177 +payload: null +groups: [ "registration" ] +message: "fmt.email.error" +mode: null +normalizer: null +invalidCharactersMessage: "fmt.email.invalid_characters_error" +invalidEduMessage: "fmt.email.invalid_edu_error" } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2173 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#2171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2172 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email Address" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_donor_login" ] |
cache_key | "_registration_donor_login_email" |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1688 -form: Symfony\Component\Form\Form {#1754 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1689 …5} |
full_name | "registration_donor[login]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_donor_login" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "login" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_donor_login" |
valid | true |
value | "" |
profile
"FMT\Application\FormType\UserProfileType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Valid {#2176 +payload: null +traverse: true } ] |
[ Symfony\Component\Validator\Constraints\Valid {#2176 +payload: null +traverse: true } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Valid {#2176 +payload: null +traverse: true } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | "FMT\Data\Entity\UserProfile" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2165 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} use: { $class: "FMT\Data\Entity\UserProfile" } } |
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 | [] |
isLabelNeeded | false |
isSchoolDisabled | false |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#2163 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2164 …} } } |
validation_groups | [ "Default" "UserPortal" ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user_profile" "_registration_donor_profile" ] |
cache_key | "_registration_donor_profile_user_profile" |
column_size | "" |
compound | true |
data | FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1690 -form: Symfony\Component\Form\Form {#1687 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1702 …5} |
full_name | "registration_donor[profile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_donor_profile" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "profile" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_donor_profile" |
valid | true |
value | FMT\Data\Entity\UserProfile {#2202 -id: null -school: null -major: null -address: null -avatar: null -email: null -firstName: null -lastName: null -gradYear: null -firstGen: 0 -studentType: "Undergraduate Student" -phone: null -aboutText: null -snapchatId: null -facebookMessengerId: null -otherEmail: null -visible: 2 -facebook: 0 -twitter: 0 #user: FMT\Data\Entity\User {#2204 #id: null #username: null #usernameCanonical: null #email: null #emailCanonical: null #enabled: false #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_INCOMPLETE_DONOR" ] -profile: FMT\Data\Entity\UserProfile {#2202} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2200 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2198 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2196 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2193 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2194 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "placeholder" => "First Name" ] |
[ "placeholder" => "First Name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1770 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1769 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1770 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1769 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "First Name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1770 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1769 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1750 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#1752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1751 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "First Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_donor_profile_firstName" ] |
cache_key | "_registration_donor_profile_firstName_text" |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1700 -form: Symfony\Component\Form\Form {#1684 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1698 …5} |
full_name | "registration_donor[profile][firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_donor_profile_firstName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_donor_profile_firstName" |
valid | true |
value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "placeholder" => "Last Name" ] |
[ "placeholder" => "Last Name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1768 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1767 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1768 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1767 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Last Name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1768 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1767 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#1741 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1742 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Last Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_donor_profile_lastName" ] |
cache_key | "_registration_donor_profile_lastName_text" |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1711 -form: Symfony\Component\Form\Form {#1681 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1710 …5} |
full_name | "registration_donor[profile][lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_donor_profile_lastName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_donor_profile_lastName" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "b2e86.xLoiGlC1XqQMePYYDVIYif6hI9tpW0JcqBQbKrf9aes.t-pzTw_NCZZKIM5eej0p7LfIG5M7IRU0y3gja_HMJ7i1y1NiB80M7GJLvw" |
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 | "b2e86.xLoiGlC1XqQMePYYDVIYif6hI9tpW0JcqBQbKrf9aes.t-pzTw_NCZZKIM5eej0p7LfIG5M7IRU0y3gja_HMJ7i1y1NiB80M7GJLvw" |
same as passed value |
mapped | false |
false
|
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 |
column_size | "" |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data | "b2e86.xLoiGlC1XqQMePYYDVIYif6hI9tpW0JcqBQbKrf9aes.t-pzTw_NCZZKIM5eej0p7LfIG5M7IRU0y3gja_HMJ7i1y1NiB80M7GJLvw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1692 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3947 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1699 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration_donor__token" ] |
cache_key | "_registration_donor__token_hidden" |
column_size | "" |
compound | false |
data | "b2e86.xLoiGlC1XqQMePYYDVIYif6hI9tpW0JcqBQbKrf9aes.t-pzTw_NCZZKIM5eej0p7LfIG5M7IRU0y3gja_HMJ7i1y1NiB80M7GJLvw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1731 -form: Symfony\Component\Form\Form {#1720 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1707 …5} |
full_name | "registration_donor[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_donor__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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_donor__token" |
valid | true |
value | "b2e86.xLoiGlC1XqQMePYYDVIYif6hI9tpW0JcqBQbKrf9aes.t-pzTw_NCZZKIM5eej0p7LfIG5M7IRU0y3gja_HMJ7i1y1NiB80M7GJLvw" |