- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 96
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations
- E-mails
- Debug
- 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
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#4186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2034 …} -namespace: Closure() {#4189 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4205 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4129 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4207 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4191 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#4206 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/user/dashboardprint" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4310 -form: Symfony\Component\Form\Form {#4246 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4313 …5} |
full_name | "form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | null |
types
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "graphics" "actions" "incidents" "exercisingclaims" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Graphiques" => "graphics" "Actions à réaliser" => "actions" "Incidents à traiter" => "incidents" "Demandes d'exercices de droits à traiter" => "exercisingclaims" ] |
[ "Graphiques" => "graphics" "Actions à réaliser" => "actions" "Incidents à traiter" => "incidents" "Demandes d'exercices de droits à traiter" => "exercisingclaims" ] |
data | [ "graphics" "actions" "incidents" "exercisingclaims" ] |
[ "graphics" "actions" "incidents" "exercisingclaims" ] |
expanded | true |
same as passed value |
label | "Choix des exports" |
same as passed value |
multiple | 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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Graphiques" => "graphics" "Actions à réaliser" => "actions" "Incidents à traiter" => "incidents" "Demandes d'exercices de droits à traiter" => "exercisingclaims" ] |
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 {#4186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2034 …} -namespace: Closure() {#4189 …} } |
data | [ "graphics" "actions" "incidents" "exercisingclaims" ] |
data_class | null |
disabled | false |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Choix des exports" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4220 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4191 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#4221 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_types" ] |
cache_key | "_form_types_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +label: "Graphiques" +value: "graphics" +data: "graphics" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +label: "Actions à réaliser" +value: "actions" +data: "actions" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +label: "Incidents à traiter" +value: "incidents" +data: "incidents" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +label: "Demandes d'exercices de droits à traiter" +value: "exercisingclaims" +data: "exercisingclaims" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | [ "graphics" "actions" "incidents" "exercisingclaims" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4218 -form: Symfony\Component\Form\Form {#4294 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#4267 …5} |
full_name | "form[types]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_types" |
is_selected | Closure($choice, array $values) {#4279 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4234 …} } |
label | "Choix des exports" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "types" |
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 | "_form_types" |
valid | true |
value | [ "graphics" "actions" "incidents" "exercisingclaims" ] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"graphics"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Graphiques" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "graphics" |
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 | "entry" |
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 {#4186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2034 …} -namespace: Closure() {#4189 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#4257 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4251 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#4252 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Graphiques" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4191 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#4255 …} } } |
validation_groups | null |
value | "graphics" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_types_entry" ] |
cache_key | "_form_types_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4319 -form: Symfony\Component\Form\Form {#4297 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4317 …5} |
full_name | "form[types][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_types_0" |
label | "Graphiques" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_types_entry" |
valid | true |
value | "graphics" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"actions"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Actions à réaliser" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "actions" |
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 | "entry" |
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 {#4186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2034 …} -namespace: Closure() {#4189 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#4257 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4251 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#4252 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Actions à réaliser" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4191 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#4269 …} } } |
validation_groups | null |
value | "actions" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_types_entry" ] |
cache_key | "_form_types_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4320 -form: Symfony\Component\Form\Form {#4300 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4321 …5} |
full_name | "form[types][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_types_1" |
label | "Actions à réaliser" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_types_entry" |
valid | true |
value | "actions" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"incidents"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Incidents à traiter" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "incidents" |
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 | "entry" |
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 {#4186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2034 …} -namespace: Closure() {#4189 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#4257 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4251 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#4252 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Incidents à traiter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4278 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4191 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#4277 …} } } |
validation_groups | null |
value | "incidents" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_types_entry" ] |
cache_key | "_form_types_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4322 -form: Symfony\Component\Form\Form {#4303 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4330 …5} |
full_name | "form[types][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_types_2" |
label | "Incidents à traiter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_types_entry" |
valid | true |
value | "incidents" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"exercisingclaims"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Demandes d'exercices de droits à traiter" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "exercisingclaims" |
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 | "entry" |
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 {#4186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2034 …} -namespace: Closure() {#4189 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#4257 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#4251 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#4252 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Demandes d'exercices de droits à traiter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4191 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#4286 …} } } |
validation_groups | null |
value | "exercisingclaims" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_types_entry" ] |
cache_key | "_form_types_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4332 -form: Symfony\Component\Form\Form {#4306 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4333 …5} |
full_name | "form[types][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_types_3" |
label | "Demandes d'exercices de droits à traiter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_types_entry" |
valid | true |
value | "exercisingclaims" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "928b8a5b1.yNfgER7lONHLWYthTkQi1poWvp89ZOYzJPUgqOHptS0._-SNfUinS7y-NeoYFw5w4esn7v1EB4F5Ssdp6aq6x2COsZlEbaxThZ8Pvw" |
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 | "928b8a5b1.yNfgER7lONHLWYthTkQi1poWvp89ZOYzJPUgqOHptS0._-SNfUinS7y-NeoYFw5w4esn7v1EB4F5Ssdp6aq6x2COsZlEbaxThZ8Pvw" |
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 {#4186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2034 …} -namespace: Closure() {#4189 …} } |
data | "928b8a5b1.yNfgER7lONHLWYthTkQi1poWvp89ZOYzJPUgqOHptS0._-SNfUinS7y-NeoYFw5w4esn7v1EB4F5Ssdp6aq6x2COsZlEbaxThZ8Pvw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4336 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4129 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4338 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4191 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#4334 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
cache_key | "_form__token_hidden" |
compound | false |
data | "928b8a5b1.yNfgER7lONHLWYthTkQi1poWvp89ZOYzJPUgqOHptS0._-SNfUinS7y-NeoYFw5w4esn7v1EB4F5Ssdp6aq6x2COsZlEbaxThZ8Pvw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4348 -form: Symfony\Component\Form\Form {#4344 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4339 …5} |
full_name | "form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form__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 | "_form__token" |
valid | true |
value | "928b8a5b1.yNfgER7lONHLWYthTkQi1poWvp89ZOYzJPUgqOHptS0._-SNfUinS7y-NeoYFw5w4esn7v1EB4F5Ssdp6aq6x2COsZlEbaxThZ8Pvw" |