- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 45
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Payum
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
contact_us_message
"Rawafed\ContactFormsBundle\Form\ContactUsMessageType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Rawafed\ContactFormsBundle\Entity\ContactUsMessage {#3313 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3314 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } -country: null #attachmentFile: null -attachment: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/contact-forms/create" |
same as passed value |
attachments | [ "enabled" => false "multiple" => false "max_size" => "2M" "mime_types" => [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.ms-excel" "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" "application/vnd.ms-powerpoint" "application/vnd.openxmlformats-officedocument.presentationml.presentation" "application/vnd.openxmlformats-officedocument.presentationml.slideshow" ] ] |
[ "enabled" => false "multiple" => false "max_size" => "2M" "mime_types" => [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.ms-excel" "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" "application/vnd.ms-powerpoint" "application/vnd.openxmlformats-officedocument.presentationml.presentation" "application/vnd.openxmlformats-officedocument.presentationml.slideshow" ] ] |
data | Rawafed\ContactFormsBundle\Entity\ContactUsMessage {#3313 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3314 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } -country: null #attachmentFile: null -attachment: null } |
same as passed value |
enable_recaptcha | "0" |
same as passed value |
locale | "en" |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/contact-forms/create" |
allow_extra_fields | false |
allow_file_upload | false |
attachments | [ "enabled" => false "multiple" => false "max_size" => "2M" "mime_types" => [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.ms-excel" "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" "application/vnd.ms-powerpoint" "application/vnd.openxmlformats-officedocument.presentationml.presentation" "application/vnd.openxmlformats-officedocument.presentationml.slideshow" ] ] |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data | Rawafed\ContactFormsBundle\Entity\ContactUsMessage {#3313 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3314 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } -country: null #attachmentFile: null -attachment: null } |
data_class | "Rawafed\ContactFormsBundle\Entity\ContactUsMessage" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3475 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} use: { $class: "Rawafed\ContactFormsBundle\Entity\ContactUsMessage" } } |
enable_recaptcha | "0" |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
locale | "en" |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3473 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3474 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/contact-forms/create" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_us_message" "_contact_us_message" ] |
cache_key | "_contact_us_message_contact_us_message" |
compound | true |
data | Rawafed\ContactFormsBundle\Entity\ContactUsMessage {#3313 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3314 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } -country: null #attachmentFile: null -attachment: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3828 -form: Symfony\Component\Form\Form {#3760 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3825 …5} |
full_name | "contact_us_message" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact_us_message" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message" |
valid | true |
value | Rawafed\ContactFormsBundle\Entity\ContactUsMessage {#3313 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3314 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } -country: null #attachmentFile: null -attachment: null } |
name
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "commons.titles.name" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3650 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "commons.titles.name" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3651 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_us_message_name" ] |
cache_key | "_contact_us_message_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3833 -form: Symfony\Component\Form\Form {#3810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3834 …5} |
full_name | "contact_us_message[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message_name" |
label | "commons.titles.name" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message_name" |
valid | true |
value | "" |
"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 |
---|---|---|
label | "commons.titles.email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "commons.titles.email" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3657 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_us_message_email" ] |
cache_key | "_contact_us_message_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3832 -form: Symfony\Component\Form\Form {#3811 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3831 …5} |
full_name | "contact_us_message[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message_email" |
label | "commons.titles.email" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message_email" |
valid | true |
value | "" |
mobile
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "commons.titles.mobile" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3631 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "commons.titles.mobile" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3626 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_us_message_mobile" ] |
cache_key | "_contact_us_message_mobile_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3830 -form: Symfony\Component\Form\Form {#3814 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3829 …5} |
full_name | "contact_us_message[mobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message_mobile" |
label | "commons.titles.mobile" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mobile" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message_mobile" |
valid | true |
value | "" |
country
"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 |
class | "RawafedCommonsBundle:Country" |
same as passed value |
label | "commons.titles.country" |
same as passed value |
placeholder | "Select" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#3529 class: "Rawafed\ContactFormsBundle\Form\ContactUsMessageType" this: Rawafed\ContactFormsBundle\Form\ContactUsMessageType {#3428 …} use: { $options: [ "block_name" => null "disabled" => false "label" => null "label_format" => null "label_translation_parameters" => [] "attr_translation_parameters" => [] "translation_domain" => null "auto_initialize" => true "trim" => true "required" => true "property_path" => null "mapped" => true "by_reference" => true "inherit_data" => false "compound" => true "post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file." "allow_file_upload" => false "help_translation_parameters" => [] "error_mapping" => [] "invalid_message" => "This value is not valid." "invalid_message_parameters" => [] "allow_extra_fields" => false "extra_fields_message" => "This form should not contain extra fields." "csrf_protection" => true "csrf_field_name" => "_token" "csrf_message" => "The CSRF token is invalid. Please try to resubmit the form." "csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } "csrf_token_id" => null "block_prefix" => null "row_attr" => [] "attr" => [] "data_class" => "Rawafed\ContactFormsBundle\Entity\ContactUsMessage" "empty_data" => Closure(FormInterface $form) {#3475 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} use: { $class: "Rawafed\ContactFormsBundle\Entity\ContactUsMessage" } } "error_bubbling" => true "label_attr" => [] "method" => "POST" "action" => "/contact-forms/create" "upload_max_size_message" => Closure() {#3473 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3474 …} } } "help" => null "help_attr" => [] "help_html" => false "validation_groups" => null "constraints" => [] "enable_recaptcha" => "0" "locale" => "en" "attachments" => [ "enabled" => false "multiple" => false "max_size" => "2M" "mime_types" => [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.ms-excel" "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" "application/vnd.ms-powerpoint" "application/vnd.openxmlformats-officedocument.presentationml.presentation" "application/vnd.openxmlformats-officedocument.presentationml.slideshow" ] ] "data" => Rawafed\ContactFormsBundle\Entity\ContactUsMessage {#3313 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3314 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } -country: null #attachmentFile: null -attachment: null } ] } } |
Doctrine\ORM\QueryBuilder {#3693 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3691 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#3689 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "ctr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3690 #from: "Rawafed\CommonsBundle\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#3688 #joinType: "INNER" #join: "c.translations" #alias: "ctr" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3684 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "ctr.locale = :locale" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3686 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ctr.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c, ctr FROM Rawafed\CommonsBundle\Entity\Country c INNER JOIN c.translations ctr WHERE ctr.locale = :locale ORDER BY ctr.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3692 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "ctr" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3578 -manager: Doctrine\ORM\EntityManager {#308 …11} -class: "Rawafed\CommonsBundle\Entity\Country" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3501 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2913 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#3586 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#3797 …} } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3501 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2913 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } "getIdValue" ] |
choices | null |
class | "RawafedCommonsBundle:Country" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#308 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3501 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2913 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "commons.titles.country" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Select" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#3693 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3691 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#3689 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "ctr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3690 #from: "Rawafed\CommonsBundle\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#3688 #joinType: "INNER" #join: "c.translations" #alias: "ctr" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3684 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "ctr.locale = :locale" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3686 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ctr.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c, ctr FROM Rawafed\CommonsBundle\Entity\Country c INNER JOIN c.translations ctr WHERE ctr.locale = :locale ORDER BY ctr.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3692 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "ctr" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3600 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_contact_us_message_country" ] |
cache_key | "_contact_us_message_country_entity" |
choice_translation_domain | false |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5324 +label: "Afghanistan" +value: "AF" +data: Rawafed\CommonsBundle\Entity\Country {#3841 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3839 +label: "Åland Islands" +value: "AX" +data: Rawafed\CommonsBundle\Entity\Country {#3907 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3796 +label: "Albania" +value: "AL" +data: Rawafed\CommonsBundle\Entity\Country {#3913 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3838 +label: "Algeria" +value: "DZ" +data: Rawafed\CommonsBundle\Entity\Country {#3919 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3795 +label: "American Samoa" +value: "AS" +data: Rawafed\CommonsBundle\Entity\Country {#3925 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3624 +label: "Andorra" +value: "AD" +data: Rawafed\CommonsBundle\Entity\Country {#3931 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "Angola" +value: "AO" +data: Rawafed\CommonsBundle\Entity\Country {#3937 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3652 +label: "Anguilla" +value: "AI" +data: Rawafed\CommonsBundle\Entity\Country {#3943 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5327 +label: "Antigua and Barbuda" +value: "AG" +data: Rawafed\CommonsBundle\Entity\Country {#3949 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5328 +label: "Argentina" +value: "AR" +data: Rawafed\CommonsBundle\Entity\Country {#3955 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5329 +label: "Armenia" +value: "AM" +data: Rawafed\CommonsBundle\Entity\Country {#3961 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5330 +label: "Aruba" +value: "AW" +data: Rawafed\CommonsBundle\Entity\Country {#3967 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5331 +label: "Australia" +value: "AU" +data: Rawafed\CommonsBundle\Entity\Country {#3973 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5332 +label: "Austria" +value: "AT" +data: Rawafed\CommonsBundle\Entity\Country {#3979 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5333 +label: "Azerbaijan" +value: "AZ" +data: Rawafed\CommonsBundle\Entity\Country {#3985 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5334 +label: "Bahamas" +value: "BS" +data: Rawafed\CommonsBundle\Entity\Country {#3991 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5335 +label: "Bahrain" +value: "BH" +data: Rawafed\CommonsBundle\Entity\Country {#3997 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5336 +label: "Bangladesh" +value: "BD" +data: Rawafed\CommonsBundle\Entity\Country {#4003 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5337 +label: "Barbados" +value: "BB" +data: Rawafed\CommonsBundle\Entity\Country {#4009 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5338 +label: "Belarus" +value: "BY" +data: Rawafed\CommonsBundle\Entity\Country {#4015 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5339 +label: "Belgium" +value: "BE" +data: Rawafed\CommonsBundle\Entity\Country {#4021 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5340 +label: "Belize" +value: "BZ" +data: Rawafed\CommonsBundle\Entity\Country {#4027 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5341 +label: "Benin" +value: "BJ" +data: Rawafed\CommonsBundle\Entity\Country {#4033 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5342 +label: "Bermuda" +value: "BM" +data: Rawafed\CommonsBundle\Entity\Country {#4039 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5343 +label: "Bhutan" +value: "BT" +data: Rawafed\CommonsBundle\Entity\Country {#4045 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5344 +label: "Bolivia" +value: "BO" +data: Rawafed\CommonsBundle\Entity\Country {#4051 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5345 +label: "Bosnia and Herzegovina" +value: "BA" +data: Rawafed\CommonsBundle\Entity\Country {#4057 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5346 +label: "Botswana" +value: "BW" +data: Rawafed\CommonsBundle\Entity\Country {#4063 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5347 +label: "Brazil" +value: "BR" +data: Rawafed\CommonsBundle\Entity\Country {#4069 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5348 +label: "Brunei" +value: "BN" +data: Rawafed\CommonsBundle\Entity\Country {#4075 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5349 +label: "Bulgaria" +value: "BG" +data: Rawafed\CommonsBundle\Entity\Country {#4081 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5350 +label: "Burkina Faso" +value: "BF" +data: Rawafed\CommonsBundle\Entity\Country {#4087 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5351 +label: "Burundi" +value: "BI" +data: Rawafed\CommonsBundle\Entity\Country {#4093 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5352 +label: "C" +value: "CI" +data: Rawafed\CommonsBundle\Entity\Country {#4099 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5353 +label: "Cambodia" +value: "KH" +data: Rawafed\CommonsBundle\Entity\Country {#4105 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5354 +label: "Cameroon" +value: "CM" +data: Rawafed\CommonsBundle\Entity\Country {#4111 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5355 +label: "Canada" +value: "CA" +data: Rawafed\CommonsBundle\Entity\Country {#4117 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5356 +label: "Cape Verde" +value: "CV" +data: Rawafed\CommonsBundle\Entity\Country {#4123 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5357 +label: "Caribbean Netherlands" +value: "BQ" +data: Rawafed\CommonsBundle\Entity\Country {#4129 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5358 +label: "Cayman Islands" +value: "KY" +data: Rawafed\CommonsBundle\Entity\Country {#4135 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5359 +label: "Central African Republic" +value: "CF" +data: Rawafed\CommonsBundle\Entity\Country {#4141 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5360 +label: "Chad" +value: "TD" +data: Rawafed\CommonsBundle\Entity\Country {#4147 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5361 +label: "Chile" +value: "CL" +data: Rawafed\CommonsBundle\Entity\Country {#4153 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5362 +label: "China" +value: "CN" +data: Rawafed\CommonsBundle\Entity\Country {#4159 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5363 +label: "Christmas Island" +value: "CX" +data: Rawafed\CommonsBundle\Entity\Country {#4165 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5364 +label: "Collectivity of Saint Martin" +value: "MF" +data: Rawafed\CommonsBundle\Entity\Country {#4171 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5365 +label: "Colombia" +value: "CO" +data: Rawafed\CommonsBundle\Entity\Country {#4177 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5366 +label: "Comoros" +value: "KM" +data: Rawafed\CommonsBundle\Entity\Country {#4183 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5367 +label: "Congo" +value: "CG" +data: Rawafed\CommonsBundle\Entity\Country {#4189 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5368 +label: "Congo, Democratic Republic of the" +value: "CD" +data: Rawafed\CommonsBundle\Entity\Country {#4195 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5369 +label: "Cook Islands" +value: "CK" +data: Rawafed\CommonsBundle\Entity\Country {#4201 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5370 +label: "Costa Rica" +value: "CR" +data: Rawafed\CommonsBundle\Entity\Country {#4207 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5371 +label: "Croatia" +value: "HR" +data: Rawafed\CommonsBundle\Entity\Country {#4213 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5372 +label: "Cuba" +value: "CU" +data: Rawafed\CommonsBundle\Entity\Country {#4219 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5373 +label: "Curaçao" +value: "CW" +data: Rawafed\CommonsBundle\Entity\Country {#4225 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5374 +label: "Cyprus" +value: "CY" +data: Rawafed\CommonsBundle\Entity\Country {#4231 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5375 +label: "Czech Republic" +value: "CZ" +data: Rawafed\CommonsBundle\Entity\Country {#4237 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5376 +label: "Denmark" +value: "DK" +data: Rawafed\CommonsBundle\Entity\Country {#4243 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5377 +label: "Djibouti" +value: "DJ" +data: Rawafed\CommonsBundle\Entity\Country {#4249 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5378 +label: "Dominica" +value: "DM" +data: Rawafed\CommonsBundle\Entity\Country {#4255 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5379 +label: "Dominican Republic" +value: "DO" +data: Rawafed\CommonsBundle\Entity\Country {#4261 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5380 +label: "East Timor" +value: "TL" +data: Rawafed\CommonsBundle\Entity\Country {#4267 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5381 +label: "Ecuador" +value: "EC" +data: Rawafed\CommonsBundle\Entity\Country {#4273 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5382 +label: "Egypt" +value: "EG" +data: Rawafed\CommonsBundle\Entity\Country {#4279 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5383 +label: "El Salvador" +value: "SV" +data: Rawafed\CommonsBundle\Entity\Country {#4285 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5384 +label: "Equatorial Guinea" +value: "GQ" +data: Rawafed\CommonsBundle\Entity\Country {#4291 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5385 +label: "Eritrea" +value: "ER" +data: Rawafed\CommonsBundle\Entity\Country {#4297 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5386 +label: "Estonia" +value: "EE" +data: Rawafed\CommonsBundle\Entity\Country {#4303 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5387 +label: "Ethiopia" +value: "ET" +data: Rawafed\CommonsBundle\Entity\Country {#4309 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5388 +label: "Falkland Islands (Malvinas)" +value: "FK" +data: Rawafed\CommonsBundle\Entity\Country {#4315 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5389 +label: "Faroe Islands" +value: "FO" +data: Rawafed\CommonsBundle\Entity\Country {#4321 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5390 +label: "Fiji" +value: "FJ" +data: Rawafed\CommonsBundle\Entity\Country {#4327 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5391 +label: "Finland" +value: "FI" +data: Rawafed\CommonsBundle\Entity\Country {#4333 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5392 +label: "France" +value: "FR" +data: Rawafed\CommonsBundle\Entity\Country {#4339 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5393 +label: "French Guiana" +value: "GF" +data: Rawafed\CommonsBundle\Entity\Country {#4345 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5394 +label: "French Polynesia" +value: "PF" +data: Rawafed\CommonsBundle\Entity\Country {#4351 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5395 +label: "Gabon" +value: "GA" +data: Rawafed\CommonsBundle\Entity\Country {#4357 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5396 +label: "Gambia" +value: "GM" +data: Rawafed\CommonsBundle\Entity\Country {#4363 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5397 +label: "Georgia" +value: "GE" +data: Rawafed\CommonsBundle\Entity\Country {#4369 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5398 +label: "Germany" +value: "DE" +data: Rawafed\CommonsBundle\Entity\Country {#4375 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5399 +label: "Ghana" +value: "GH" +data: Rawafed\CommonsBundle\Entity\Country {#4381 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5400 +label: "Gibraltar" +value: "GI" +data: Rawafed\CommonsBundle\Entity\Country {#4387 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5401 +label: "Greece" +value: "GR" +data: Rawafed\CommonsBundle\Entity\Country {#4393 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5402 +label: "Greenland" +value: "GL" +data: Rawafed\CommonsBundle\Entity\Country {#4399 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5403 +label: "Grenada" +value: "GD" +data: Rawafed\CommonsBundle\Entity\Country {#4405 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5404 +label: "Guadeloupe" +value: "GP" +data: Rawafed\CommonsBundle\Entity\Country {#4411 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5405 +label: "Guam" +value: "GU" +data: Rawafed\CommonsBundle\Entity\Country {#4417 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5406 +label: "Guatemala" +value: "GT" +data: Rawafed\CommonsBundle\Entity\Country {#4423 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5407 +label: "Guernsey" +value: "GG" +data: Rawafed\CommonsBundle\Entity\Country {#4429 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5408 +label: "Guinea" +value: "GN" +data: Rawafed\CommonsBundle\Entity\Country {#4435 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5409 +label: "Guinea-Bissau" +value: "GW" +data: Rawafed\CommonsBundle\Entity\Country {#4441 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5410 +label: "Guyana" +value: "GY" +data: Rawafed\CommonsBundle\Entity\Country {#4447 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5411 +label: "Haiti" +value: "HT" +data: Rawafed\CommonsBundle\Entity\Country {#4453 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5412 +label: "Honduras" +value: "HN" +data: Rawafed\CommonsBundle\Entity\Country {#4459 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5413 +label: "Hong Kong" +value: "HK" +data: Rawafed\CommonsBundle\Entity\Country {#4465 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5414 +label: "Hungary" +value: "HU" +data: Rawafed\CommonsBundle\Entity\Country {#4471 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5415 +label: "Iceland" +value: "IS" +data: Rawafed\CommonsBundle\Entity\Country {#4477 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5416 +label: "India" +value: "IN" +data: Rawafed\CommonsBundle\Entity\Country {#4483 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5417 +label: "Indonesia" +value: "ID" +data: Rawafed\CommonsBundle\Entity\Country {#4489 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5418 +label: "Iran" +value: "IR" +data: Rawafed\CommonsBundle\Entity\Country {#4495 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5419 +label: "Iraq" +value: "IQ" +data: Rawafed\CommonsBundle\Entity\Country {#4501 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5420 +label: "Ireland" +value: "IE" +data: Rawafed\CommonsBundle\Entity\Country {#4507 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5421 +label: "Isle of Man" +value: "IM" +data: Rawafed\CommonsBundle\Entity\Country {#4513 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5422 +label: "Italy" +value: "IT" +data: Rawafed\CommonsBundle\Entity\Country {#4519 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5423 +label: "Jamaica" +value: "JM" +data: Rawafed\CommonsBundle\Entity\Country {#4525 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5424 +label: "Japan" +value: "JP" +data: Rawafed\CommonsBundle\Entity\Country {#4531 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5425 +label: "Jersey" +value: "JE" +data: Rawafed\CommonsBundle\Entity\Country {#4537 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5426 +label: "Jordan" +value: "JO" +data: Rawafed\CommonsBundle\Entity\Country {#4543 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5427 +label: "Kazakhstan" +value: "KZ" +data: Rawafed\CommonsBundle\Entity\Country {#4549 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5428 +label: "Kenya" +value: "KE" +data: Rawafed\CommonsBundle\Entity\Country {#4555 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5429 +label: "Kiribati" +value: "KI" +data: Rawafed\CommonsBundle\Entity\Country {#4561 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5430 +label: "Kosovo" +value: "XK" +data: Rawafed\CommonsBundle\Entity\Country {#4567 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5431 +label: "Kuwait" +value: "KW" +data: Rawafed\CommonsBundle\Entity\Country {#4573 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5432 +label: "Kyrgyzstan" +value: "KG" +data: Rawafed\CommonsBundle\Entity\Country {#4579 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5433 +label: "Laos" +value: "LA" +data: Rawafed\CommonsBundle\Entity\Country {#4585 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5434 +label: "Latvia" +value: "LV" +data: Rawafed\CommonsBundle\Entity\Country {#4591 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5435 +label: "Lebanon" +value: "LB" +data: Rawafed\CommonsBundle\Entity\Country {#4597 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5436 +label: "Lesotho" +value: "LS" +data: Rawafed\CommonsBundle\Entity\Country {#4603 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5437 +label: "Liberia" +value: "LR" +data: Rawafed\CommonsBundle\Entity\Country {#4609 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5438 +label: "Libya" +value: "LY" +data: Rawafed\CommonsBundle\Entity\Country {#4615 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5439 +label: "Liechtenstein" +value: "LI" +data: Rawafed\CommonsBundle\Entity\Country {#4621 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5440 +label: "Lithuania" +value: "LT" +data: Rawafed\CommonsBundle\Entity\Country {#4627 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5441 +label: "Luxembourg" +value: "LU" +data: Rawafed\CommonsBundle\Entity\Country {#4633 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5442 +label: "Macao" +value: "MO" +data: Rawafed\CommonsBundle\Entity\Country {#4639 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5443 +label: "Macedonia" +value: "MK" +data: Rawafed\CommonsBundle\Entity\Country {#4645 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5444 +label: "Madagascar" +value: "MG" +data: Rawafed\CommonsBundle\Entity\Country {#4651 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5445 +label: "Malawi" +value: "MW" +data: Rawafed\CommonsBundle\Entity\Country {#4657 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5446 +label: "Malaysia" +value: "MY" +data: Rawafed\CommonsBundle\Entity\Country {#4663 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5447 +label: "Maldives" +value: "MV" +data: Rawafed\CommonsBundle\Entity\Country {#4669 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5448 +label: "Mali" +value: "ML" +data: Rawafed\CommonsBundle\Entity\Country {#4675 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5449 +label: "Malta" +value: "MT" +data: Rawafed\CommonsBundle\Entity\Country {#4681 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5450 +label: "Marshall Islands" +value: "MH" +data: Rawafed\CommonsBundle\Entity\Country {#4687 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5451 +label: "Martinique" +value: "MQ" +data: Rawafed\CommonsBundle\Entity\Country {#4693 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5452 +label: "Mauritania" +value: "MR" +data: Rawafed\CommonsBundle\Entity\Country {#4699 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5453 +label: "Mauritius" +value: "MU" +data: Rawafed\CommonsBundle\Entity\Country {#4705 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5454 +label: "Mayotte" +value: "YT" +data: Rawafed\CommonsBundle\Entity\Country {#4711 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5455 +label: "Mexico" +value: "MX" +data: Rawafed\CommonsBundle\Entity\Country {#4717 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5456 +label: "Micronesia" +value: "FM" +data: Rawafed\CommonsBundle\Entity\Country {#4723 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5457 +label: "Moldova" +value: "MD" +data: Rawafed\CommonsBundle\Entity\Country {#4729 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5458 +label: "Monaco" +value: "MC" +data: Rawafed\CommonsBundle\Entity\Country {#4735 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5459 +label: "Mongolia" +value: "MN" +data: Rawafed\CommonsBundle\Entity\Country {#4741 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5460 +label: "Montenegro" +value: "ME" +data: Rawafed\CommonsBundle\Entity\Country {#4747 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5461 +label: "Montserrat" +value: "MS" +data: Rawafed\CommonsBundle\Entity\Country {#4753 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5462 +label: "Morocco" +value: "MA" +data: Rawafed\CommonsBundle\Entity\Country {#4759 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5463 +label: "Mozambique" +value: "MZ" +data: Rawafed\CommonsBundle\Entity\Country {#4765 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5464 +label: "Myanmar" +value: "MM" +data: Rawafed\CommonsBundle\Entity\Country {#4771 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5465 +label: "Namibia" +value: "NA" +data: Rawafed\CommonsBundle\Entity\Country {#4777 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5466 +label: "Nauru" +value: "NR" +data: Rawafed\CommonsBundle\Entity\Country {#4783 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5467 +label: "Nepal" +value: "NP" +data: Rawafed\CommonsBundle\Entity\Country {#4789 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5468 +label: "Netherlands" +value: "NL" +data: Rawafed\CommonsBundle\Entity\Country {#4795 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5469 +label: "Netherlands Antilles" +value: "AN" +data: Rawafed\CommonsBundle\Entity\Country {#4801 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5470 +label: "New Caledonia" +value: "NC" +data: Rawafed\CommonsBundle\Entity\Country {#4807 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5471 +label: "New Zealand" +value: "NZ" +data: Rawafed\CommonsBundle\Entity\Country {#4813 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5472 +label: "Nicaragua" +value: "NI" +data: Rawafed\CommonsBundle\Entity\Country {#4819 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5473 +label: "Niger" +value: "NE" +data: Rawafed\CommonsBundle\Entity\Country {#4825 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5474 +label: "Nigeria" +value: "NG" +data: Rawafed\CommonsBundle\Entity\Country {#4831 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5475 +label: "North Korea" +value: "KP" +data: Rawafed\CommonsBundle\Entity\Country {#4837 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5476 +label: "Northern Mariana Islands" +value: "MP" +data: Rawafed\CommonsBundle\Entity\Country {#4843 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5477 +label: "Norway" +value: "NO" +data: Rawafed\CommonsBundle\Entity\Country {#4849 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5478 +label: "Oman" +value: "OM" +data: Rawafed\CommonsBundle\Entity\Country {#4855 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5479 +label: "Pakistan" +value: "PK" +data: Rawafed\CommonsBundle\Entity\Country {#4861 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5480 +label: "Palau" +value: "PW" +data: Rawafed\CommonsBundle\Entity\Country {#4867 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5481 +label: "Palestine" +value: "PS" +data: Rawafed\CommonsBundle\Entity\Country {#4873 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5482 +label: "Panama" +value: "PA" +data: Rawafed\CommonsBundle\Entity\Country {#4879 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5483 +label: "Papua New Guinea" +value: "PG" +data: Rawafed\CommonsBundle\Entity\Country {#4885 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5484 +label: "Paraguay" +value: "PY" +data: Rawafed\CommonsBundle\Entity\Country {#4891 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5485 +label: "Peru" +value: "PE" +data: Rawafed\CommonsBundle\Entity\Country {#4897 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5486 +label: "Philippines" +value: "PH" +data: Rawafed\CommonsBundle\Entity\Country {#4903 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5487 +label: "Poland" +value: "PL" +data: Rawafed\CommonsBundle\Entity\Country {#4909 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5488 +label: "Portugal" +value: "PT" +data: Rawafed\CommonsBundle\Entity\Country {#4915 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5489 +label: "Puerto Rico" +value: "PR" +data: Rawafed\CommonsBundle\Entity\Country {#4921 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "Qatar" +value: "QA" +data: Rawafed\CommonsBundle\Entity\Country {#4927 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "R" +value: "RE" +data: Rawafed\CommonsBundle\Entity\Country {#4933 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5492 +label: "Romania" +value: "RO" +data: Rawafed\CommonsBundle\Entity\Country {#4939 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5493 +label: "Russia" +value: "RU" +data: Rawafed\CommonsBundle\Entity\Country {#4945 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5494 +label: "Rwanda" +value: "RW" +data: Rawafed\CommonsBundle\Entity\Country {#4951 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5495 +label: "Saint Helena" +value: "SH" +data: Rawafed\CommonsBundle\Entity\Country {#4957 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "Saint Kitts and Nevis" +value: "KN" +data: Rawafed\CommonsBundle\Entity\Country {#4963 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "Saint Lucia" +value: "LC" +data: Rawafed\CommonsBundle\Entity\Country {#4969 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5498 +label: "Saint Pierre and Miquelon" +value: "PM" +data: Rawafed\CommonsBundle\Entity\Country {#4975 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5499 +label: "Saint Vincent and the Grenadines" +value: "VC" +data: Rawafed\CommonsBundle\Entity\Country {#4981 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5500 +label: "Samoa" +value: "WS" +data: Rawafed\CommonsBundle\Entity\Country {#4987 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5501 +label: "San Marino" +value: "SM" +data: Rawafed\CommonsBundle\Entity\Country {#4993 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "Sao Tome and Principe" +value: "ST" +data: Rawafed\CommonsBundle\Entity\Country {#4999 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "Saudi Arabia" +value: "SA" +data: Rawafed\CommonsBundle\Entity\Country {#5005 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "Senegal" +value: "SN" +data: Rawafed\CommonsBundle\Entity\Country {#5011 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "Serbia" +value: "RS" +data: Rawafed\CommonsBundle\Entity\Country {#5017 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "Seychelles" +value: "SC" +data: Rawafed\CommonsBundle\Entity\Country {#5023 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "Sierra Leone" +value: "SL" +data: Rawafed\CommonsBundle\Entity\Country {#5029 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "Singapore" +value: "SG" +data: Rawafed\CommonsBundle\Entity\Country {#5035 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "Sint Maarten" +value: "SX" +data: Rawafed\CommonsBundle\Entity\Country {#5041 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5510 +label: "Slovakia" +value: "SK" +data: Rawafed\CommonsBundle\Entity\Country {#5047 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5511 +label: "Slovenia" +value: "SI" +data: Rawafed\CommonsBundle\Entity\Country {#5053 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5512 +label: "Solomon Islands" +value: "SB" +data: Rawafed\CommonsBundle\Entity\Country {#5059 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5513 +label: "Somalia" +value: "SO" +data: Rawafed\CommonsBundle\Entity\Country {#5065 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5514 +label: "South Africa" +value: "ZA" +data: Rawafed\CommonsBundle\Entity\Country {#5071 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5515 +label: "South Korea" +value: "KR" +data: Rawafed\CommonsBundle\Entity\Country {#5077 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5516 +label: "South Sudan" +value: "SS" +data: Rawafed\CommonsBundle\Entity\Country {#5083 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5517 +label: "Spain" +value: "ES" +data: Rawafed\CommonsBundle\Entity\Country {#5089 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5518 +label: "Sri Lanka" +value: "LK" +data: Rawafed\CommonsBundle\Entity\Country {#5095 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5519 +label: "Sudan" +value: "SD" +data: Rawafed\CommonsBundle\Entity\Country {#5101 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5520 +label: "Suriname" +value: "SR" +data: Rawafed\CommonsBundle\Entity\Country {#5107 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5521 +label: "Swaziland" +value: "SZ" +data: Rawafed\CommonsBundle\Entity\Country {#5113 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5522 +label: "Sweden" +value: "SE" +data: Rawafed\CommonsBundle\Entity\Country {#5119 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5523 +label: "Switzerland" +value: "CH" +data: Rawafed\CommonsBundle\Entity\Country {#5125 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5524 +label: "Syria" +value: "SY" +data: Rawafed\CommonsBundle\Entity\Country {#5131 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5525 +label: "Taiwan" +value: "TW" +data: Rawafed\CommonsBundle\Entity\Country {#5137 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5526 +label: "Tajikistan" +value: "TJ" +data: Rawafed\CommonsBundle\Entity\Country {#5143 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5527 +label: "Tanzania" +value: "TZ" +data: Rawafed\CommonsBundle\Entity\Country {#5149 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5528 +label: "Thailand" +value: "TH" +data: Rawafed\CommonsBundle\Entity\Country {#5155 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5529 +label: "Timor-Leste" +value: "TP" +data: Rawafed\CommonsBundle\Entity\Country {#5161 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5530 +label: "Togo" +value: "TG" +data: Rawafed\CommonsBundle\Entity\Country {#5167 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5531 +label: "Tonga" +value: "TO" +data: Rawafed\CommonsBundle\Entity\Country {#5173 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5532 +label: "Trinidad and Tobago" +value: "TT" +data: Rawafed\CommonsBundle\Entity\Country {#5179 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5533 +label: "Tunisia" +value: "TN" +data: Rawafed\CommonsBundle\Entity\Country {#5185 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5534 +label: "Turkey" +value: "TR" +data: Rawafed\CommonsBundle\Entity\Country {#5191 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5535 +label: "Turkmenistan" +value: "TM" +data: Rawafed\CommonsBundle\Entity\Country {#5197 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5536 +label: "Turks and Caicos Islands" +value: "TC" +data: Rawafed\CommonsBundle\Entity\Country {#5203 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5537 +label: "Uganda" +value: "UG" +data: Rawafed\CommonsBundle\Entity\Country {#5209 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5538 +label: "Ukraine" +value: "UA" +data: Rawafed\CommonsBundle\Entity\Country {#5215 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5539 +label: "United Arab Emirates" +value: "AE" +data: Rawafed\CommonsBundle\Entity\Country {#5221 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5540 +label: "United Kingdom" +value: "GB" +data: Rawafed\CommonsBundle\Entity\Country {#5227 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5541 +label: "United States" +value: "US" +data: Rawafed\CommonsBundle\Entity\Country {#5233 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5542 +label: "Uruguay" +value: "UY" +data: Rawafed\CommonsBundle\Entity\Country {#5239 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5543 +label: "US Minor Outlying Islands" +value: "UM" +data: Rawafed\CommonsBundle\Entity\Country {#5245 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5544 +label: "Uzbekistan" +value: "UZ" +data: Rawafed\CommonsBundle\Entity\Country {#5251 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5545 +label: "Vanuatu" +value: "VU" +data: Rawafed\CommonsBundle\Entity\Country {#5257 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5546 +label: "Vatican City" +value: "VA" +data: Rawafed\CommonsBundle\Entity\Country {#5263 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5547 +label: "Venezuela" +value: "VE" +data: Rawafed\CommonsBundle\Entity\Country {#5269 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5548 +label: "Vietnam" +value: "VN" +data: Rawafed\CommonsBundle\Entity\Country {#5275 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5549 +label: "Virgin Islands, British" +value: "VG" +data: Rawafed\CommonsBundle\Entity\Country {#5281 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5550 +label: "Virgin Islands, U.S." +value: "VI" +data: Rawafed\CommonsBundle\Entity\Country {#5287 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5551 +label: "Wallis and Futuna" +value: "WF" +data: Rawafed\CommonsBundle\Entity\Country {#5293 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5552 +label: "Yemen" +value: "YE" +data: Rawafed\CommonsBundle\Entity\Country {#5299 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5553 +label: "Yugoslavia" +value: "YU" +data: Rawafed\CommonsBundle\Entity\Country {#5305 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5554 +label: "Zambia" +value: "ZM" +data: Rawafed\CommonsBundle\Entity\Country {#5311 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5555 +label: "Zimbabwe" +value: "ZW" +data: Rawafed\CommonsBundle\Entity\Country {#5317 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3824 -form: Symfony\Component\Form\Form {#3774 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3821 …5} |
full_name | "contact_us_message[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message_country" |
is_selected | Closure($choice, $value) {#3792 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3629 …} } |
label | "commons.titles.country" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country" |
placeholder | "Select" |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message_country" |
valid | true |
value | "" |
category
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } |
View Format |
"2"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
class | "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" |
same as passed value |
label | "contactforms.titles.category" |
same as passed value |
placeholder | "Select" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#3520 class: "Rawafed\ContactFormsBundle\Form\ContactUsMessageType" this: Rawafed\ContactFormsBundle\Form\ContactUsMessageType {#3428 …} } |
Doctrine\ORM\QueryBuilder {#3727 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3732 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3731 #from: "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3728 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "cc.enabled = true" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT cc FROM Rawafed\ContactFormsBundle\Entity\ContactUsCategory cc WHERE cc.enabled = true" -parameters: Doctrine\Common\Collections\ArrayCollection {#3730 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3695 -manager: Doctrine\ORM\EntityManager {#308 …11} -class: "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3694 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2841 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#3724 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#5560 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3694 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2841 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] |
choices | null |
class | "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#308 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3694 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2841 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "contactforms.titles.category" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Select" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#3727 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3732 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3731 #from: "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3728 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "cc.enabled = true" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT cc FROM Rawafed\ContactFormsBundle\Entity\ContactUsCategory cc WHERE cc.enabled = true" -parameters: Doctrine\Common\Collections\ArrayCollection {#3730 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3729 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_contact_us_message_category" ] |
cache_key | "_contact_us_message_category_entity" |
choice_translation_domain | false |
choices | [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5565 +label: "Main" +value: "2" +data: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } +attr: [] } ] |
compound | false |
data | Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3331 -id: 2 -name: "Main" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3357 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3407 …} #locale: "en" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3791 -form: Symfony\Component\Form\Form {#3777 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5557 …5} |
full_name | "contact_us_message[category]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message_category" |
is_selected | Closure($choice, $value) {#5558 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3629 …} } |
label | "contactforms.titles.category" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category" |
placeholder | "Select" |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message_category" |
valid | true |
value | "2" |
title
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "contactforms.titles.title" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3752 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "contactforms.titles.title" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3743 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3748 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_us_message_title" ] |
cache_key | "_contact_us_message_title_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5556 -form: Symfony\Component\Form\Form {#3780 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5564 …5} |
full_name | "contact_us_message[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message_title" |
label | "contactforms.titles.title" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "title" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message_title" |
valid | true |
value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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 |
---|---|---|
label | "contactforms.titles.message" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3750 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "contactforms.titles.message" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3745 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_us_message_message" ] |
cache_key | "_contact_us_message_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5559 -form: Symfony\Component\Form\Form {#3783 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5567 …5} |
full_name | "contact_us_message[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message_message" |
label | "contactforms.titles.message" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message_message" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "_yBAzyVi8BGnuux9VjbuUkGE0oexCK1QK04APBOILb0" |
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 | "_yBAzyVi8BGnuux9VjbuUkGE0oexCK1QK04APBOILb0" |
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 |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#625 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#631 …} } |
data | "_yBAzyVi8BGnuux9VjbuUkGE0oexCK1QK04APBOILb0" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5561 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3429 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5572 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3442 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#5569 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact_us_message__token" ] |
cache_key | "_contact_us_message__token_hidden" |
compound | false |
data | "_yBAzyVi8BGnuux9VjbuUkGE0oexCK1QK04APBOILb0" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5583 -form: Symfony\Component\Form\Form {#5579 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5573 …5} |
full_name | "contact_us_message[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_message__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_message__token" |
valid | true |
value | "_yBAzyVi8BGnuux9VjbuUkGE0oexCK1QK04APBOILb0" |