- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 92
- 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 {#3692 #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 {#3693 -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 {#3692} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #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 {#3692 #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 {#3693 -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 {#3692} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data | FMT\Data\Entity\User {#3692 #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 {#3693 -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 {#3692} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #createdAt: null #updatedAt: null } |
data_class | "FMT\Data\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3615 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} 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() {#3613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#3614 …} } } |
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 {#3692 #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 {#3693 -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 {#3692} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3570 -form: Symfony\Component\Form\Form {#3527 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3612 …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 {#3692 #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 {#3693 -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 {#3692} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #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 {#3607 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#3606 +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 {#3607 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#3606 +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 {#3607 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#3606 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3589 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#3587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#3590 …} } } |
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 {#2353 -form: Symfony\Component\Form\Form {#3533 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2354 …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 {#3693 -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 {#3692 #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 {#3693} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #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 {#3605 +payload: null +traverse: true } ] |
[ Symfony\Component\Validator\Constraints\Valid {#3605 +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 {#3605 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | "FMT\Data\Entity\UserProfile" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3576 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} 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() {#3571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#3572 …} } } |
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 {#3693 -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 {#3692 #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 {#3693} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2355 -form: Symfony\Component\Form\Form {#2352 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2366 …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 {#3693 -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 {#3692 #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 {#3693} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#3694 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#3695 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#3696 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#3698 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#3697 …} #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 {#3565 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3564 +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 {#3565 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3564 +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 {#3565 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3564 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3449 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#3450 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#3447 …} } } |
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 {#2364 -form: Symfony\Component\Form\Form {#2349 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2362 …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 {#3563 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3562 +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 {#3563 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3562 +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 {#3563 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3562 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2457 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#2455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2456 …} } } |
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 {#2375 -form: Symfony\Component\Form\Form {#2346 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2374 …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 {#3561 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3560 +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 {#3561 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3560 +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 {#3561 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3560 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2446 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#2440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2447 …} } } |
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 {#2373 -form: Symfony\Component\Form\Form {#2343 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2371 …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 {#3551 -elements: [ FMT\Data\Entity\UserSchool {#3535 …} ] } |
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 {#2388 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2387 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2389 -om: ContainerR2GfZNX\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#469 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4035 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | Doctrine\Common\Collections\ArrayCollection {#3551 -elements: [ FMT\Data\Entity\UserSchool {#3535 …} ] } |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
em | ContainerR2GfZNX\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#469 …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 {#2389 -om: ContainerR2GfZNX\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#469 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4035 …} -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() {#2390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2392 …} } } |
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 {#2462 +label: "University of California, Davis (UCDAVIS)" +value: "1" +data: FMT\Data\Entity\UserSchool {#3535 …} +attr: [] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2372 -form: Symfony\Component\Form\Form {#2340 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2386 …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) {#2454 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2433 …} } |
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 | "d56e232.RgCLp78UDfE4LK2IRtByZAMd5oFdx8pIVNEtBDO-VpM.Akne7NpyPYYMRuTPJKIWEEJpl7Y4qaA6Z4ZhNnXZZKB0cu_mhjlFqAt4lQ" |
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 | "d56e232.RgCLp78UDfE4LK2IRtByZAMd5oFdx8pIVNEtBDO-VpM.Akne7NpyPYYMRuTPJKIWEEJpl7Y4qaA6Z4ZhNnXZZKB0cu_mhjlFqAt4lQ" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data | "d56e232.RgCLp78UDfE4LK2IRtByZAMd5oFdx8pIVNEtBDO-VpM.Akne7NpyPYYMRuTPJKIWEEJpl7Y4qaA6Z4ZhNnXZZKB0cu_mhjlFqAt4lQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3586 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#2334 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2331 …} } } |
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 | "d56e232.RgCLp78UDfE4LK2IRtByZAMd5oFdx8pIVNEtBDO-VpM.Akne7NpyPYYMRuTPJKIWEEJpl7Y4qaA6Z4ZhNnXZZKB0cu_mhjlFqAt4lQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2297 -form: Symfony\Component\Form\Form {#2317 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2332 …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 | "d56e232.RgCLp78UDfE4LK2IRtByZAMd5oFdx8pIVNEtBDO-VpM.Akne7NpyPYYMRuTPJKIWEEJpl7Y4qaA6Z4ZhNnXZZKB0cu_mhjlFqAt4lQ" |
registration_donor
"FMT\Application\FormType\Security\RegistrationDonorType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | FMT\Data\Entity\User {#2234 #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 {#2232 -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 {#2234} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #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 {#2234 #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 {#2232 -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 {#2234} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data | FMT\Data\Entity\User {#2234 #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 {#2232 -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 {#2234} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #createdAt: null #updatedAt: null } |
data_class | "FMT\Data\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2216 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} 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() {#2214 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2215 …} } } |
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 {#2234 #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 {#2232 -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 {#2234} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2192 -form: Symfony\Component\Form\Form {#2174 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2213 …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 {#2234 #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 {#2232 -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 {#2234} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #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 {#2208 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2207 +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 {#2208 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2207 +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 {#2208 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2207 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2204 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#2202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2203 …} } } |
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 {#1719 -form: Symfony\Component\Form\Form {#2169 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1720 …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 {#2232 -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 {#2234 #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 {#2232} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #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 {#2206 +payload: null +traverse: true } ] |
[ Symfony\Component\Validator\Constraints\Valid {#2206 +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 {#2206 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | "FMT\Data\Entity\UserProfile" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2195 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} 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() {#2193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2194 …} } } |
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 {#2232 -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 {#2234 #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 {#2232} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1721 -form: Symfony\Component\Form\Form {#1718 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1732 …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 {#2232 -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 {#2234 #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 {#2232} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2230 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2228 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2226 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2223 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2224 …} #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 {#2185 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2184 +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 {#2185 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2184 +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 {#2185 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2184 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2165 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#2167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#2166 …} } } |
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 {#1730 -form: Symfony\Component\Form\Form {#1715 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1728 …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 {#2183 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2182 +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 {#2183 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2182 +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 {#2183 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2182 +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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1773 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#1771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#1772 …} } } |
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 {#1740 -form: Symfony\Component\Form\Form {#1712 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1741 …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 | "2670b09306399a64240a8458de2e6ee0.HwMOBxg2kVWhJSrndgQNRbEoLPRkdfTK-Ut_i-0cZUc.ek52Y1xhqQPMTUm0DzxnIdJ3aqcHEJeIphQ34rgpFx5tSj1iXHWgZu9sXQ" |
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 | "2670b09306399a64240a8458de2e6ee0.HwMOBxg2kVWhJSrndgQNRbEoLPRkdfTK-Ut_i-0cZUc.ek52Y1xhqQPMTUm0DzxnIdJ3aqcHEJeIphQ34rgpFx5tSj1iXHWgZu9sXQ" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#515 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#512 …} } |
data | "2670b09306399a64240a8458de2e6ee0.HwMOBxg2kVWhJSrndgQNRbEoLPRkdfTK-Ut_i-0cZUc.ek52Y1xhqQPMTUm0DzxnIdJ3aqcHEJeIphQ34rgpFx5tSj1iXHWgZu9sXQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1723 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3701 …} } |
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() {#1731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3637 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#662 …} $translationDomain: "validators" $message: Closure() {#1729 …} } } |
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 | "2670b09306399a64240a8458de2e6ee0.HwMOBxg2kVWhJSrndgQNRbEoLPRkdfTK-Ut_i-0cZUc.ek52Y1xhqQPMTUm0DzxnIdJ3aqcHEJeIphQ34rgpFx5tSj1iXHWgZu9sXQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1761 -form: Symfony\Component\Form\Form {#1750 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1737 …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 | "2670b09306399a64240a8458de2e6ee0.HwMOBxg2kVWhJSrndgQNRbEoLPRkdfTK-Ut_i-0cZUc.ek52Y1xhqQPMTUm0DzxnIdJ3aqcHEJeIphQ34rgpFx5tSj1iXHWgZu9sXQ" |