- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
nprAgentAr
-
nprAgentFr
-
typeAgent
-
identAgent
-
adresse
-
numTel
-
numFax
-
gouvernorat
-
delegation
-
imada
-
recaptcha
-
_token
-
agent
"App\Form\AgentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Agent {#466 -id: null -user: null -imada: null -nprAgentFr: null -nprAgentAr: null -typeAgent: null -identAgent: null -adresse: null -numTel: null -numFax: null -createdAt: null -updatedAt: null -gouvernorat: null -delegation: null -codAgent: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Agent {#466 -id: null -user: null -imada: null -nprAgentFr: null -nprAgentAr: null -typeAgent: null -identAgent: null -adresse: null -numTel: null -numFax: null -createdAt: null -updatedAt: null -gouvernorat: null -delegation: null -codAgent: null } |
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 | 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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data | App\Entity\Agent {#466 -id: null -user: null -imada: null -nprAgentFr: null -nprAgentAr: null -typeAgent: null -identAgent: null -adresse: null -numTel: null -numFax: null -createdAt: null -updatedAt: null -gouvernorat: null -delegation: null -codAgent: null } |
data_class | "App\Entity\Agent" |
disabled | false |
empty_data | Closure(FormInterface $form) {#422 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} use: { $class: "App\Entity\Agent" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#586 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#585 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "agent" "_agent" ] |
cache_key | "_agent_agent" |
compound | true |
data | App\Entity\Agent {#466 -id: null -user: null -imada: null -nprAgentFr: null -nprAgentAr: null -typeAgent: null -identAgent: null -adresse: null -numTel: null -numFax: null -createdAt: null -updatedAt: null -gouvernorat: null -delegation: null -codAgent: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#729 -form: Symfony\Component\Form\Form {#890 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#584 …5} |
full_name | "agent" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agent" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent" |
valid | true |
value | App\Entity\Agent {#466 -id: null -user: null -imada: null -nprAgentFr: null -nprAgentAr: null -typeAgent: null -identAgent: null -adresse: null -numTel: null -numFax: null -createdAt: null -updatedAt: null -gouvernorat: null -delegation: null -codAgent: null } |
nprAgentAr
"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 | [ "class" => "form-control form-control-line" ] |
[ "class" => "form-control form-control-line" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-line" ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#431 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#427 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-line" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_agent_nprAgentAr" ] |
cache_key | "_agent_nprAgentAr_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#974 -form: Symfony\Component\Form\Form {#928 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#977 …5} |
full_name | "agent[nprAgentAr]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_nprAgentAr" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nprAgentAr" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_nprAgentAr" |
valid | true |
value | "" |
nprAgentFr
"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 | [ "class" => "form-control form-control-line" ] |
[ "class" => "form-control form-control-line" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-line" ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#434 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#550 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#435 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-line" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_agent_nprAgentFr" ] |
cache_key | "_agent_nprAgentFr_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#851 -form: Symfony\Component\Form\Form {#931 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#848 …5} |
full_name | "agent[nprAgentFr]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_nprAgentFr" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nprAgentFr" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_nprAgentFr" |
valid | true |
value | "" |
typeAgent
"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 | [ "class" => "form-control form-control-line" ] |
[ "class" => "form-control form-control-line" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-line" ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#436 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#420 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#438 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-line" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_agent_typeAgent" ] |
cache_key | "_agent_typeAgent_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#926 -form: Symfony\Component\Form\Form {#934 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#938 …5} |
full_name | "agent[typeAgent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_typeAgent" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "typeAgent" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_typeAgent" |
valid | true |
value | "" |
identAgent
"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 | [ "class" => "form-control form-control-line" ] |
[ "class" => "form-control form-control-line" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-line" ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#726 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#727 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-line" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_agent_identAgent" ] |
cache_key | "_agent_identAgent_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#895 -form: Symfony\Component\Form\Form {#881 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#864 …5} |
full_name | "agent[identAgent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_identAgent" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "identAgent" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_identAgent" |
valid | true |
value | "" |
adresse
"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 | [ "class" => "form-control form-control-line" ] |
[ "class" => "form-control form-control-line" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-line" ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#736 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-line" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_agent_adresse" ] |
cache_key | "_agent_adresse_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#912 -form: Symfony\Component\Form\Form {#898 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#813 …5} |
full_name | "agent[adresse]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_adresse" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adresse" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_adresse" |
valid | true |
value | "" |
numTel
"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 | [ "class" => "form-control form-control-line" ] |
[ "class" => "form-control form-control-line" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-line" ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#744 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#745 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-line" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_agent_numTel" ] |
cache_key | "_agent_numTel_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#767 -form: Symfony\Component\Form\Form {#901 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#747 …5} |
full_name | "agent[numTel]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_numTel" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "numTel" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_numTel" |
valid | true |
value | "" |
numFax
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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 | [ "class" => "form-control form-control-line" ] |
[ "class" => "form-control form-control-line" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-line" ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#756 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter an integer." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#755 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-line" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_agent_numFax" ] |
cache_key | "_agent_numFax_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#738 -form: Symfony\Component\Form\Form {#904 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#553 …5} |
full_name | "agent[numFax]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_numFax" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "numFax" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_numFax" |
valid | true |
value | "" |
gouvernorat
"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 |
---|---|---|
attr | [ "required" => "required" "class" => "form-control" ] |
[ "required" => "required" "class" => "form-control" ] |
choice_label | "gouvernorat" |
same as passed value |
class | "App\Entity\DicGouvernorat" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#754 class: "App\Form\AgentType" this: App\Form\AgentType {#574 …} } |
Doctrine\ORM\QueryBuilder {#803 -_em: Doctrine\ORM\EntityManager {#351 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#853 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "g" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#859 #from: "App\Entity\DicGouvernorat" #alias: "g" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#855 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "g.gouvernorat ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT g FROM App\Entity\DicGouvernorat g ORDER BY g.gouvernorat ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#852 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => "required" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "gouvernorat" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#821 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#856 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#809 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#866 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#925 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#854 …} } |
choices | null |
class | "App\Entity\DicGouvernorat" |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
em | ContainerRxARBXW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#332 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#820 -om: ContainerRxARBXW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#332 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#549 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#803 -_em: Doctrine\ORM\EntityManager {#351 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#853 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "g" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#859 #from: "App\Entity\DicGouvernorat" #alias: "g" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#855 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "g.gouvernorat ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT g FROM App\Entity\DicGouvernorat g ORDER BY g.gouvernorat ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#852 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#806 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => "required" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_agent_gouvernorat" ] |
cache_key | "_agent_gouvernorat_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#849 -form: Symfony\Component\Form\Form {#830 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#446 …5} |
full_name | "agent[gouvernorat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_gouvernorat" |
is_selected | Closure($choice, $value) {#979 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#777 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "gouvernorat" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_gouvernorat" |
valid | true |
value | "" |
delegation
"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 |
---|---|---|
attr | [ "required" => "required" "class" => "form-control" ] |
[ "required" => "required" "class" => "form-control" ] |
choice_label | "delegation" |
same as passed value |
class | "App\Entity\DicDelegation" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#762 class: "App\Form\AgentType" this: App\Form\AgentType {#574 …} } |
Doctrine\ORM\QueryBuilder {#826 -_em: Doctrine\ORM\EntityManager {#351 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#829 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#828 #from: "App\Entity\DicDelegation" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#824 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.delegation ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT d FROM App\Entity\DicDelegation d ORDER BY d.delegation ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#831 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => "required" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "delegation" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#921 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#822 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#825 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#866 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#907 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#905 …} } |
choices | null |
class | "App\Entity\DicDelegation" |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
em | ContainerRxARBXW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#332 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#909 -om: ContainerRxARBXW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#332 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#659 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#826 -_em: Doctrine\ORM\EntityManager {#351 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#829 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#828 #from: "App\Entity\DicDelegation" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#824 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.delegation ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT d FROM App\Entity\DicDelegation d ORDER BY d.delegation ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#831 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#816 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => "required" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_agent_delegation" ] |
cache_key | "_agent_delegation_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#980 -form: Symfony\Component\Form\Form {#836 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#605 …5} |
full_name | "agent[delegation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_delegation" |
is_selected | Closure($choice, $value) {#986 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#777 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "delegation" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_delegation" |
valid | true |
value | "" |
imada
"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 |
---|---|---|
attr | [ "required" => "required" "class" => "form-control" ] |
[ "required" => "required" "class" => "form-control" ] |
choice_label | "nom" |
same as passed value |
class | "App\Entity\DicImada" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#760 class: "App\Form\AgentType" this: App\Form\AgentType {#574 …} } |
Doctrine\ORM\QueryBuilder {#922 -_em: Doctrine\ORM\EntityManager {#351 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#923 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#796 #from: "App\Entity\DicImada" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#814 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "i.nom ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT i FROM App\Entity\DicImada i ORDER BY i.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#817 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => "required" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#875 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#808 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#797 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#866 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#802 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#799 …} } |
choices | null |
class | "App\Entity\DicImada" |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
em | ContainerRxARBXW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#332 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#862 -om: ContainerRxARBXW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#332 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#578 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#922 -_em: Doctrine\ORM\EntityManager {#351 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#923 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#796 #from: "App\Entity\DicImada" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#814 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "i.nom ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT i FROM App\Entity\DicImada i ORDER BY i.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#817 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#914 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => "required" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_agent_imada" ] |
cache_key | "_agent_imada_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#988 -form: Symfony\Component\Form\Form {#839 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#983 …5} |
full_name | "agent[imada]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_imada" |
is_selected | Closure($choice, $value) {#990 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#777 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "imada" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent_imada" |
valid | true |
value | "" |
recaptcha
"VictorPrdh\RecaptchaBundle\Form\ReCaptchaType"
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 | [ "required" => "required" ] |
[ "required" => "required" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => "required" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ VictorPrdh\RecaptchaBundle\Validator\Constraints\IsValidCaptcha {#877 +payload: null +message: "This value is not a valid captcha." } ] |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#892 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
type | "checkbox" |
upload_max_size_message | Closure() {#894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#893 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => "required" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "recaptcha" "_agent_recaptcha" ] |
cache_key | "_agent_recaptcha_recaptcha" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#993 -form: Symfony\Component\Form\Form {#842 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#985 …5} |
full_name | "agent[recaptcha]" |
google_site_key | "6LdCul0hAAAAAEU1_jBA92CxMT3-u7rJzsQRN7xW" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "checkbox" |
unique_block_prefix | "_agent_recaptcha" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "581a803a1745b681.T0DP5fLEMs33Ywge3Os6XS8fV4ZqMTbZ8xnF18KjcE8.DHSK1IinZaGyUnFsr6JsJERNMe0CZ1ejhEm3vaibPHYfNIGzyrFdnbsBTQ" |
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 | "581a803a1745b681.T0DP5fLEMs33Ywge3Os6XS8fV4ZqMTbZ8xnF18KjcE8.DHSK1IinZaGyUnFsr6JsJERNMe0CZ1ejhEm3vaibPHYfNIGzyrFdnbsBTQ" |
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 {#385 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#594 …} -namespace: Closure() {#480 …} } |
data | "581a803a1745b681.T0DP5fLEMs33Ywge3Os6XS8fV4ZqMTbZ8xnF18KjcE8.DHSK1IinZaGyUnFsr6JsJERNMe0CZ1ejhEm3vaibPHYfNIGzyrFdnbsBTQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1019 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#669 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1017 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#472 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#614 …} $translationDomain: "validators" $message: Closure() {#995 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_agent__token" ] |
cache_key | "_agent__token_hidden" |
compound | false |
data | "581a803a1745b681.T0DP5fLEMs33Ywge3Os6XS8fV4ZqMTbZ8xnF18KjcE8.DHSK1IinZaGyUnFsr6JsJERNMe0CZ1ejhEm3vaibPHYfNIGzyrFdnbsBTQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1016 -form: Symfony\Component\Form\Form {#1000 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1018 …5} |
full_name | "agent[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "agent__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_agent__token" |
valid | true |
value | "581a803a1745b681.T0DP5fLEMs33Ywge3Os6XS8fV4ZqMTbZ8xnF18KjcE8.DHSK1IinZaGyUnFsr6JsJERNMe0CZ1ejhEm3vaibPHYfNIGzyrFdnbsBTQ" |