- 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 {#3312 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3313 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } -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 {#3312 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3313 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } -country: null #attachmentFile: null -attachment: null } |
same as passed value |
enable_recaptcha | "0" |
same as passed value |
locale | "ar" |
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 {#3312 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3313 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } -country: null #attachmentFile: null -attachment: null } |
data_class | "Rawafed\ContactFormsBundle\Entity\ContactUsMessage" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3474 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} 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 | "ar" |
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() {#3472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3473 …} } } |
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 {#3312 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3313 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } -country: null #attachmentFile: null -attachment: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3827 -form: Symfony\Component\Form\Form {#3759 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3824 …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 {#3312 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3313 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } -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) {#3649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} } |
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() {#3659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3650 …} } } |
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 {#3832 -form: Symfony\Component\Form\Form {#3809 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3833 …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) {#3662 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} } |
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() {#3637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3656 …} } } |
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 {#3831 -form: Symfony\Component\Form\Form {#3810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3830 …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) {#3630 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} } |
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() {#3624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3625 …} } } |
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 {#3829 -form: Symfony\Component\Form\Form {#3813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3828 …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) {#3528 class: "Rawafed\ContactFormsBundle\Form\ContactUsMessageType" this: Rawafed\ContactFormsBundle\Form\ContactUsMessageType {#3427 …} 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) {#3474 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} use: { $class: "Rawafed\ContactFormsBundle\Entity\ContactUsMessage" } } "error_bubbling" => true "label_attr" => [] "method" => "POST" "action" => "/contact-forms/create" "upload_max_size_message" => Closure() {#3472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3473 …} } } "help" => null "help_attr" => [] "help_html" => false "validation_groups" => null "constraints" => [] "enable_recaptcha" => "0" "locale" => "ar" "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 {#3312 -id: null -name: null -email: null -mobile: null -title: null -message: null -dateTime: null #status: "new" #replies: Doctrine\Common\Collections\ArrayCollection {#3313 …} -category: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } -country: null #attachmentFile: null -attachment: null } ] } } |
Doctrine\ORM\QueryBuilder {#3692 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3690 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#3688 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "ctr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3689 #from: "Rawafed\CommonsBundle\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#3687 #joinType: "INNER" #join: "c.translations" #alias: "ctr" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3683 #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 {#3685 #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 {#3691 …} -_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 {#3577 -manager: Doctrine\ORM\EntityManager {#308 …11} -class: "Rawafed\CommonsBundle\Entity\Country" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3500 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2912 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#3585 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#3796 …} } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3500 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2912 …} -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 {#3500 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2912 …} -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 {#3692 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3690 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#3688 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "ctr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3689 #from: "Rawafed\CommonsBundle\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#3687 #joinType: "INNER" #join: "c.translations" #alias: "ctr" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3683 #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 {#3685 #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 {#3691 …} -_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() {#3596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3599 …} } } |
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 {#5323 +label: "أذربيجان" +value: "AZ" +data: Rawafed\CommonsBundle\Entity\Country {#3840 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3838 +label: "أرمينيا" +value: "AM" +data: Rawafed\CommonsBundle\Entity\Country {#3906 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3795 +label: "أروبا" +value: "AW" +data: Rawafed\CommonsBundle\Entity\Country {#3912 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3837 +label: "أستراليا" +value: "AU" +data: Rawafed\CommonsBundle\Entity\Country {#3918 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3794 +label: "أفغانستان" +value: "AF" +data: Rawafed\CommonsBundle\Entity\Country {#3924 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3623 +label: "ألبانيا" +value: "AL" +data: Rawafed\CommonsBundle\Entity\Country {#3930 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +label: "ألمانيا" +value: "DE" +data: Rawafed\CommonsBundle\Entity\Country {#3936 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3651 +label: "أنتيغا وبربودا" +value: "AG" +data: Rawafed\CommonsBundle\Entity\Country {#3942 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5326 +label: "أنجويلا" +value: "AI" +data: Rawafed\CommonsBundle\Entity\Country {#3948 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5327 +label: "أندورا" +value: "AD" +data: Rawafed\CommonsBundle\Entity\Country {#3954 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5328 +label: "أنغولا" +value: "AO" +data: Rawafed\CommonsBundle\Entity\Country {#3960 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5329 +label: "أوزبكستان" +value: "UZ" +data: Rawafed\CommonsBundle\Entity\Country {#3966 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5330 +label: "أوغندا" +value: "UG" +data: Rawafed\CommonsBundle\Entity\Country {#3972 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5331 +label: "أوكرانيا" +value: "UA" +data: Rawafed\CommonsBundle\Entity\Country {#3978 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5332 +label: "أولند" +value: "AX" +data: Rawafed\CommonsBundle\Entity\Country {#3984 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5333 +label: "أيرلندا" +value: "IE" +data: Rawafed\CommonsBundle\Entity\Country {#3990 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5334 +label: "أيسلندا" +value: "IS" +data: Rawafed\CommonsBundle\Entity\Country {#3996 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5335 +label: "إثيوبيا" +value: "ET" +data: Rawafed\CommonsBundle\Entity\Country {#4002 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5336 +label: "إرتيريا" +value: "ER" +data: Rawafed\CommonsBundle\Entity\Country {#4008 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5337 +label: "إسبانيا" +value: "ES" +data: Rawafed\CommonsBundle\Entity\Country {#4014 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5338 +label: "إستونيا" +value: "EE" +data: Rawafed\CommonsBundle\Entity\Country {#4020 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5339 +label: "إكوادور" +value: "EC" +data: Rawafed\CommonsBundle\Entity\Country {#4026 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5340 +label: "إلسلفادور" +value: "SV" +data: Rawafed\CommonsBundle\Entity\Country {#4032 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5341 +label: "إندونسيا" +value: "ID" +data: Rawafed\CommonsBundle\Entity\Country {#4038 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5342 +label: "إيران" +value: "IR" +data: Rawafed\CommonsBundle\Entity\Country {#4044 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5343 +label: "إيطاليا" +value: "IT" +data: Rawafed\CommonsBundle\Entity\Country {#4050 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5344 +label: "الأرجنتين" +value: "AR" +data: Rawafed\CommonsBundle\Entity\Country {#4056 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5345 +label: "الأردن" +value: "JO" +data: Rawafed\CommonsBundle\Entity\Country {#4062 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5346 +label: "الأوروغواي" +value: "UY" +data: Rawafed\CommonsBundle\Entity\Country {#4068 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5347 +label: "الإمارات" +value: "AE" +data: Rawafed\CommonsBundle\Entity\Country {#4074 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5348 +label: "البحرين" +value: "BH" +data: Rawafed\CommonsBundle\Entity\Country {#4080 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5349 +label: "البرازيل" +value: "BR" +data: Rawafed\CommonsBundle\Entity\Country {#4086 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5350 +label: "البرتغال" +value: "PT" +data: Rawafed\CommonsBundle\Entity\Country {#4092 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5351 +label: "البهاما" +value: "BS" +data: Rawafed\CommonsBundle\Entity\Country {#4098 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5352 +label: "البوسنة والهرسك" +value: "BA" +data: Rawafed\CommonsBundle\Entity\Country {#4104 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5353 +label: "التشيك" +value: "CZ" +data: Rawafed\CommonsBundle\Entity\Country {#4110 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5354 +label: "الجبل الأسود" +value: "ME" +data: Rawafed\CommonsBundle\Entity\Country {#4116 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5355 +label: "الجزائر" +value: "DZ" +data: Rawafed\CommonsBundle\Entity\Country {#4122 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5356 +label: "الجزر العذراء الأمريكية" +value: "VI" +data: Rawafed\CommonsBundle\Entity\Country {#4128 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5357 +label: "الجزر العذراء البريطانية" +value: "VG" +data: Rawafed\CommonsBundle\Entity\Country {#4134 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5358 +label: "الجزر الكاريبية الهولندية" +value: "BQ" +data: Rawafed\CommonsBundle\Entity\Country {#4140 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5359 +label: "الدنمارك" +value: "DK" +data: Rawafed\CommonsBundle\Entity\Country {#4146 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5360 +label: "الرأس الأخضر" +value: "CV" +data: Rawafed\CommonsBundle\Entity\Country {#4152 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5361 +label: "السعودية" +value: "SA" +data: Rawafed\CommonsBundle\Entity\Country {#4158 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5362 +label: "السنغال" +value: "SN" +data: Rawafed\CommonsBundle\Entity\Country {#4164 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5363 +label: "السودان" +value: "SD" +data: Rawafed\CommonsBundle\Entity\Country {#4170 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5364 +label: "السويد" +value: "SE" +data: Rawafed\CommonsBundle\Entity\Country {#4176 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5365 +label: "الصومال" +value: "SO" +data: Rawafed\CommonsBundle\Entity\Country {#4182 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5366 +label: "الصين" +value: "CN" +data: Rawafed\CommonsBundle\Entity\Country {#4188 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5367 +label: "العراق" +value: "IQ" +data: Rawafed\CommonsBundle\Entity\Country {#4194 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5368 +label: "الغابون" +value: "GA" +data: Rawafed\CommonsBundle\Entity\Country {#4200 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5369 +label: "الفاتيكان" +value: "VA" +data: Rawafed\CommonsBundle\Entity\Country {#4206 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5370 +label: "الفلبين" +value: "PH" +data: Rawafed\CommonsBundle\Entity\Country {#4212 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5371 +label: "الكاميرون" +value: "CM" +data: Rawafed\CommonsBundle\Entity\Country {#4218 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5372 +label: "الكويت" +value: "KW" +data: Rawafed\CommonsBundle\Entity\Country {#4224 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5373 +label: "المجر" +value: "HU" +data: Rawafed\CommonsBundle\Entity\Country {#4230 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5374 +label: "المغرب" +value: "MA" +data: Rawafed\CommonsBundle\Entity\Country {#4236 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5375 +label: "المكسيك" +value: "MX" +data: Rawafed\CommonsBundle\Entity\Country {#4242 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5376 +label: "المملكة المتحدة" +value: "GB" +data: Rawafed\CommonsBundle\Entity\Country {#4248 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5377 +label: "النرويج" +value: "NO" +data: Rawafed\CommonsBundle\Entity\Country {#4254 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5378 +label: "النمسا" +value: "AT" +data: Rawafed\CommonsBundle\Entity\Country {#4260 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5379 +label: "النيجر" +value: "NE" +data: Rawafed\CommonsBundle\Entity\Country {#4266 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5380 +label: "الهند" +value: "IN" +data: Rawafed\CommonsBundle\Entity\Country {#4272 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5381 +label: "الولايات المتحدة" +value: "US" +data: Rawafed\CommonsBundle\Entity\Country {#4278 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5382 +label: "اليابان" +value: "JP" +data: Rawafed\CommonsBundle\Entity\Country {#4284 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5383 +label: "اليمن" +value: "YE" +data: Rawafed\CommonsBundle\Entity\Country {#4290 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5384 +label: "اليونان" +value: "GR" +data: Rawafed\CommonsBundle\Entity\Country {#4296 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5385 +label: "بابوا غينيا الجديدة" +value: "PG" +data: Rawafed\CommonsBundle\Entity\Country {#4302 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5386 +label: "باراغواي" +value: "PY" +data: Rawafed\CommonsBundle\Entity\Country {#4308 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5387 +label: "باكستان" +value: "PK" +data: Rawafed\CommonsBundle\Entity\Country {#4314 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5388 +label: "بالاو" +value: "PW" +data: Rawafed\CommonsBundle\Entity\Country {#4320 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5389 +label: "بربادوس" +value: "BB" +data: Rawafed\CommonsBundle\Entity\Country {#4326 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5390 +label: "برمودا" +value: "BM" +data: Rawafed\CommonsBundle\Entity\Country {#4332 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5391 +label: "بروناي" +value: "BN" +data: Rawafed\CommonsBundle\Entity\Country {#4338 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5392 +label: "بلجيكا" +value: "BE" +data: Rawafed\CommonsBundle\Entity\Country {#4344 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5393 +label: "بلغاريا" +value: "BG" +data: Rawafed\CommonsBundle\Entity\Country {#4350 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5394 +label: "بليز" +value: "BZ" +data: Rawafed\CommonsBundle\Entity\Country {#4356 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5395 +label: "بنغلاديش" +value: "BD" +data: Rawafed\CommonsBundle\Entity\Country {#4362 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5396 +label: "بنما" +value: "PA" +data: Rawafed\CommonsBundle\Entity\Country {#4368 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5397 +label: "بنين" +value: "BJ" +data: Rawafed\CommonsBundle\Entity\Country {#4374 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5398 +label: "بوتان" +value: "BT" +data: Rawafed\CommonsBundle\Entity\Country {#4380 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5399 +label: "بوتسوانا" +value: "BW" +data: Rawafed\CommonsBundle\Entity\Country {#4386 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5400 +label: "بورتو ريكو" +value: "PR" +data: Rawafed\CommonsBundle\Entity\Country {#4392 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5401 +label: "بوركينا فاسو" +value: "BF" +data: Rawafed\CommonsBundle\Entity\Country {#4398 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5402 +label: "بوروندي" +value: "BI" +data: Rawafed\CommonsBundle\Entity\Country {#4404 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5403 +label: "بولندا" +value: "PL" +data: Rawafed\CommonsBundle\Entity\Country {#4410 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5404 +label: "بوليفيا" +value: "BO" +data: Rawafed\CommonsBundle\Entity\Country {#4416 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5405 +label: "بولينسيا الفرنسية" +value: "PF" +data: Rawafed\CommonsBundle\Entity\Country {#4422 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5406 +label: "بيرو" +value: "PE" +data: Rawafed\CommonsBundle\Entity\Country {#4428 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5407 +label: "تايلند" +value: "TH" +data: Rawafed\CommonsBundle\Entity\Country {#4434 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5408 +label: "تايوان" +value: "TW" +data: Rawafed\CommonsBundle\Entity\Country {#4440 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5409 +label: "تجمع سان مارتين" +value: "MF" +data: Rawafed\CommonsBundle\Entity\Country {#4446 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5410 +label: "تركمنستان" +value: "TM" +data: Rawafed\CommonsBundle\Entity\Country {#4452 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5411 +label: "تركيا" +value: "TR" +data: Rawafed\CommonsBundle\Entity\Country {#4458 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5412 +label: "ترينيداد وتوباغو" +value: "TT" +data: Rawafed\CommonsBundle\Entity\Country {#4464 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5413 +label: "تشاد" +value: "TD" +data: Rawafed\CommonsBundle\Entity\Country {#4470 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5414 +label: "تشيلي" +value: "CL" +data: Rawafed\CommonsBundle\Entity\Country {#4476 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5415 +label: "تنزانيا" +value: "TZ" +data: Rawafed\CommonsBundle\Entity\Country {#4482 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5416 +label: "توغو" +value: "TG" +data: Rawafed\CommonsBundle\Entity\Country {#4488 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5417 +label: "تونس" +value: "TN" +data: Rawafed\CommonsBundle\Entity\Country {#4494 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5418 +label: "تونغا" +value: "TO" +data: Rawafed\CommonsBundle\Entity\Country {#4500 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5419 +label: "تيمور الشرقية" +value: "TL" +data: Rawafed\CommonsBundle\Entity\Country {#4506 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5420 +label: "تيمور الشرقية" +value: "TP" +data: Rawafed\CommonsBundle\Entity\Country {#4512 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5421 +label: "جامايكا" +value: "JM" +data: Rawafed\CommonsBundle\Entity\Country {#4518 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5422 +label: "جبل طارق" +value: "GI" +data: Rawafed\CommonsBundle\Entity\Country {#4524 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5423 +label: "جرينادا" +value: "GD" +data: Rawafed\CommonsBundle\Entity\Country {#4530 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5424 +label: "جرينلاند" +value: "GL" +data: Rawafed\CommonsBundle\Entity\Country {#4536 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5425 +label: "جزر الأنتيل الهولندية" +value: "AN" +data: Rawafed\CommonsBundle\Entity\Country {#4542 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5426 +label: "جزر القمر" +value: "KM" +data: Rawafed\CommonsBundle\Entity\Country {#4548 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5427 +label: "جزر المالديف" +value: "MV" +data: Rawafed\CommonsBundle\Entity\Country {#4554 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5428 +label: "جزر الولايات المتحدة الصغيرة النائية" +value: "UM" +data: Rawafed\CommonsBundle\Entity\Country {#4560 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5429 +label: "جزر توركس وكايكوس" +value: "TC" +data: Rawafed\CommonsBundle\Entity\Country {#4566 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5430 +label: "جزر جوادلوب" +value: "GP" +data: Rawafed\CommonsBundle\Entity\Country {#4572 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5431 +label: "جزر سليمان" +value: "SB" +data: Rawafed\CommonsBundle\Entity\Country {#4578 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5432 +label: "جزر فارو" +value: "FO" +data: Rawafed\CommonsBundle\Entity\Country {#4584 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5433 +label: "جزر فوكلاند" +value: "FK" +data: Rawafed\CommonsBundle\Entity\Country {#4590 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5434 +label: "جزر كايمان" +value: "KY" +data: Rawafed\CommonsBundle\Entity\Country {#4596 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5435 +label: "جزر كوك" +value: "CK" +data: Rawafed\CommonsBundle\Entity\Country {#4602 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5436 +label: "جزر مارشال" +value: "MH" +data: Rawafed\CommonsBundle\Entity\Country {#4608 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5437 +label: "جزر ماريانا الشمالية" +value: "MP" +data: Rawafed\CommonsBundle\Entity\Country {#4614 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5438 +label: "جزيرة عيد الميلاد" +value: "CX" +data: Rawafed\CommonsBundle\Entity\Country {#4620 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5439 +label: "جزيرة مان" +value: "IM" +data: Rawafed\CommonsBundle\Entity\Country {#4626 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5440 +label: "جمهورية أفريقيا الوسطى" +value: "CF" +data: Rawafed\CommonsBundle\Entity\Country {#4632 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5441 +label: "جمهورية الدومنيكان" +value: "DO" +data: Rawafed\CommonsBundle\Entity\Country {#4638 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5442 +label: "جمهورية الكونغو" +value: "CG" +data: Rawafed\CommonsBundle\Entity\Country {#4644 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5443 +label: "جمهورية الكونغو الديمقراطية" +value: "CD" +data: Rawafed\CommonsBundle\Entity\Country {#4650 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5444 +label: "جنوب أفريقيا" +value: "ZA" +data: Rawafed\CommonsBundle\Entity\Country {#4656 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5445 +label: "جنوب السودان" +value: "SS" +data: Rawafed\CommonsBundle\Entity\Country {#4662 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5446 +label: "جورجيا" +value: "GE" +data: Rawafed\CommonsBundle\Entity\Country {#4668 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5447 +label: "جويانا الفرنسية" +value: "GF" +data: Rawafed\CommonsBundle\Entity\Country {#4674 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5448 +label: "جيبوتي" +value: "DJ" +data: Rawafed\CommonsBundle\Entity\Country {#4680 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5449 +label: "جيرزي" +value: "JE" +data: Rawafed\CommonsBundle\Entity\Country {#4686 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5450 +label: "جيرنزي" +value: "GG" +data: Rawafed\CommonsBundle\Entity\Country {#4692 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5451 +label: "دومينيكا" +value: "DM" +data: Rawafed\CommonsBundle\Entity\Country {#4698 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5452 +label: "رواندا" +value: "RW" +data: Rawafed\CommonsBundle\Entity\Country {#4704 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5453 +label: "روسيا" +value: "RU" +data: Rawafed\CommonsBundle\Entity\Country {#4710 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5454 +label: "روسيا البيضاء" +value: "BY" +data: Rawafed\CommonsBundle\Entity\Country {#4716 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5455 +label: "رومانيا" +value: "RO" +data: Rawafed\CommonsBundle\Entity\Country {#4722 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5456 +label: "ريونيون" +value: "RE" +data: Rawafed\CommonsBundle\Entity\Country {#4728 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5457 +label: "زامبيا" +value: "ZM" +data: Rawafed\CommonsBundle\Entity\Country {#4734 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5458 +label: "زمبابوي" +value: "ZW" +data: Rawafed\CommonsBundle\Entity\Country {#4740 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5459 +label: "ساموا" +value: "WS" +data: Rawafed\CommonsBundle\Entity\Country {#4746 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5460 +label: "ساموا الأمريكية" +value: "AS" +data: Rawafed\CommonsBundle\Entity\Country {#4752 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5461 +label: "سان بيار وميكلون" +value: "PM" +data: Rawafed\CommonsBundle\Entity\Country {#4758 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5462 +label: "سان مارينو" +value: "SM" +data: Rawafed\CommonsBundle\Entity\Country {#4764 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5463 +label: "سانت فنسينت والجرينادينز" +value: "VC" +data: Rawafed\CommonsBundle\Entity\Country {#4770 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5464 +label: "سانت كيتس ونيفيس" +value: "KN" +data: Rawafed\CommonsBundle\Entity\Country {#4776 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5465 +label: "سانت لوسيا" +value: "LC" +data: Rawafed\CommonsBundle\Entity\Country {#4782 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5466 +label: "سانت هيلينا" +value: "SH" +data: Rawafed\CommonsBundle\Entity\Country {#4788 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5467 +label: "ساو تومي وبرينسيب" +value: "ST" +data: Rawafed\CommonsBundle\Entity\Country {#4794 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5468 +label: "سريلانكا" +value: "LK" +data: Rawafed\CommonsBundle\Entity\Country {#4800 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5469 +label: "سلطنة عمان" +value: "OM" +data: Rawafed\CommonsBundle\Entity\Country {#4806 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5470 +label: "سلوفاكيا" +value: "SK" +data: Rawafed\CommonsBundle\Entity\Country {#4812 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5471 +label: "سلوفينيا" +value: "SI" +data: Rawafed\CommonsBundle\Entity\Country {#4818 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5472 +label: "سنغافورة" +value: "SG" +data: Rawafed\CommonsBundle\Entity\Country {#4824 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5473 +label: "سوازيلند" +value: "SZ" +data: Rawafed\CommonsBundle\Entity\Country {#4830 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5474 +label: "سوريا" +value: "SY" +data: Rawafed\CommonsBundle\Entity\Country {#4836 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5475 +label: "سورينام" +value: "SR" +data: Rawafed\CommonsBundle\Entity\Country {#4842 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5476 +label: "سويسرا" +value: "CH" +data: Rawafed\CommonsBundle\Entity\Country {#4848 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5477 +label: "سيراليون" +value: "SL" +data: Rawafed\CommonsBundle\Entity\Country {#4854 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5478 +label: "سيشيل" +value: "SC" +data: Rawafed\CommonsBundle\Entity\Country {#4860 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5479 +label: "سينت مارتن" +value: "SX" +data: Rawafed\CommonsBundle\Entity\Country {#4866 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5480 +label: "صربيا" +value: "RS" +data: Rawafed\CommonsBundle\Entity\Country {#4872 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5481 +label: "طاجيكستان" +value: "TJ" +data: Rawafed\CommonsBundle\Entity\Country {#4878 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5482 +label: "غامبيا" +value: "GM" +data: Rawafed\CommonsBundle\Entity\Country {#4884 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5483 +label: "غانا" +value: "GH" +data: Rawafed\CommonsBundle\Entity\Country {#4890 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5484 +label: "غواتيمالا" +value: "GT" +data: Rawafed\CommonsBundle\Entity\Country {#4896 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5485 +label: "غوام" +value: "GU" +data: Rawafed\CommonsBundle\Entity\Country {#4902 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5486 +label: "غويانا" +value: "GY" +data: Rawafed\CommonsBundle\Entity\Country {#4908 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5487 +label: "غينيا" +value: "GN" +data: Rawafed\CommonsBundle\Entity\Country {#4914 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5488 +label: "غينيا الاستوائية" +value: "GQ" +data: Rawafed\CommonsBundle\Entity\Country {#4920 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5489 +label: "غينيا بيساو" +value: "GW" +data: Rawafed\CommonsBundle\Entity\Country {#4926 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "فانواتو" +value: "VU" +data: Rawafed\CommonsBundle\Entity\Country {#4932 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "فرنسا" +value: "FR" +data: Rawafed\CommonsBundle\Entity\Country {#4938 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5492 +label: "فلسطين" +value: "PS" +data: Rawafed\CommonsBundle\Entity\Country {#4944 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5493 +label: "فنزويلا" +value: "VE" +data: Rawafed\CommonsBundle\Entity\Country {#4950 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5494 +label: "فنلندا" +value: "FI" +data: Rawafed\CommonsBundle\Entity\Country {#4956 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5495 +label: "فيتنام" +value: "VN" +data: Rawafed\CommonsBundle\Entity\Country {#4962 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "فيجي" +value: "FJ" +data: Rawafed\CommonsBundle\Entity\Country {#4968 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "قبرص" +value: "CY" +data: Rawafed\CommonsBundle\Entity\Country {#4974 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5498 +label: "قطر" +value: "QA" +data: Rawafed\CommonsBundle\Entity\Country {#4980 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5499 +label: "قيرغيزستان" +value: "KG" +data: Rawafed\CommonsBundle\Entity\Country {#4986 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5500 +label: "كازاخستان" +value: "KZ" +data: Rawafed\CommonsBundle\Entity\Country {#4992 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5501 +label: "كاليدونيا الجديدة" +value: "NC" +data: Rawafed\CommonsBundle\Entity\Country {#4998 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "كرواتيا" +value: "HR" +data: Rawafed\CommonsBundle\Entity\Country {#5004 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "كمبوديا" +value: "KH" +data: Rawafed\CommonsBundle\Entity\Country {#5010 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "كندا" +value: "CA" +data: Rawafed\CommonsBundle\Entity\Country {#5016 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "كوبا" +value: "CU" +data: Rawafed\CommonsBundle\Entity\Country {#5022 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "كوت ديفوار" +value: "CI" +data: Rawafed\CommonsBundle\Entity\Country {#5028 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "كوراساو" +value: "CW" +data: Rawafed\CommonsBundle\Entity\Country {#5034 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "كوريا الجنوبية" +value: "KR" +data: Rawafed\CommonsBundle\Entity\Country {#5040 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "كوريا الشمالية" +value: "KP" +data: Rawafed\CommonsBundle\Entity\Country {#5046 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5510 +label: "كوستاريكا" +value: "CR" +data: Rawafed\CommonsBundle\Entity\Country {#5052 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5511 +label: "كوسوفو" +value: "XK" +data: Rawafed\CommonsBundle\Entity\Country {#5058 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5512 +label: "كولومبيا" +value: "CO" +data: Rawafed\CommonsBundle\Entity\Country {#5064 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5513 +label: "كيريباتي" +value: "KI" +data: Rawafed\CommonsBundle\Entity\Country {#5070 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5514 +label: "كينيا" +value: "KE" +data: Rawafed\CommonsBundle\Entity\Country {#5076 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5515 +label: "لاتفيا" +value: "LV" +data: Rawafed\CommonsBundle\Entity\Country {#5082 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5516 +label: "لاوس" +value: "LA" +data: Rawafed\CommonsBundle\Entity\Country {#5088 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5517 +label: "لبنان" +value: "LB" +data: Rawafed\CommonsBundle\Entity\Country {#5094 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5518 +label: "لوكسمبورغ" +value: "LU" +data: Rawafed\CommonsBundle\Entity\Country {#5100 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5519 +label: "ليبيا" +value: "LY" +data: Rawafed\CommonsBundle\Entity\Country {#5106 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5520 +label: "ليبيريا" +value: "LR" +data: Rawafed\CommonsBundle\Entity\Country {#5112 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5521 +label: "ليتوانيا" +value: "LT" +data: Rawafed\CommonsBundle\Entity\Country {#5118 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5522 +label: "ليختنشتاين" +value: "LI" +data: Rawafed\CommonsBundle\Entity\Country {#5124 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5523 +label: "ليسوتو" +value: "LS" +data: Rawafed\CommonsBundle\Entity\Country {#5130 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5524 +label: "مارتينيك" +value: "MQ" +data: Rawafed\CommonsBundle\Entity\Country {#5136 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5525 +label: "ماكاو" +value: "MO" +data: Rawafed\CommonsBundle\Entity\Country {#5142 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5526 +label: "مالطا" +value: "MT" +data: Rawafed\CommonsBundle\Entity\Country {#5148 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5527 +label: "مالي" +value: "ML" +data: Rawafed\CommonsBundle\Entity\Country {#5154 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5528 +label: "ماليزيا" +value: "MY" +data: Rawafed\CommonsBundle\Entity\Country {#5160 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5529 +label: "مايكرونزيا" +value: "FM" +data: Rawafed\CommonsBundle\Entity\Country {#5166 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5530 +label: "مايوت" +value: "YT" +data: Rawafed\CommonsBundle\Entity\Country {#5172 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5531 +label: "مدغشقر" +value: "MG" +data: Rawafed\CommonsBundle\Entity\Country {#5178 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5532 +label: "مصر" +value: "EG" +data: Rawafed\CommonsBundle\Entity\Country {#5184 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5533 +label: "مقدونيا" +value: "MK" +data: Rawafed\CommonsBundle\Entity\Country {#5190 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5534 +label: "ملاوي" +value: "MW" +data: Rawafed\CommonsBundle\Entity\Country {#5196 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5535 +label: "منغوليا" +value: "MN" +data: Rawafed\CommonsBundle\Entity\Country {#5202 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5536 +label: "موريتانيا" +value: "MR" +data: Rawafed\CommonsBundle\Entity\Country {#5208 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5537 +label: "موريشيوس" +value: "MU" +data: Rawafed\CommonsBundle\Entity\Country {#5214 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5538 +label: "موزمبيق" +value: "MZ" +data: Rawafed\CommonsBundle\Entity\Country {#5220 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5539 +label: "مولدافيا" +value: "MD" +data: Rawafed\CommonsBundle\Entity\Country {#5226 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5540 +label: "موناكو" +value: "MC" +data: Rawafed\CommonsBundle\Entity\Country {#5232 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5541 +label: "مونتسرات" +value: "MS" +data: Rawafed\CommonsBundle\Entity\Country {#5238 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5542 +label: "ميانمار" +value: "MM" +data: Rawafed\CommonsBundle\Entity\Country {#5244 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5543 +label: "ناميبيا" +value: "NA" +data: Rawafed\CommonsBundle\Entity\Country {#5250 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5544 +label: "ناورو" +value: "NR" +data: Rawafed\CommonsBundle\Entity\Country {#5256 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5545 +label: "نيبال" +value: "NP" +data: Rawafed\CommonsBundle\Entity\Country {#5262 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5546 +label: "نيجيريا" +value: "NG" +data: Rawafed\CommonsBundle\Entity\Country {#5268 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5547 +label: "نيكاراغوا" +value: "NI" +data: Rawafed\CommonsBundle\Entity\Country {#5274 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5548 +label: "نيوزيلندا" +value: "NZ" +data: Rawafed\CommonsBundle\Entity\Country {#5280 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5549 +label: "هايتي" +value: "HT" +data: Rawafed\CommonsBundle\Entity\Country {#5286 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5550 +label: "هندوراس" +value: "HN" +data: Rawafed\CommonsBundle\Entity\Country {#5292 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5551 +label: "هولندا" +value: "NL" +data: Rawafed\CommonsBundle\Entity\Country {#5298 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5552 +label: "هونغ كونغ" +value: "HK" +data: Rawafed\CommonsBundle\Entity\Country {#5304 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5553 +label: "والس وفوتونا" +value: "WF" +data: Rawafed\CommonsBundle\Entity\Country {#5310 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5554 +label: "يوغوسلافيا" +value: "YU" +data: Rawafed\CommonsBundle\Entity\Country {#5316 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3823 -form: Symfony\Component\Form\Form {#3773 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3820 …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) {#3791 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3628 …} } |
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 {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } |
View Format |
"1"
|
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) {#3519 class: "Rawafed\ContactFormsBundle\Form\ContactUsMessageType" this: Rawafed\ContactFormsBundle\Form\ContactUsMessageType {#3427 …} } |
Doctrine\ORM\QueryBuilder {#3726 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3731 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3730 #from: "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3727 #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 {#3729 …} -_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 {#3694 -manager: Doctrine\ORM\EntityManager {#308 …11} -class: "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3693 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2840 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#3723 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#5559 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3693 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2840 …} -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 {#3693 -om: Doctrine\ORM\EntityManager {#308 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2840 …} -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 {#3726 -_em: Doctrine\ORM\EntityManager {#308 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3731 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3730 #from: "Rawafed\ContactFormsBundle\Entity\ContactUsCategory" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3727 #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 {#3729 …} -_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() {#3725 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3728 …} } } |
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 | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5564 +label: "المبيعات" +value: "1" +data: Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } +attr: [] } ] |
compound | false |
data | Rawafed\ContactFormsBundle\Entity\ContactUsCategory {#3330 -id: 1 -name: "المبيعات" -tag: null -enabled: true -is_system: false -has_attachments: false -view_order: 65535 #messages: Doctrine\ORM\PersistentCollection {#3356 …} #emailRecipients: Doctrine\ORM\PersistentCollection {#3406 …} #locale: "ar" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3790 -form: Symfony\Component\Form\Form {#3776 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5556 …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) {#5557 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3628 …} } |
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 | "1" |
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) {#3751 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} } |
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() {#3742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3747 …} } } |
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 {#5555 -form: Symfony\Component\Form\Form {#3779 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5563 …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) {#3749 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} } |
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() {#3765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#3744 …} } } |
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 {#5558 -form: Symfony\Component\Form\Form {#3782 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5566 …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 | "IcvFaF1S8Cpan2VJAnv7xFn40rkzT2qI2nzFwhUCa0w" |
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 | "IcvFaF1S8Cpan2VJAnv7xFn40rkzT2qI2nzFwhUCa0w" |
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 | "IcvFaF1S8Cpan2VJAnv7xFn40rkzT2qI2nzFwhUCa0w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5560 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3428 …} } |
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() {#5571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#5568 …} } } |
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 | "IcvFaF1S8Cpan2VJAnv7xFn40rkzT2qI2nzFwhUCa0w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5582 -form: Symfony\Component\Form\Form {#5578 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5572 …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 | "IcvFaF1S8Cpan2VJAnv7xFn40rkzT2qI2nzFwhUCa0w" |