- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 21
- Events
- Routing
- Cache
- Translation 25
- Security
- Twig
- Doctrine
- E-mails
- Debug
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
firstname
-
lastname
-
conpany
-
phone
-
email
-
adresse
-
city
-
codePostal
-
batiment
-
lat
-
longi
-
country
-
secteurActivite
-
captchaCode
-
_token
-
adresse_facturation_abonnement
"App\Form\AdresseFacturationAbonnementType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Adresse^ {#756 -id: null -titre: null -adresse: null -city: null -codePostal: null -country: null -countryCode: null -lat: null -longi: null -email: null -firstname: null -lastname: null -phone: null -batiment: null -conpany: null -typeAdresse: null -isArchived: false -customer: null -typeCompte: null -secteurActivite: null -adresseSup: null -isAdresseSup: null #captchaCode: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
adresseExist | null |
null
|
data | Adresse^ {#756 -id: null -titre: null -adresse: null -city: null -codePostal: null -country: null -countryCode: null -lat: null -longi: null -email: null -firstname: null -lastname: null -phone: null -batiment: null -conpany: null -typeAdresse: null -isArchived: false -customer: null -typeCompte: null -secteurActivite: null -adresseSup: null -isAdresseSup: null #captchaCode: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
adresseExist | null |
allow_extra_fields | true |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | Adresse^ {#756 -id: null -titre: null -adresse: null -city: null -codePostal: null -country: null -countryCode: null -lat: null -longi: null -email: null -firstname: null -lastname: null -phone: null -batiment: null -conpany: null -typeAdresse: null -isArchived: false -customer: null -typeCompte: null -secteurActivite: null -adresseSup: null -isAdresseSup: null #captchaCode: null } |
data_class | "App\Entity\Adresse" |
disabled | false |
empty_data | Closure(FormInterface $form) {#767 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} use: { $class: "App\Entity\Adresse" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#766 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "adresse_facturation_abonnement" "_adresse_facturation_abonnement" ] |
cache_key | "_adresse_facturation_abonnement_adresse_facturation_abonnement" |
compound | true |
data | Adresse^ {#756 -id: null -titre: null -adresse: null -city: null -codePostal: null -country: null -countryCode: null -lat: null -longi: null -email: null -firstname: null -lastname: null -phone: null -batiment: null -conpany: null -typeAdresse: null -isArchived: false -customer: null -typeCompte: null -secteurActivite: null -adresseSup: null -isAdresseSup: null #captchaCode: null } |
disabled | false |
errors | FormErrorIterator^ {#1148 -form: Form {#1154 …} -errors: [] } |
form | FormView^ {#765 …5} |
full_name | "adresse_facturation_abonnement" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adresse_facturation_abonnement" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement" |
valid | true |
value | Adresse^ {#756 -id: null -titre: null -adresse: null -city: null -codePostal: null -country: null -countryCode: null -lat: null -longi: null -email: null -firstname: null -lastname: null -phone: null -batiment: null -conpany: null -typeAdresse: null -isArchived: false -customer: null -typeCompte: null -secteurActivite: null -adresseSup: null -isAdresseSup: null #captchaCode: null } |
firstname
"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 | [ "placeholder" => "Nom" ] |
[ "placeholder" => "Nom" ] |
data | null |
null
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#825 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_firstname" ] |
cache_key | "_adresse_facturation_abonnement_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#911 -form: Form {#1162 …} -errors: [] } |
form | FormView^ {#886 …5} |
full_name | "adresse_facturation_abonnement[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_firstname" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_firstname" |
valid | true |
value | "" |
lastname
"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 | [ "placeholder" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
data | null |
null
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#876 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#885 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_lastname" ] |
cache_key | "_adresse_facturation_abonnement_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#860 -form: Form {#1350 …} -errors: [] } |
form | FormView^ {#840 …5} |
full_name | "adresse_facturation_abonnement[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_lastname" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_lastname" |
valid | true |
value | "" |
conpany
"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 | [ "placeholder" => "Nom de l'entreprise" ] |
[ "placeholder" => "Nom de l'entreprise" ] |
data | null |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom de l'entreprise" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#843 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#844 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom de l'entreprise" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_conpany" ] |
cache_key | "_adresse_facturation_abonnement_conpany_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#801 -form: Form {#1346 …} -errors: [] } |
form | FormView^ {#851 …5} |
full_name | "adresse_facturation_abonnement[conpany]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_conpany" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "conpany" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_conpany" |
valid | true |
value | "" |
phone
"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 |
---|---|---|
data | null |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#897 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_phone" ] |
cache_key | "_adresse_facturation_abonnement_phone_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#923 -form: Form {#1354 …} -errors: [] } |
form | FormView^ {#902 …5} |
full_name | "adresse_facturation_abonnement[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_phone" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_phone" |
valid | true |
value | "" |
"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 | [ "placeholder" => "Adresse mail" ] |
[ "placeholder" => "Adresse mail" ] |
data | null |
null
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse mail" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#720 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#927 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#864 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse mail" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_email" ] |
cache_key | "_adresse_facturation_abonnement_email_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#834 -form: Form {#1357 …} -errors: [] } |
form | FormView^ {#827 …5} |
full_name | "adresse_facturation_abonnement[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_email" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_email" |
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 | [ "placeholder" => "Adresse" ] |
[ "placeholder" => "Adresse" ] |
data | null |
null
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#845 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_adresse" ] |
cache_key | "_adresse_facturation_abonnement_adresse_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#859 -form: Form {#1360 …} -errors: [] } |
form | FormView^ {#1388 …5} |
full_name | "adresse_facturation_abonnement[adresse]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_adresse" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adresse" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_adresse" |
valid | true |
value | "" |
city
"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 | [ "placeholder" => "Ville" ] |
[ "placeholder" => "Ville" ] |
data | null |
null
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Ville" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#882 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Ville" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_city" ] |
cache_key | "_adresse_facturation_abonnement_city_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1390 -form: Form {#1363 …} -errors: [] } |
form | FormView^ {#1391 …5} |
full_name | "adresse_facturation_abonnement[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_city" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_city" |
valid | true |
value | "" |
codePostal
"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 | [ "placeholder" => "Code Postal" ] |
[ "placeholder" => "Code Postal" ] |
data | null |
null
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Code Postal" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#930 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#680 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Code Postal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_codePostal" ] |
cache_key | "_adresse_facturation_abonnement_codePostal_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1392 -form: Form {#1366 …} -errors: [] } |
form | FormView^ {#1393 …5} |
full_name | "adresse_facturation_abonnement[codePostal]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_codePostal" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "codePostal" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_codePostal" |
valid | true |
value | "" |
batiment
"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 | [ "placeholder" => "Complément d'adresse" ] |
[ "placeholder" => "Complément d'adresse" ] |
data | null |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Complément d'adresse" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#916 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#702 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Complément d'adresse" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_adresse_facturation_abonnement_batiment" ] |
cache_key | "_adresse_facturation_abonnement_batiment_text" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1434 -form: Form {#1369 …} -errors: [] } |
form | FormView^ {#1437 …5} |
full_name | "adresse_facturation_abonnement[batiment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_batiment" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "batiment" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_batiment" |
valid | true |
value | "" |
lat
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
data | null |
null
|
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#863 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#875 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_adresse_facturation_abonnement_lat" ] |
cache_key | "_adresse_facturation_abonnement_lat_hidden" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1438 -form: Form {#1372 …} -errors: [] } |
form | FormView^ {#1439 …5} |
full_name | "adresse_facturation_abonnement[lat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_lat" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lat" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_lat" |
valid | true |
value | "" |
longi
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
data | null |
null
|
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#866 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#891 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_adresse_facturation_abonnement_longi" ] |
cache_key | "_adresse_facturation_abonnement_longi_hidden" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1440 -form: Form {#1375 …} -errors: [] } |
form | FormView^ {#1441 …5} |
full_name | "adresse_facturation_abonnement[longi]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_longi" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "longi" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_longi" |
valid | true |
value | "" |
country
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
data | null |
null
|
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | null |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#931 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#699 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_adresse_facturation_abonnement_country" ] |
cache_key | "_adresse_facturation_abonnement_country_hidden" |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1442 -form: Form {#1378 …} -errors: [] } |
form | FormView^ {#1443 …5} |
full_name | "adresse_facturation_abonnement[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_country" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "country" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_country" |
valid | true |
value | "" |
secteurActivite
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Technologie" => "Technologie" "Agroalimentaire" => "Agroalimentaire" "Textile" => "Textile" "Finance et assurance" => "Finance et assurance" "Energie" => "Energie" "Service" => "Service" "Education" => "Education" "Santé" => "Santé" "Formation" => "Formation" "Hotellerie restauration" => "Hotellerie restauration" "Autres" => "Autres" ] |
[ "Technologie" => "Technologie" "Agroalimentaire" => "Agroalimentaire" "Textile" => "Textile" "Finance et assurance" => "Finance et assurance" "Energie" => "Energie" "Service" => "Service" "Education" => "Education" "Santé" => "Santé" "Formation" => "Formation" "Hotellerie restauration" => "Hotellerie restauration" "Autres" => "Autres" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "Technologie" => "Technologie" "Agroalimentaire" => "Agroalimentaire" "Textile" => "Textile" "Finance et assurance" => "Finance et assurance" "Energie" => "Energie" "Service" => "Service" "Education" => "Education" "Santé" => "Santé" "Formation" => "Formation" "Hotellerie restauration" => "Hotellerie restauration" "Autres" => "Autres" ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#852 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_adresse_facturation_abonnement_secteurActivite" ] |
cache_key | "_adresse_facturation_abonnement_secteurActivite_choice" |
choice_translation_domain | null |
choices | [ ChoiceView^ {#1446 +label: "Technologie" +value: "Technologie" +data: "Technologie" +attr: [] } ChoiceView^ {#1447 +label: "Agroalimentaire" +value: "Agroalimentaire" +data: "Agroalimentaire" +attr: [] } ChoiceView^ {#1448 +label: "Textile" +value: "Textile" +data: "Textile" +attr: [] } ChoiceView^ {#1449 +label: "Finance et assurance" +value: "Finance et assurance" +data: "Finance et assurance" +attr: [] } ChoiceView^ {#1450 +label: "Energie" +value: "Energie" +data: "Energie" +attr: [] } ChoiceView^ {#1451 +label: "Service" +value: "Service" +data: "Service" +attr: [] } ChoiceView^ {#1452 +label: "Education" +value: "Education" +data: "Education" +attr: [] } ChoiceView^ {#1453 +label: "Santé" +value: "Santé" +data: "Santé" +attr: [] } ChoiceView^ {#1454 +label: "Formation" +value: "Formation" +data: "Formation" +attr: [] } ChoiceView^ {#1455 +label: "Hotellerie restauration" +value: "Hotellerie restauration" +data: "Hotellerie restauration" +attr: [] } ChoiceView^ {#1456 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1444 -form: Form {#1381 …} -errors: [] } |
expanded | false |
form | FormView^ {#1445 …5} |
full_name | "adresse_facturation_abonnement[secteurActivite]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_secteurActivite" |
is_selected | Closure($choice, $value) {#1459 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: ChoiceType {#867 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "secteurActivite" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_secteurActivite" |
valid | true |
value | "" |
captchaCode
"Captcha\Bundle\CaptchaBundle\Form\Type\CaptchaType"
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 |
---|---|---|
captchaConfig | "ExampleCaptcha" |
same as passed value |
constraints | [ ValidCaptcha^ {#665 +message: "Captcha invalide." +payload: null } ] |
[ ValidCaptcha^ {#665 +message: "Captcha invalide." +payload: null } ] |
label | "Retype the characters from the picture" |
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 |
botdetect_captcha_path | "/home/preprodcopees/www/copees-sf/vendor/captcha-com/symfony-captcha-bundle/Support/../../captcha/botdetect-captcha-lib" |
by_reference | true |
captchaConfig | "ExampleCaptcha" |
captchaStyleName | null |
compound | false |
constraints | [ ValidCaptcha^ {#665 +message: "Captcha invalide." +payload: null } ] |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1145 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Retype the characters from the picture" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#1146 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_adresse_facturation_abonnement_captchaCode" ] |
cache_key | "_adresse_facturation_abonnement_captchaCode_captcha" |
captcha_html | """ <link type="text/css" rel="stylesheet" href="../../captcha-handler?get=bdc-layout-stylesheet.css" />\r\n <div class="BDC_CaptchaDiv" id="ExampleCaptcha_CaptchaDiv" style="width:280px; height:50px;"><!--\r\n --><div class="BDC_CaptchaImageDiv" id="ExampleCaptcha_CaptchaImageDiv" style="width:250px !important; height:50px !important;"><!--\r\n --><a href="//captcha.org/captcha.html?symfony" title="BotDetect CAPTCHA Library for Symfony" ><img class="BDC_CaptchaImage" id="ExampleCaptcha_CaptchaImage" src="../../captcha-handler?get=image&c=ExampleCaptcha&t=46226db0a9f07474eb02b86a99ddd0a7" alt="Retype the CAPTCHA code from the image" style="" /></a><!--\r\n --></div><!--\r\n --><div class="BDC_CaptchaIconsDiv" id="ExampleCaptcha_CaptchaIconsDiv" style="width: 24px !important;"><!--\r\n --><a class="BDC_ReloadLink" id="ExampleCaptcha_ReloadLink" href="#" title="Change the CAPTCHA code"><img class="BDC_ReloadIcon" id="ExampleCaptcha_ReloadIcon" src="../../captcha-handler?get=bdc-reload-icon.gif" alt="Change the CAPTCHA code" /></a><!--\r\n --><a rel="nofollow" class="BDC_SoundLink" id="ExampleCaptcha_SoundLink" href="../../captcha-handler?get=sound&c=ExampleCaptcha&t=46226db0a9f07474eb02b86a99ddd0a7" title="Speak the CAPTCHA code" target="_blank"><img class="BDC_SoundIcon" id="ExampleCaptcha_SoundIcon" src="../../captcha-handler?get=bdc-sound-icon.gif" alt="Speak the CAPTCHA code" /></a><!--\r\n --><div class="BDC_Placeholder" id="ExampleCaptcha_AudioPlaceholder"> </div><!--\r\n --></div>\r\n <script src="../../captcha-handler?get=script-include&c=ExampleCaptcha&t=46226db0a9f07474eb02b86a99ddd0a7" type="text/javascript"></script> <input type="hidden" name="BDC_UserSpecifiedCaptchaId" id="BDC_UserSpecifiedCaptchaId" value="ExampleCaptcha" />\r\n <input type="hidden" name="BDC_VCID_ExampleCaptcha" id="BDC_VCID_ExampleCaptcha" value="46226db0a9f07474eb02b86a99ddd0a7" />\r\n <input type="hidden" name="BDC_BackWorkaround_ExampleCaptcha" id="BDC_BackWorkaround_ExampleCaptcha" value="0" />\r\n <input type="hidden" name="BDC_Hs_ExampleCaptcha" id="BDC_Hs_ExampleCaptcha" value="3fd815ba0082697f355623336cba57fbc1a9f369" />\r\n <input type="hidden" name="BDC_SP_ExampleCaptcha" id="BDC_SP_ExampleCaptcha" value="620963281" />\r\n </div>\r\n """ |
compound | false |
data | null |
disabled | false |
errors | FormErrorIterator^ {#1458 -form: Form {#1384 …} -errors: [] } |
form | FormView^ {#1460 …5} |
full_name | "adresse_facturation_abonnement[captchaCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement_captchaCode" |
label | "Retype the characters from the picture" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captchaCode" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement_captchaCode" |
user_input_id | "captchaCode" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "D81T3zF36gg3KigOiuZ1rabXne2idBAhPjIlTJpoMKg" |
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 | "D81T3zF36gg3KigOiuZ1rabXne2idBAhPjIlTJpoMKg" |
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 | CsrfTokenManager^ {#254 -generator: UriSafeTokenGenerator {#255 …} -storage: SessionTokenStorage {#246 …} -namespace: Closure {#257 …} } |
data | "D81T3zF36gg3KigOiuZ1rabXne2idBAhPjIlTJpoMKg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#698 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#683 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#855 …} use: { $translator: DataCollectorTranslator {#529 …} $translationDomain: "validators" $message: Closure {#1468 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_adresse_facturation_abonnement__token" ] |
cache_key | "_adresse_facturation_abonnement__token_hidden" |
compound | false |
data | "D81T3zF36gg3KigOiuZ1rabXne2idBAhPjIlTJpoMKg" |
disabled | false |
errors | FormErrorIterator^ {#1474 -form: Form {#1462 …} -errors: [] } |
form | FormView^ {#1464 …5} |
full_name | "adresse_facturation_abonnement[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "adresse_facturation_abonnement__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_adresse_facturation_abonnement__token" |
valid | true |
value | "D81T3zF36gg3KigOiuZ1rabXne2idBAhPjIlTJpoMKg" |