- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 137
- 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 {#2550 #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 {#2551 -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 {#2550} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #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 {#2550 #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 {#2551 -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 {#2550} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #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 {#2550 #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 {#2551 -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 {#2550} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #createdAt: null #updatedAt: null } |
data_class | "FMT\Data\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2495 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} 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() {#2475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2494 …} } } |
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 {#2550 #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 {#2551 -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 {#2550} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2467 -form: Symfony\Component\Form\Form {#2411 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2474 …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 {#2550 #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 {#2551 -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 {#2550} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #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 {#2471 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2462 +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 {#2471 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2462 +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 {#2471 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#2462 +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) {#2636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#2634 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2637 …} } } |
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 {#2512 -form: Symfony\Component\Form\Form {#2417 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2496 …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 {#2551 -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 {#2550 #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 {#2551} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #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 {#2463 +payload: null +traverse: true } ] |
[ Symfony\Component\Validator\Constraints\Valid {#2463 +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 {#2463 +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) {#2629 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} 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() {#2468 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2441 …} } } |
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 {#2551 -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 {#2550 #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 {#2551} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1167 -form: Symfony\Component\Form\Form {#2511 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2623 …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 {#2551 -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 {#2550 #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 {#2551} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#2553 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#2570 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#2595 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#2596 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#2552 …} #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 {#2459 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2458 +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 {#2459 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2458 +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 {#2459 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2458 +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) {#2181 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#2182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2179 …} } } |
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 {#2621 -form: Symfony\Component\Form\Form {#2508 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2614 …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 {#2457 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2428 +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 {#2457 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2428 +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 {#2457 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2428 +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) {#1996 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#1943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1969 …} } } |
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 {#1207 -form: Symfony\Component\Form\Form {#2497 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1201 …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 {#2456 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#2455 +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 {#2456 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#2455 +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 {#2456 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#2455 +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) {#1341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#1349 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1342 …} } } |
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 {#1197 -form: Symfony\Component\Form\Form {#1251 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1166 …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 {#2430 -elements: [ FMT\Data\Entity\UserSchool {#2431 …} ] } |
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 {#1219 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1221 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1218 -om: Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3739 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | Doctrine\Common\Collections\ArrayCollection {#2430 -elements: [ FMT\Data\Entity\UserSchool {#2431 …} ] } |
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 {#1218 -om: Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3739 …} -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() {#1261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1216 …} } } |
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 {#2033 +label: "University of California, Davis (UCDAVIS)" +value: "1" +data: FMT\Data\Entity\UserSchool {#2431 …} +attr: [] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1195 -form: Symfony\Component\Form\Form {#1346 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1246 …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) {#2400 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1220 …} } |
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 | "a4928.pNaSJSlqDwJ4cxcRA8jUOXHIkEddADY0YbCgcqVyWH0.3bnrV0EJSDIfFzpCcoKnWjyFxw01VnFmCoGSPv1HMBDP5vp3cBxHSk4JfA" |
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 | "a4928.pNaSJSlqDwJ4cxcRA8jUOXHIkEddADY0YbCgcqVyWH0.3bnrV0EJSDIfFzpCcoKnWjyFxw01VnFmCoGSPv1HMBDP5vp3cBxHSk4JfA" |
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 | "a4928.pNaSJSlqDwJ4cxcRA8jUOXHIkEddADY0YbCgcqVyWH0.3bnrV0EJSDIfFzpCcoKnWjyFxw01VnFmCoGSPv1HMBDP5vp3cBxHSk4JfA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2633 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#1184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1181 …} } } |
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 | "a4928.pNaSJSlqDwJ4cxcRA8jUOXHIkEddADY0YbCgcqVyWH0.3bnrV0EJSDIfFzpCcoKnWjyFxw01VnFmCoGSPv1HMBDP5vp3cBxHSk4JfA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1154 -form: Symfony\Component\Form\Form {#1163 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1182 …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 | "a4928.pNaSJSlqDwJ4cxcRA8jUOXHIkEddADY0YbCgcqVyWH0.3bnrV0EJSDIfFzpCcoKnWjyFxw01VnFmCoGSPv1HMBDP5vp3cBxHSk4JfA" |
registration_donor
"FMT\Application\FormType\Security\RegistrationDonorType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | FMT\Data\Entity\User {#1119 #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 {#1117 -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 {#1119} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #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 {#1119 #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 {#1117 -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 {#1119} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #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 {#1119 #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 {#1117 -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 {#1119} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #createdAt: null #updatedAt: null } |
data_class | "FMT\Data\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1045 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} 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() {#1092 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1093 …} } } |
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 {#1119 #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 {#1117 -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 {#1119} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1070 -form: Symfony\Component\Form\Form {#1053 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1091 …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 {#1119 #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 {#1117 -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 {#1119} #createdAt: null #updatedAt: null } -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #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 {#1086 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#1085 +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 {#1086 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#1085 +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 {#1086 +payload: null +groups: [ "registration" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } FMT\Application\Validator\Constraints\FmtEmail {#1085 +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) {#1082 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#1079 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1081 …} } } |
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 {#1321 -form: Symfony\Component\Form\Form {#2545 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1322 …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 {#1117 -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 {#1119 #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 {#1117} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #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 {#1084 +payload: null +traverse: true } ] |
[ Symfony\Component\Validator\Constraints\Valid {#1084 +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 {#1084 +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) {#1073 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} 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() {#1071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1072 …} } } |
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 {#1117 -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 {#1119 #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 {#1117} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #createdAt: null #updatedAt: null } #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1324 -form: Symfony\Component\Form\Form {#1320 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1339 …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 {#1117 -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 {#1119 #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 {#1117} -login: null -campaigns: Doctrine\Common\Collections\ArrayCollection {#1096 …} -transactions: Doctrine\Common\Collections\ArrayCollection {#1097 …} -contacts: Doctrine\Common\Collections\ArrayCollection {#1049 …} -userSchoolShoppers: null -statistic: FMT\Data\Entity\UserStatistic {#1046 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#1051 …} #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 {#1063 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1062 +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 {#1063 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1062 +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 {#1063 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1062 +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) {#1040 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#2541 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1041 …} } } |
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 {#1337 -form: Symfony\Component\Form\Form {#1335 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1266 …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 {#1061 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1060 +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 {#1061 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1060 +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 {#1061 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1060 +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) {#1035 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#1032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1033 …} } } |
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 {#2486 -form: Symfony\Component\Form\Form {#1314 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2478 …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 | "6d.gdwbpXppoE3xYSYHRZ1eD5bQeCsE3EKfxexgZo7DWB0.yY5a4BYf8ReUU01jE_ovQaK1LGdFlRCq_IUXKeGHCknumVnTPlnXAKIWHg" |
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 | "6d.gdwbpXppoE3xYSYHRZ1eD5bQeCsE3EKfxexgZo7DWB0.yY5a4BYf8ReUU01jE_ovQaK1LGdFlRCq_IUXKeGHCknumVnTPlnXAKIWHg" |
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 | "6d.gdwbpXppoE3xYSYHRZ1eD5bQeCsE3EKfxexgZo7DWB0.yY5a4BYf8ReUU01jE_ovQaK1LGdFlRCq_IUXKeGHCknumVnTPlnXAKIWHg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1328 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2599 …} } |
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() {#1338 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2579 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#1336 …} } } |
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 | "6d.gdwbpXppoE3xYSYHRZ1eD5bQeCsE3EKfxexgZo7DWB0.yY5a4BYf8ReUU01jE_ovQaK1LGdFlRCq_IUXKeGHCknumVnTPlnXAKIWHg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1022 -form: Symfony\Component\Form\Form {#1013 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1269 …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 | "6d.gdwbpXppoE3xYSYHRZ1eD5bQeCsE3EKfxexgZo7DWB0.yY5a4BYf8ReUU01jE_ovQaK1LGdFlRCq_IUXKeGHCknumVnTPlnXAKIWHg" |