Forms
template
Form type:
"App\Form\TemplateType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Template {#559 -id: 19 -titre: "TEST" -type: "Prestation" -parametres: [ "Nom" "prenom" "niveau" ] -data: [ "html" => "" "conditions" => "" "options" => "" "conditions_array" => [] ] } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Template {#559 -id: 19 -titre: "TEST" -type: "Prestation" -parametres: [ "Nom" "prenom" "niveau" ] -data: [ "html" => "" "conditions" => "" "options" => "" "conditions_array" => [] ] } |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data | App\Entity\Template {#559 -id: 19 -titre: "TEST" -type: "Prestation" -parametres: [ "Nom" "prenom" "niveau" ] -data: [ "html" => "" "conditions" => "" "options" => "" "conditions_array" => [] ] } |
data_class | "App\Entity\Template" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1001 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} use: { $class: "App\Entity\Template" } } |
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() {#999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1000 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "template" "_template" ] |
cache_key | "_template_template" |
compound | true |
data | App\Entity\Template {#559 -id: 19 -titre: "TEST" -type: "Prestation" -parametres: [ "Nom" "prenom" "niveau" ] -data: [ "html" => "" "conditions" => "" "options" => "" "conditions_array" => [] ] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1081 -form: Symfony\Component\Form\Form {#1057 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#998 …5} |
full_name | "template" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "template" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template" |
valid | true |
value | App\Entity\Template {#559 -id: 19 -titre: "TEST" -type: "Prestation" -parametres: [ "Nom" "prenom" "niveau" ] -data: [ "html" => "" "conditions" => "" "options" => "" "conditions_array" => [] ] } |
titre
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "TEST" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Titre de la template" |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#974 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} } |
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 | "Titre de la template" |
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() {#1013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1014 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_template_titre" ] |
cache_key | "_template_titre_text" |
compound | false |
data | "TEST" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1153 -form: Symfony\Component\Form\Form {#1060 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1155 …5} |
full_name | "template[titre]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template_titre" |
label | "Titre de la template" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "titre" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template_titre" |
valid | true |
value | "TEST" |
type
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Prestation" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Mail" => "Mail" "SMS" => "SMS" "Prestation" => "Prestation" "Formation" => "Formation" ] |
[ "Mail" => "Mail" "SMS" => "SMS" "Prestation" => "Prestation" "Formation" => "Formation" ] |
label | "Type" |
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 | [ "Mail" => "Mail" "SMS" => "SMS" "Prestation" => "Prestation" "Formation" => "Formation" ] |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type" |
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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#992 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#990 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_template_type" ] |
cache_key | "_template_type_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1149 +label: "Mail" +value: "Mail" +data: "Mail" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +label: "SMS" +value: "SMS" +data: "SMS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1010 +label: "Prestation" +value: "Prestation" +data: "Prestation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#993 +label: "Formation" +value: "Formation" +data: "Formation" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Prestation" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1152 -form: Symfony\Component\Form\Form {#1063 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1151 …5} |
full_name | "template[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template_type" |
is_selected | Closure($choice, $value) {#1083 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#972 …} } |
label | "Type" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template_type" |
valid | true |
value | "Prestation" |
parametres
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "Nom" "prenom" "niveau" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
allow_delete | true |
same as passed value |
entry_type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#1026 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} } |
entry_options | [ "block_name" => "entry" ] |
entry_type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
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 collection 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" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
prototype_options | [] |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1019 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_template_parametres" ] |
cache_key | "_template_parametres_collection" |
compound | true |
data | [ "Nom" "prenom" "niveau" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1046 -form: Symfony\Component\Form\Form {#1066 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1143 …5} |
full_name | "template[parametres]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template_parametres" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "parametres" |
priority | 0 |
prototype | Symfony\Component\Form\FormView {#1082 …5} |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template_parametres" |
valid | true |
value | [ "Nom" "prenom" "niveau" ] |
0
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Nom" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
block_name | "entry" |
same as passed value |
property_path | "[0]" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1077 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} } |
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 | "[0]" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1088 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1075 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "text" "_template_parametres_entry" ] |
cache_key | "_template_parametres_entry_text" |
compound | false |
data | "Nom" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1157 -form: Symfony\Component\Form\Form {#1112 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1080 …5} |
full_name | "template[parametres][0]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template_parametres_0" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template_parametres_entry" |
valid | true |
value | "Nom" |
1
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "prenom" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
block_name | "entry" |
same as passed value |
property_path | "[1]" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1115 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} } |
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 | "[1]" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1117 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1116 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "text" "_template_parametres_entry" ] |
cache_key | "_template_parametres_entry_text" |
compound | false |
data | "prenom" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1158 -form: Symfony\Component\Form\Form {#1124 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1159 …5} |
full_name | "template[parametres][1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template_parametres_1" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template_parametres_entry" |
valid | true |
value | "prenom" |
2
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "niveau" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
block_name | "entry" |
same as passed value |
property_path | "[2]" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1127 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} } |
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 | "[2]" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1128 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "text" "_template_parametres_entry" ] |
cache_key | "_template_parametres_entry_text" |
compound | false |
data | "niveau" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1160 -form: Symfony\Component\Form\Form {#1136 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1161 …5} |
full_name | "template[parametres][2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template_parametres_2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template_parametres_entry" |
valid | true |
value | "niveau" |
data
Errors
This form has no errors.
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 |
---|---|---|
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 | 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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1047 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} } |
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() {#1043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1093 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_template_data" ] |
cache_key | "_template_data_hidden" |
compound | false |
data | "{"html":"","conditions":"","options":"","conditions_array":[]}" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1139 -form: Symfony\Component\Form\Form {#1069 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1142 …5} |
full_name | "template[data]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template_data" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "data" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template_data" |
valid | true |
value | "{"html":"","conditions":"","options":"","conditions_array":[]}" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "2c96a133d.aLEWwYPuxl5lqDtZDL0gJvXxPTIBJrspp5qPqkSjHpQ.DNx-s7qllgcz7XccQcdGY8KQW1djYf1q8_a-mgLtSPAMiHD3td6zFj-aeg" |
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 | "2c96a133d.aLEWwYPuxl5lqDtZDL0gJvXxPTIBJrspp5qPqkSjHpQ.DNx-s7qllgcz7XccQcdGY8KQW1djYf1q8_a-mgLtSPAMiHD3td6zFj-aeg" |
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 {#247 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#243 …} -namespace: Closure() {#40 …} } |
data | "2c96a133d.aLEWwYPuxl5lqDtZDL0gJvXxPTIBJrspp5qPqkSjHpQ.DNx-s7qllgcz7XccQcdGY8KQW1djYf1q8_a-mgLtSPAMiHD3td6zFj-aeg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1177 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#916 …} } |
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() {#1175 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $translationDomain: "validators" $message: Closure() {#1176 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_template__token" ] |
cache_key | "_template__token_hidden" |
compound | false |
data | "2c96a133d.aLEWwYPuxl5lqDtZDL0gJvXxPTIBJrspp5qPqkSjHpQ.DNx-s7qllgcz7XccQcdGY8KQW1djYf1q8_a-mgLtSPAMiHD3td6zFj-aeg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1186 -form: Symfony\Component\Form\Form {#1182 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1174 …5} |
full_name | "template[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "template__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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_template__token" |
valid | true |
value | "2c96a133d.aLEWwYPuxl5lqDtZDL0gJvXxPTIBJrspp5qPqkSjHpQ.DNx-s7qllgcz7XccQcdGY8KQW1djYf1q8_a-mgLtSPAMiHD3td6zFj-aeg" |