- Request / Response
- Performance
- Validator 1
- Forms 1
- Exception
- Logs 48
- Events
- Routing
- Cache
- Translation 138
- Security
- Twig
- HTTP Client
- Doctrine 18
- Migrations
- E-mails
- Debug
- Messages
- E-mails
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
date
-
dateEnd
-
billing
-
reference
-
ttc
-
mode
-
statut
-
_token
-
-
-
firstname
-
site
-
lastname
-
statusProspect
-
civilite
-
birthday
-
deathday
-
roomNumber
-
comments
-
nomTuteur
-
consignesClient
-
prenomTuteur
-
civiliteTuteur
-
numeroTuteur
-
addressTuteur
-
addressTuteur2
-
city
-
zipcode
-
daysOfWeek
-
emailTuteur
-
commentTuteur
-
nomFacturation
-
prenomFacturation
-
addressFacturation
-
ComplementAdresseFacturation
-
codePostalFacturation
-
villeFacturation
-
civiliteFacturation
-
-
email
-
phone
-
discount
-
sendMode
-
payMode
-
account
-
bankName
-
iban
-
bic
-
rum
-
-
year
-
month
-
day
-
-
billingMode
-
company
-
-
familyMembers
-
_token
-
-
-
status
-
start
-
end
-
_token
-
filter
"App\Form\Reglement\FilterType"
Errors
Message | Origin | Cause |
---|---|---|
Ce formulaire ne doit pas contenir de champs supplémentaires. | filter |
Caused by:
Symfony\Component\Validator\ConstraintViolation {#2528 root: Symfony\Component\Form\Form {#2441 …} path: "" value: [ "dateDebut" => "" "dateFin" => "" "statusSite" => "" ] } |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [] |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "date" => null "dateEnd" => null "reference" => null "ttc" => null "mode" => [] "statut" => [] ] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
client_form | false |
false
|
data | [] |
[] |
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 |
client_form | false |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2343 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2345 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2344 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "filter" "_filter" ] |
cache_key | "_filter_filter" |
compound | true |
data | [ "date" => null "dateEnd" => null "reference" => null "ttc" => null "mode" => [] "statut" => [] ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11297 -form: Symfony\Component\Form\Form {#2441 …} -errors: [ Symfony\Component\Form\FormError {#2703 #messageTemplate: "This form should not contain extra fields." #messageParameters: [ "{{ extra_fields }}" => ""dateDebut", "dateFin", "statusSite"" ] #messagePluralization: 3 -message: "Ce formulaire ne doit pas contenir de champs supplémentaires." -cause: Symfony\Component\Validator\ConstraintViolation {#2528 root: Symfony\Component\Form\Form {#2441 …} path: "" value: [ "dateDebut" => "" "dateFin" => "" "statusSite" => "" ] } -origin: Symfony\Component\Form\Form {#2441 …} } ] } |
form | Symfony\Component\Form\FormView {#11298 …5} |
full_name | "filter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "filter" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter" |
valid | false |
value | [ "date" => null "dateEnd" => null "reference" => null "ttc" => null "mode" => [] "statut" => [] ] |
date
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Choisir une date" "class" => "flatpicker" ] |
[ "placeholder" => "Choisir une date" "class" => "flatpicker" ] |
label | "Choisir une date " |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Choisir une date" "class" => "flatpicker" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2356 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Choisir une date " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2358 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2357 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Choisir une date" "class" => "flatpicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_filter_date" ] |
cache_key | "_filter_date_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11301 -form: Symfony\Component\Form\Form {#2444 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11302 …5} |
full_name | "filter[date]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter_date" |
label | "Choisir une date " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "date" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter_date" |
valid | true |
value | "" |
dateEnd
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Choisir une date de fin" "class" => "flatpicker" ] |
[ "placeholder" => "Choisir une date de fin" "class" => "flatpicker" ] |
label | "Choisir une date de fin " |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Choisir une date de fin" "class" => "flatpicker" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2365 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Choisir une date de fin " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2367 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2366 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Choisir une date de fin" "class" => "flatpicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_filter_dateEnd" ] |
cache_key | "_filter_dateEnd_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11304 -form: Symfony\Component\Form\Form {#2447 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11303 …5} |
full_name | "filter[dateEnd]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter_dateEnd" |
label | "Choisir une date de fin " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "dateEnd" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter_dateEnd" |
valid | true |
value | "" |
billing
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un numéro de facture " ] |
[ "placeholder" => "Entrer un numéro de facture " ] |
label | "Entrer un numéro de facture " |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un numéro de facture " ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2374 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Entrer un numéro de facture " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2375 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un numéro de facture " ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_filter_billing" ] |
cache_key | "_filter_billing_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11306 -form: Symfony\Component\Form\Form {#2450 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11305 …5} |
full_name | "filter[billing]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter_billing" |
label | "Entrer un numéro de facture " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billing" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter_billing" |
valid | true |
value | "" |
reference
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer une référence" ] |
[ "placeholder" => "Entrer une référence" ] |
label | "Entrer une référence" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer une référence" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2383 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Entrer une référence" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2385 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2384 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer une référence" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_filter_reference" ] |
cache_key | "_filter_reference_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11308 -form: Symfony\Component\Form\Form {#2453 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11307 …5} |
full_name | "filter[reference]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter_reference" |
label | "Entrer une référence" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "reference" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter_reference" |
valid | true |
value | "" |
ttc
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un montant" ] |
[ "placeholder" => "Entrer un montant" ] |
label | "Entrer un montant" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un montant" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2392 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Entrer un montant" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2394 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2393 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un montant" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_filter_ttc" ] |
cache_key | "_filter_ttc_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11310 -form: Symfony\Component\Form\Form {#2456 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11309 …5} |
full_name | "filter[ttc]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter_ttc" |
label | "Entrer un montant" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ttc" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter_ttc" |
valid | true |
value | "" |
mode
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "CB" => "cb" "Chèque" => "cheque" "Espèces" => "especes" "Virement" => "virement" "Sepa" => "sepa" ] |
[ "CB" => "cb" "Chèque" => "cheque" "Espèces" => "especes" "Virement" => "virement" "Sepa" => "sepa" ] |
label | "Mode de règlement" |
same as passed value |
multiple | true |
same as passed value |
placeholder | "Choisir un mode" |
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 |
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 | [ "CB" => "cb" "Chèque" => "cheque" "Espèces" => "especes" "Virement" => "virement" "Sepa" => "sepa" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Mode de règlement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2413 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_filter_mode" ] |
cache_key | "_filter_mode_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11314 +label: "CB" +value: "cb" +data: "cb" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11313 +label: "Chèque" +value: "cheque" +data: "cheque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11315 +label: "Espèces" +value: "especes" +data: "especes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11316 +label: "Virement" +value: "virement" +data: "virement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11317 +label: "Sepa" +value: "sepa" +data: "sepa" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11312 -form: Symfony\Component\Form\Form {#2459 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11311 …5} |
full_name | "filter[mode][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter_mode" |
is_selected | Closure($choice, array $values) {#11319 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Mode de règlement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "mode" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter_mode" |
valid | true |
value | [] |
statut
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Choisir un statut" "style" => "width:100%" ] |
[ "placeholder" => "Choisir un statut" "style" => "width:100%" ] |
choices | [ "Emis" => "Emis" "Annulé" => "Annulé" "Régularisation" => "Régularisation" "Provision insuffisante" => "Provision insuffisante" "Contestation débiteur" => "Contestation débiteur" "Compte clôturé" => "Compte clôturé" "Autre" => "Autre" "Remboursement" => "Remboursement" ] |
[ "Emis" => "Emis" "Annulé" => "Annulé" "Régularisation" => "Régularisation" "Provision insuffisante" => "Provision insuffisante" "Contestation débiteur" => "Contestation débiteur" "Compte clôturé" => "Compte clôturé" "Autre" => "Autre" "Remboursement" => "Remboursement" ] |
label | "Statut Reglement" |
same as passed value |
multiple | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Choisir un statut" "style" => "width:100%" ] |
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 | [ "Emis" => "Emis" "Annulé" => "Annulé" "Régularisation" => "Régularisation" "Provision insuffisante" => "Provision insuffisante" "Contestation débiteur" => "Contestation débiteur" "Compte clôturé" => "Compte clôturé" "Autre" => "Autre" "Remboursement" => "Remboursement" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Statut Reglement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#2428 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Choisir un statut" "style" => "width:100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_filter_statut" ] |
cache_key | "_filter_statut_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11323 +label: "Emis" +value: "Emis" +data: "Emis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11322 +label: "Annulé" +value: "Annulé" +data: "Annulé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11324 +label: "Régularisation" +value: "Régularisation" +data: "Régularisation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11325 +label: "Provision insuffisante" +value: "Provision insuffisante" +data: "Provision insuffisante" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11326 +label: "Contestation débiteur" +value: "Contestation débiteur" +data: "Contestation débiteur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11327 +label: "Compte clôturé" +value: "Compte clôturé" +data: "Compte clôturé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11328 +label: "Autre" +value: "Autre" +data: "Autre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11329 +label: "Remboursement" +value: "Remboursement" +data: "Remboursement" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11320 -form: Symfony\Component\Form\Form {#2462 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11321 …5} |
full_name | "filter[statut][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter_statut" |
is_selected | Closure($choice, array $values) {#11331 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Statut Reglement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "statut" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filter_statut" |
valid | true |
value | [] |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "a89c.w_cyqv4Xr1Svqbnw71dr7UDRH5ho_lrunT_XMVkpEN0.hLJh061O1zb28cqUuDs9uXfgVc1dzjCJyw2UXwxbR662sGTNtXadDsfw1g" |
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 | "a89c.w_cyqv4Xr1Svqbnw71dr7UDRH5ho_lrunT_XMVkpEN0.hLJh061O1zb28cqUuDs9uXfgVc1dzjCJyw2UXwxbR662sGTNtXadDsfw1g" |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data | "a89c.w_cyqv4Xr1Svqbnw71dr7UDRH5ho_lrunT_XMVkpEN0.hLJh061O1zb28cqUuDs9uXfgVc1dzjCJyw2UXwxbR662sGTNtXadDsfw1g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#11300 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#11332 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#11333 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_filter__token" ] |
cache_key | "_filter__token_hidden" |
compound | false |
data | "a89c.w_cyqv4Xr1Svqbnw71dr7UDRH5ho_lrunT_XMVkpEN0.hLJh061O1zb28cqUuDs9uXfgVc1dzjCJyw2UXwxbR662sGTNtXadDsfw1g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11343 -form: Symfony\Component\Form\Form {#11339 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11334 …5} |
full_name | "filter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filter__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_filter__token" |
valid | true |
value | "a89c.w_cyqv4Xr1Svqbnw71dr7UDRH5ho_lrunT_XMVkpEN0.hLJh061O1zb28cqUuDs9uXfgVc1dzjCJyw2UXwxbR662sGTNtXadDsfw1g" |
client
"App\Form\ClientType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Client {#1671 -id: 12623 -site: Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } -identifier: "FLE12622" -firstname: "MARIE-FRANCE" -numClient: null -civilite: "Madame" -lastname: "FLEUROSE" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: "21.07.2023 Facture février envoyée par Emma" -suiviClient: null -roomNumber: "214" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: null -emailNotaire: null -numeroTuteur: "06 80 01 50 04" -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: null -statusProspect: "Décès" -profilClient: "Autonome et décisionnaire" -addressTuteur: null -addressTuteur2: null -city: null -zipcode: null -contract: Doctrine\ORM\PersistentCollection {#1773 …} -familyMembers: Doctrine\ORM\PersistentCollection {#1804 …} -contact: null -billingInfos: Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } #creator: Proxies\__CG__\App\Entity\User {#1815 …} #maj: App\Entity\User {#760 …} -reglements: Doctrine\ORM\PersistentCollection {#1879 …} -billings: Doctrine\ORM\PersistentCollection {#2004 …} -created: DateTime @1676280727 {#1666 date: 2023-02-13 10:32:07.0 Europe/Berlin (+01:00) } -updated: DateTime @1732194299 {#3233 date: 2024-11-21 14:04:59.587080 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: null -recurrences: Doctrine\ORM\PersistentCollection {#2048 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\Client {#1671 -id: 12623 -site: Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } -identifier: "FLE12622" -firstname: "MARIE-FRANCE" -numClient: null -civilite: "Madame" -lastname: "FLEUROSE" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: "21.07.2023 Facture février envoyée par Emma" -suiviClient: null -roomNumber: "214" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: null -emailNotaire: null -numeroTuteur: "06 80 01 50 04" -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: null -statusProspect: "Décès" -profilClient: "Autonome et décisionnaire" -addressTuteur: null -addressTuteur2: null -city: null -zipcode: null -contract: Doctrine\ORM\PersistentCollection {#1773 …} -familyMembers: Doctrine\ORM\PersistentCollection {#1804 …} -contact: null -billingInfos: Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } #creator: Proxies\__CG__\App\Entity\User {#1815 …} #maj: App\Entity\User {#760 …} -reglements: Doctrine\ORM\PersistentCollection {#1879 …} -billings: Doctrine\ORM\PersistentCollection {#2004 …} -created: DateTime @1676280727 {#1666 date: 2023-02-13 10:32:07.0 Europe/Berlin (+01:00) } -updated: DateTime @1732194299 {#3233 date: 2024-11-21 14:04:59.587080 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: null -recurrences: Doctrine\ORM\PersistentCollection {#2048 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Client {#1671 -id: 12623 -site: Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } -identifier: "FLE12622" -firstname: "MARIE-FRANCE" -numClient: null -civilite: "Madame" -lastname: "FLEUROSE" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: "21.07.2023 Facture février envoyée par Emma" -suiviClient: null -roomNumber: "214" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: null -emailNotaire: null -numeroTuteur: "06 80 01 50 04" -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: null -statusProspect: "Décès" -profilClient: "Autonome et décisionnaire" -addressTuteur: null -addressTuteur2: null -city: null -zipcode: null -contract: Doctrine\ORM\PersistentCollection {#1773 …} -familyMembers: Doctrine\ORM\PersistentCollection {#1804 …} -contact: null -billingInfos: Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } #creator: Proxies\__CG__\App\Entity\User {#1815 …} #maj: App\Entity\User {#760 …} -reglements: Doctrine\ORM\PersistentCollection {#1879 …} -billings: Doctrine\ORM\PersistentCollection {#2004 …} -created: DateTime @1676280727 {#1666 date: 2023-02-13 10:32:07.0 Europe/Berlin (+01:00) } -updated: DateTime @1732194299 {#3233 date: 2024-11-21 14:04:59.587080 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: null -recurrences: Doctrine\ORM\PersistentCollection {#2048 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } |
same as passed value |
show_sepa | 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 | 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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data | App\Entity\Client {#1671 -id: 12623 -site: Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } -identifier: "FLE12622" -firstname: "MARIE-FRANCE" -numClient: null -civilite: "Madame" -lastname: "FLEUROSE" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: "21.07.2023 Facture février envoyée par Emma" -suiviClient: null -roomNumber: "214" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: null -emailNotaire: null -numeroTuteur: "06 80 01 50 04" -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: null -statusProspect: "Décès" -profilClient: "Autonome et décisionnaire" -addressTuteur: null -addressTuteur2: null -city: null -zipcode: null -contract: Doctrine\ORM\PersistentCollection {#1773 …} -familyMembers: Doctrine\ORM\PersistentCollection {#1804 …} -contact: null -billingInfos: Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } #creator: Proxies\__CG__\App\Entity\User {#1815 …} #maj: App\Entity\User {#760 …} -reglements: Doctrine\ORM\PersistentCollection {#1879 …} -billings: Doctrine\ORM\PersistentCollection {#2004 …} -created: DateTime @1676280727 {#1666 date: 2023-02-13 10:32:07.0 Europe/Berlin (+01:00) } -updated: DateTime @1732194299 {#3233 date: 2024-11-21 14:04:59.587080 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: null -recurrences: Doctrine\ORM\PersistentCollection {#2048 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } |
data_class | "App\Entity\Client" |
defaultCompany | null |
disabled | false |
emailClient | null |
empty_data | Closure(FormInterface $form) {#3272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} use: { $class: "App\Entity\Client" } } |
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 | [] |
isReservation | false |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
show_sepa | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3293 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3288 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "client" "_client" ] |
cache_key | "_client_client" |
compound | true |
data | App\Entity\Client {#1671 -id: 12623 -site: Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } -identifier: "FLE12622" -firstname: "MARIE-FRANCE" -numClient: null -civilite: "Madame" -lastname: "FLEUROSE" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: "21.07.2023 Facture février envoyée par Emma" -suiviClient: null -roomNumber: "214" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: null -emailNotaire: null -numeroTuteur: "06 80 01 50 04" -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: null -statusProspect: "Décès" -profilClient: "Autonome et décisionnaire" -addressTuteur: null -addressTuteur2: null -city: null -zipcode: null -contract: Doctrine\ORM\PersistentCollection {#1773 …} -familyMembers: Doctrine\ORM\PersistentCollection {#1804 …} -contact: null -billingInfos: Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } #creator: Proxies\__CG__\App\Entity\User {#1815 …} #maj: App\Entity\User {#760 …} -reglements: Doctrine\ORM\PersistentCollection {#1879 …} -billings: Doctrine\ORM\PersistentCollection {#2004 …} -created: DateTime @1676280727 {#1666 date: 2023-02-13 10:32:07.0 Europe/Berlin (+01:00) } -updated: DateTime @1732194299 {#3233 date: 2024-11-21 14:04:59.587080 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: null -recurrences: Doctrine\ORM\PersistentCollection {#2048 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9147 -form: Symfony\Component\Form\Form {#3671 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9148 …5} |
full_name | "client" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "client" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client" |
valid | true |
value | App\Entity\Client {#1671 -id: 12623 -site: Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } -identifier: "FLE12622" -firstname: "MARIE-FRANCE" -numClient: null -civilite: "Madame" -lastname: "FLEUROSE" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: "21.07.2023 Facture février envoyée par Emma" -suiviClient: null -roomNumber: "214" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: null -emailNotaire: null -numeroTuteur: "06 80 01 50 04" -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: null -statusProspect: "Décès" -profilClient: "Autonome et décisionnaire" -addressTuteur: null -addressTuteur2: null -city: null -zipcode: null -contract: Doctrine\ORM\PersistentCollection {#1773 …} -familyMembers: Doctrine\ORM\PersistentCollection {#1804 …} -contact: null -billingInfos: Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } #creator: Proxies\__CG__\App\Entity\User {#1815 …} #maj: App\Entity\User {#760 …} -reglements: Doctrine\ORM\PersistentCollection {#1879 …} -billings: Doctrine\ORM\PersistentCollection {#2004 …} -created: DateTime @1676280727 {#1666 date: 2023-02-13 10:32:07.0 Europe/Berlin (+01:00) } -updated: DateTime @1732194299 {#3233 date: 2024-11-21 14:04:59.587080 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: null -recurrences: Doctrine\ORM\PersistentCollection {#2048 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "MARIE-FRANCE" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "MARIE-FRANCE" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un prénom" ] |
[ "placeholder" => "Entrer un prénom" ] |
label | "Prénom" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3301 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Prénom" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3303 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3302 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_firstname" ] |
cache_key | "_client_firstname_text" |
compound | false |
data | "MARIE-FRANCE" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9152 -form: Symfony\Component\Form\Form {#3698 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9151 …5} |
full_name | "client[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_firstname" |
label | "Prénom" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_firstname" |
valid | true |
value | "MARIE-FRANCE" |
site
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } |
View Format |
"12"
|
Submitted Data
Property | Value |
---|---|
View Format |
"12"
|
Normalized Format | Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
class | "App\Entity\Site" |
same as passed value |
label | "Site rattaché" |
same as passed value |
placeholder | "Choisir un site" |
same as passed value |
query_builder | Closure(EntityRepository $repository) {#3299 class: "App\Form\ClientType" this: App\Form\ClientType {#3274 …} } |
Doctrine\ORM\QueryBuilder {#3324 -em: Doctrine\ORM\EntityManager {#417 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3326 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3327 #from: "App\Entity\Site" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Site s" -parameters: Doctrine\Common\Collections\ArrayCollection {#3325 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#3319 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3348 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3329 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3328 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3330 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3339 -om: ContainerRYFuCTx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#404 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1422 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Site" |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
em | ContainerRYFuCTx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#404 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3339 -om: ContainerRYFuCTx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#404 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1422 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Site rattaché" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choisir un site" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#3324 -em: Doctrine\ORM\EntityManager {#417 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3326 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3327 #from: "App\Entity\Site" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Site s" -parameters: Doctrine\Common\Collections\ArrayCollection {#3325 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3320 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_client_site" ] |
cache_key | "_client_site_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9155 +label: "75 PARIS 14 CLINEA CLINIQUE SMR PORT-ROYAL" +value: "10" +data: App\Entity\Site {#9172 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9157 +label: "75 PARIS 17 EMEIS RÉSIDENCE LES ARTISTES DE BATIGNOLLES" +value: "11" +data: App\Entity\Site {#9185 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9159 +label: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" +value: "12" +data: Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9162 +label: "06 LE CANNET KORIAN RÉSIDENCE LES CAMPELIERES" +value: "13" +data: App\Entity\Site {#9196 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9161 +label: "06 MAGAGNOCS-DE-GRASSE EMEIS RÉSIDENCE LES MIMOSAS" +value: "14" +data: App\Entity\Site {#9207 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9156 +label: "06 NICE KORIAN RÉSIDENCE SORGENTINO" +value: "15" +data: App\Entity\Site {#9218 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9167 +label: "06 CHATEAUNEUF-DE-GRASSE EMEIS RÉSIDENCE DIAMANTINE" +value: "16" +data: App\Entity\Site {#9229 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9165 +label: "06 GATTIERES EMEIS RÉSIDENCE LA MAISON BLEUE" +value: "17" +data: App\Entity\Site {#9240 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9163 +label: "06 GRASSE EMEIS RÉSIDENCE LES JARDINS DE GRASSE" +value: "18" +data: App\Entity\Site {#9251 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9158 +label: "06 CANNES EMEIS RÉSIDENCE VILLA GALLIA" +value: "19" +data: App\Entity\Site {#9262 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9168 +label: "21 MESSIGNY-ET-VANTOUX EMEIS RÉSIDENCE LES TERRASSES DE SUZON" +value: "20" +data: App\Entity\Site {#9273 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10873 +label: "33 BORDEAUX COLISÉE RÉSIDENCE AIME CESAIRE" +value: "21" +data: App\Entity\Site {#9284 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10874 +label: "33 BOULIAC EMEIS RÉSIDENCE LA PASTORALE" +value: "22" +data: App\Entity\Site {#9295 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10875 +label: "33 LE BOUSCAT EMEIS RÉSIDENCE LE CLOS D'ALIENOR" +value: "23" +data: App\Entity\Site {#9306 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10876 +label: "33 CARBON BLANC EMEIS RESIDENCE LES JARDINS D'OMBELINE" +value: "24" +data: App\Entity\Site {#9317 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10877 +label: "33 MERIGNAC EMEIS RESIDENCE LES CHARDONS BLEUS" +value: "25" +data: App\Entity\Site {#9328 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10878 +label: "33 TALENCE EMEIS RÉSIDENCE LE RELAIS DES SENS" +value: "26" +data: App\Entity\Site {#9339 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10879 +label: "71 CHATENOY-LE-ROYAL EMEIS RÉSIDENCE LES AMALTIDES" +value: "27" +data: App\Entity\Site {#9350 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10880 +label: "75 PARIS 11 DOLCEA RÉSIDENCE LES AMBASSADEURS" +value: "28" +data: App\Entity\Site {#9361 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10881 +label: "75 PARIS 13 ACPPA RÉSIDENCE PÉAN" +value: "29" +data: App\Entity\Site {#9372 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10882 +label: "75 PARIS 13 COLISÉE RÉSIDENCE LA MAISON DES PARENTS" +value: "30" +data: App\Entity\Site {#9384 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10883 +label: "75 PARIS 13 EMEIS RÉSIDENCE SAINT JACQUES" +value: "31" +data: App\Entity\Site {#9395 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10884 +label: "75 PARIS 15 EMEIS RÉSIDENCE CASTAGNARY" +value: "32" +data: App\Entity\Site {#9407 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10885 +label: "75 PARIS 16 EMEIS RÉSIDENCE LES TERRASSES DE MOZART" +value: "33" +data: App\Entity\Site {#9418 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10886 +label: "75 PARIS 16 EMEIS RÉSIDENCE TROCADERO" +value: "34" +data: App\Entity\Site {#9430 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10887 +label: "75 PARIS 17 CLINEA CLINIQUE SMR DE LA JONQUIERE" +value: "35" +data: App\Entity\Site {#9442 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10888 +label: "75 PARIS 19 EMEIS RÉSIDENCE EDITH PIAF" +value: "36" +data: App\Entity\Site {#9453 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10889 +label: "75 PARIS 19 EMEIS RÉSIDENCE LES MUSICIENS" +value: "37" +data: App\Entity\Site {#9465 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10890 +label: "78 BONNIERES-SUR-SEINE EMEIS RÉSIDENCE LA VILLA DES AINÉS" +value: "38" +data: App\Entity\Site {#9476 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10891 +label: "78 CONFLANS-SAINTE-HONORINE DOMUSVI RÉSIDENCE LA TOUR" +value: "39" +data: App\Entity\Site {#9487 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10892 +label: "78 CHATOU KORIAN RÉSIDENCE MANDOLINE" +value: "40" +data: App\Entity\Site {#9498 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10893 +label: "78 LOUVECIENNES KORIAN RÉSIDENCE LE CŒUR VOLANT" +value: "42" +data: App\Entity\Site {#9510 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10894 +label: "78 NOISY-LE-ROI DOMUSVI RÉSIDENCE DE MAINTENON" +value: "43" +data: App\Entity\Site {#9522 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10895 +label: "78 ROCQUENCOURT EMEIS RÉSIDENCE LES LYS" +value: "44" +data: App\Entity\Site {#9533 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10896 +label: "78 SARTROUVILLE DOMUSVI RÉSIDENCE MÉDICIS VILLA BERTHE" +value: "45" +data: App\Entity\Site {#9544 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10897 +label: "78 VAUX-SUR-SEINE EMEIS RÉSIDENCE VAL DE SEINE" +value: "46" +data: App\Entity\Site {#9555 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10898 +label: "91 BONDOUFLE COLISÉE RÉSIDENCE PRO SANTÉ EVRY" +value: "47" +data: App\Entity\Site {#9567 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10899 +label: "91 DRAVEIL COLISÉE RÉSIDENCE LE CLOS FLEURI" +value: "48" +data: App\Entity\Site {#9579 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10900 +label: "91 EPINAY-SUR-ORGE COLISÉE RÉSIDENCE BELLEVUE" +value: "49" +data: App\Entity\Site {#9590 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10901 +label: "91 LONGJUMEAU COLISÉE RÉSIDENCE L'ERMITAGE" +value: "50" +data: App\Entity\Site {#9601 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10902 +label: "92 ASNIÈRES-SUR-SEINE DOMUSVI RESIDENCE MÉDICIS ASNIÈRES" +value: "51" +data: App\Entity\Site {#9612 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10903 +label: "92 ASNIÈRES-SUR-SEINE DOMUSVI RESIDENCE LES MARINES" +value: "52" +data: App\Entity\Site {#9623 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10904 +label: "92 ASNIÈRES-SUR-SEINE MAISON DE FAMILLE RÉSIDENCE VILLA CONCORDE" +value: "53" +data: App\Entity\Site {#9634 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10905 +label: "92 BAGNEUX EMEIS RÉSIDENCE LE CLOS DES MEUNIERS" +value: "54" +data: App\Entity\Site {#9646 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10906 +label: "92 BOULOGNE-BILLANCOURT CLINEA CLINIQUE SMR DU PONT DE SÈVRES" +value: "55" +data: App\Entity\Site {#9657 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10907 +label: "92 CLAMART DOMUSVI RÉSIDENCE ALPHONSE DAUDET" +value: "56" +data: App\Entity\Site {#9668 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10908 +label: "92 RUEIL-MALMAISON CLINEA CLINIQUE SMR DU MONT VALÉRIEN" +value: "57" +data: App\Entity\Site {#9679 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10909 +label: "92 COLOMBES MAISON DE FAMILLE RÉSIDENCE LA ROSERAIE" +value: "58" +data: App\Entity\Site {#9690 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10910 +label: "92 COURBEVOIE EMEIS RÉSIDENCE LEONARD DE VINCI" +value: "59" +data: App\Entity\Site {#9701 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10911 +label: "92 COURBEVOIE MAPAD RÉSIDENCE L'UNION BELGE" +value: "60" +data: App\Entity\Site {#9713 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10912 +label: "92 GARCHES DOMUSVI RÉSIDENCE L'EMPEREUR" +value: "61" +data: App\Entity\Site {#9724 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10913 +label: "92 NEUILLY-SUR-SEINE EMEIS RÉSIDENCE LES BORDS DE SEINE" +value: "62" +data: App\Entity\Site {#9736 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10914 +label: "92 BOULOGNE-BILLANCOURT EMEIS RÉSIDENCE LE CORBUSIER" +value: "63" +data: App\Entity\Site {#9747 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10915 +label: "92 PUTEAUX SEDNA RESIDENCE LE VOLTAIRE" +value: "64" +data: App\Entity\Site {#9758 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10916 +label: "92 SURESNES DOMUSVI RÉSIDENCE TIERS TEMPS" +value: "65" +data: App\Entity\Site {#9769 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10917 +label: "93 AUBERVILLIERS ISATIS RESIDENCE LA MAISON DU SOLEIL" +value: "66" +data: App\Entity\Site {#9780 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10918 +label: "93 ROSNY-SOUS-BOIS KORIAN RÉSIDENCE LE TULIPIER" +value: "67" +data: App\Entity\Site {#9791 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10919 +label: "93 LES LILAS EMEIS RÉSIDENCE LES TERRASSES DES LILAS" +value: "68" +data: App\Entity\Site {#9802 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10920 +label: "93 LE PRE-SAINT-GERVAIS EMEIS RÉSIDENCE LA CHANTERELLE" +value: "69" +data: App\Entity\Site {#9813 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10921 +label: "94 LE KREMLIN-BICETRE DOMUSVI RÉSIDENCE BICETRE" +value: "70" +data: App\Entity\Site {#9824 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10922 +label: "94 JOINVILLE-LE-PONT EMEIS RÉSIDENCE LA VALLÉE DE LA MARNE" +value: "71" +data: App\Entity\Site {#9835 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10923 +label: "94 MAISONS-ALFORT SEDNA RÉSIDENCE LE TEMPS DES ROSES" +value: "72" +data: App\Entity\Site {#9846 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10924 +label: "94 SAINT-MAURICE COLISÉE RÉSIDENCE LE VAL D'OSNE" +value: "73" +data: App\Entity\Site {#9857 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10925 +label: "94 THIAIS DOMUSVI RÉSIDENCE LES JARDINS DE THIAIS" +value: "74" +data: App\Entity\Site {#9868 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10926 +label: "95 BEZONS MAPAD RESIDENCE ARC EN CIEL" +value: "75" +data: App\Entity\Site {#9879 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10927 +label: "95 EAUBONNE CLINEA CLINIQUE MIRABEAU" +value: "76" +data: App\Entity\Site {#9890 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10928 +label: "95 HERBLAY CLINEA CLINIQUE SMR DU CHÂTEAU D'HERBLAY" +value: "77" +data: App\Entity\Site {#9901 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10929 +label: "95 MONTMORENCY CLINEA CLINIQUE DES SOURCES" +value: "78" +data: App\Entity\Site {#9912 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10930 +label: "95 MONTMORENCY EMEIS RÉSIDENCE CHÂTEAU DE SAINT-VALÉRY" +value: "79" +data: App\Entity\Site {#9923 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10931 +label: "95 SAINT PRIX VIVALTO RESIDENCE DOMAINE SAINT PRY" +value: "80" +data: App\Entity\Site {#9934 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10932 +label: "75 PARIS 16 APHP HÔPITAL SAINTE PERINE BAT SAINTE PERINE" +value: "81" +data: App\Entity\Site {#9945 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10933 +label: "75 PARIS 16 APHP HÔPITAL SAINTE PERINE BAT ROSSINI" +value: "82" +data: App\Entity\Site {#9956 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10934 +label: "92 ASNIÈRES-SUR-SEINE EMEIS RESIDENCE PORT VAN GOGH" +value: "86" +data: App\Entity\Site {#9967 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10935 +label: "78 CLAIREFONTAINE-EN-YVELINE KORIAN RÉSIDENCE CLAIREFONTAINE" +value: "88" +data: App\Entity\Site {#9978 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10936 +label: "92 CLAMART KORIAN RESIDENCE BEL AIR" +value: "89" +data: App\Entity\Site {#9989 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10937 +label: "92 SURESNES EMEIS RÉSIDENCE LES VIGNES DE SURESNES" +value: "90" +data: App\Entity\Site {#10001 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10938 +label: "78 POISSY KORIAN RESIDENCE L'ÎLE MIGNEAUX" +value: "91" +data: App\Entity\Site {#10012 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10939 +label: "92 ASNIERES-SUR-SEINE CLINEA CRF DU NORD" +value: "93" +data: App\Entity\Site {#10024 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10940 +label: "92 CHATILLON KORIAN RESIDENCE CASTEL VOLTAIRE" +value: "94" +data: App\Entity\Site {#10036 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10941 +label: "94 VILLIERS SUR MARNE ARPAVIE RESIDENCE LE VIEUX COLOMBIER" +value: "95" +data: App\Entity\Site {#10047 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10942 +label: "75 PARIS 16 EMEIS RESIDENCE CHAILLOT" +value: "96" +data: App\Entity\Site {#10058 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10943 +label: "59 LILLE KORIAN MAISON GAMBETTA" +value: "97" +data: App\Entity\Site {#10069 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10944 +label: "64 CAMBO-LES-BAINS INICEA CLINIQUE MARIENIA" +value: "98" +data: App\Entity\Site {#10080 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10945 +label: "92 RUEIL MALMAISON ARPAVIE RESIDENCE LES TARATRES" +value: "99" +data: App\Entity\Site {#10091 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10946 +label: "78 BOIS D'ARCY TENERIS RESIDENCE LE BOIS SOLEIL" +value: "100" +data: App\Entity\Site {#10102 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10947 +label: "78 CROISSY SUR SEINE UNIVI RESIDENCE LA ROSERAIE" +value: "101" +data: App\Entity\Site {#10113 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10948 +label: "75 PARIS DOMICILE" +value: "102" +data: App\Entity\Site {#10124 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10949 +label: "17 SAINTES INICEA CLINIQUE SMR SUR MOREAU" +value: "103" +data: App\Entity\Site {#10135 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10950 +label: "13 LE PUY STE REPARADE KORIAN LES LUBERONS" +value: "104" +data: App\Entity\Site {#10147 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10951 +label: "92 ISSY LES MOULINEAUX ARPAVIE RESIDENCE LES NEUF MUSES" +value: "105" +data: App\Entity\Site {#10158 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10952 +label: "75 PARIS 11 VYV RESIDENCE BASTILLE" +value: "106" +data: App\Entity\Site {#10169 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10953 +label: "75 PARIS 16 FONDATION DOSNE" +value: "107" +data: App\Entity\Site {#10180 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10954 +label: "92 ISSY LES MOULINEAUX ARPAVIE LE PARC" +value: "108" +data: App\Entity\Site {#10191 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10955 +label: "13 VAUVENARGUES KORIAN RESIDENCE L AGORA" +value: "109" +data: App\Entity\Site {#10202 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10956 +label: "40 ST-PAUL-LES-DAX INICEA CLINIQUE NAPOLEON" +value: "110" +data: App\Entity\Site {#10213 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10957 +label: "91 QUINCY SOUS SENART VIVALTO TAMIAS" +value: "111" +data: App\Entity\Site {#10224 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10958 +label: "93 MONTREUIL ARPAVIE LES BEAUX MONTS" +value: "112" +data: App\Entity\Site {#10235 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10959 +label: "33 KORIAN CLINIQUE LES HORIZONS" +value: "113" +data: App\Entity\Site {#10246 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10960 +label: "17 ANGOULINS SUR MER INICEA CLINIQUE SMR" +value: "114" +data: App\Entity\Site {#10257 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10961 +label: "92 ISSY LES MOULINEAUX ARPAVIE RESIDENCE SAINTE LUCIE" +value: "115" +data: App\Entity\Site {#10269 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10962 +label: "92 VANVES ARPAVIE RESIDENCE LANNELONGUE" +value: "116" +data: App\Entity\Site {#10280 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10963 +label: "51 BETHENY ARPAVIE RESIDENCE GENEVIEVE TILLOY" +value: "117" +data: App\Entity\Site {#10291 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10964 +label: "51 BEZANNES ARPAVIE RESIDENCE SOURCE DE MUIRE" +value: "118" +data: App\Entity\Site {#10302 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10965 +label: "78 CHATOU ARPAVIE RESIDENCE LES PORTIQUES" +value: "119" +data: App\Entity\Site {#10313 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10966 +label: "40 SAINT MARTIN DE SEIGNANX INICEA CLINIQUE SMR" +value: "120" +data: App\Entity\Site {#10324 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10967 +label: "14 IFS INICEA CLINIQUE SMR COTE NORMANDE" +value: "121" +data: App\Entity\Site {#10335 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10968 +label: "14 OUISTREHAM KORIAN EHPAD & CLINIQUE SMR THALATTA" +value: "122" +data: App\Entity\Site {#10346 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10969 +label: "92 RUEIL-MALMAISON ARPAVIE RESIDENCE MARTIGNON" +value: "123" +data: App\Entity\Site {#10357 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10970 +label: "92 LA GARENNE-COLOMBES EMERA RESIDENCE LA TOURNELLE" +value: "124" +data: App\Entity\Site {#10368 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10971 +label: "92 RUEIL-MALMAISON DOMITYS RESIDENCE APIDEA" +value: "125" +data: App\Entity\Site {#10379 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10972 +label: "92 ST-CLOUD ARPAVIE RESIDENCE LES JOURS HEUREUX" +value: "126" +data: App\Entity\Site {#10390 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10973 +label: "95 SAINT LEU LA FORET VIVALTO RESIDENCE LES TAMARIS" +value: "127" +data: App\Entity\Site {#10401 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10974 +label: "93 LES LILAS ARPAVIE RESIDENCE MARCEL BOU" +value: "128" +data: App\Entity\Site {#10412 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10975 +label: "78 GOUSSONVILLE CLINEA CHATEAU DE GOUSSONVILLE" +value: "130" +data: App\Entity\Site {#10423 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10976 +label: "92 LA GARENNE-COLOMBES CLINEA VILLA MARIE LOUISE" +value: "131" +data: App\Entity\Site {#10434 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10977 +label: "93 PANTIN EHPAD LA SEIGNEURIE" +value: "132" +data: App\Entity\Site {#10445 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10978 +label: "92 SAINT CLOUD ARPAVIE LES HEURES CLAIRES" +value: "137" +data: App\Entity\Site {#10456 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10979 +label: "13 LE PUY SAINTE REPARADE INICEA LES OLIVIERS" +value: "138" +data: App\Entity\Site {#10467 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10980 +label: "93 NOISY-LE-SEC VYV RESIDENCE SAINT ANTOINE DE PADOUE" +value: "139" +data: App\Entity\Site {#10478 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10981 +label: "92 CHATILLON RESIDENCE SERVICE VILLA BEAUSOLEIL" +value: "140" +data: App\Entity\Site {#10489 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10982 +label: "75 PARIS 14 RESIDENCE NOTRE DAME DE BON SECOURS" +value: "141" +data: App\Entity\Site {#10500 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10983 +label: "92 SEVRES ARPAVIE RESIDENCE CHAMP FLEURY" +value: "142" +data: App\Entity\Site {#10511 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10984 +label: "78 CARRIERES SOUS POISSY KERDONIS LES LILAS" +value: "143" +data: App\Entity\Site {#10522 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10985 +label: "75 PARIS 17 LES PETITS FRERES DES PAUVRES" +value: "144" +data: App\Entity\Site {#10533 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10986 +label: "93 LIVRY-GARGAN INICEA CLINIQUE SMR SULLY" +value: "145" +data: App\Entity\Site {#10544 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10987 +label: "SITES PROS" +value: "146" +data: App\Entity\Site {#10555 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10988 +label: "92 MEUDON ARPAVIE LES TERRASSES DE MEUDON" +value: "147" +data: App\Entity\Site {#10566 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10989 +label: "94 LE PERREUX SUR MARNE INICEA CLINIQUE SMR LE PERREUX" +value: "148" +data: App\Entity\Site {#10577 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10990 +label: "78 SAINT CYR L'ECOLE VILLA MEDICIS RESIDENCE SERVICE" +value: "149" +data: App\Entity\Site {#10589 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10991 +label: "93 SAINT OUEN EHPAD PUBLIC LUMIERES D'AUTOMNE" +value: "150" +data: App\Entity\Site {#10600 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10992 +label: "31 BLAGNAC INICEA CLINIQUE SMR" +value: "151" +data: App\Entity\Site {#10611 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10993 +label: "95 VILLIERS LE BEL ARPAVIE RESIDENCE ADELAIDE HAUTVAL" +value: "152" +data: App\Entity\Site {#10622 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10994 +label: "93 AUBERVILLIERS EHPAD CONSTANCE MAZIER" +value: "153" +data: App\Entity\Site {#10633 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10995 +label: "75 PARIS 10 FONDATION ROTHSCHILD LE REPIT" +value: "154" +data: App\Entity\Site {#10644 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10996 +label: "93 LIVRY-GARGAN EHPAD EMILE GERARD" +value: "155" +data: App\Entity\Site {#10655 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10997 +label: "78 VERSAILLES RESIDENCE LEPINE" +value: "156" +data: App\Entity\Site {#10666 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10998 +label: "77 TORCY COLISEE RESIDENCE LES CHARMETTES" +value: "157" +data: App\Entity\Site {#10677 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10999 +label: "75 PARIS 03 RESIDENCE DU MARAIS" +value: "158" +data: App\Entity\Site {#10688 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11000 +label: "93 PIERREFITTE SUR SEINE CLINALLIANCE CLINIQUE SMR DE PIERREFITTE" +value: "159" +data: App\Entity\Site {#10699 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11001 +label: "75 PARIS 16 EMEIS RESIDENCE L'ASSOMPTION" +value: "160" +data: App\Entity\Site {#10710 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11002 +label: "95 BEZONS INICEA CLINIQUE SMR QUAI DE BEZONS" +value: "161" +data: App\Entity\Site {#10721 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11003 +label: "78 LE CHESNAY ROCQUENCOURT EHPAD LES CHENES D'OR" +value: "162" +data: App\Entity\Site {#10732 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11004 +label: "94 VITRY SUR SEINE ASSOCIATION ETAI" +value: "163" +data: App\Entity\Site {#10743 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11005 +label: "92 LEVALLOIS PERRET DOMITYS RESIDENCE LE 225" +value: "164" +data: App\Entity\Site {#10754 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11006 +label: "75 PARIS 07 EHPAD RESIDENCE DE SEVRES" +value: "165" +data: App\Entity\Site {#10765 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11007 +label: "75 PARIS 20 CLINALLIANCE EHPAD REPOTEL" +value: "166" +data: App\Entity\Site {#10776 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11008 +label: "DISPO" +value: "167" +data: App\Entity\Site {#10787 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11009 +label: "92 CHATILLON EMERA RESIDENCE SENIORS DU PARC" +value: "168" +data: App\Entity\Site {#10798 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11010 +label: "94 SAINT MAUR DES FOSSES KORIAN LES JARDINS DE NEPTUNE" +value: "169" +data: App\Entity\Site {#10809 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11011 +label: "94 L'HAY LES ROSES CAZAM RESIDENCE SENIOR" +value: "170" +data: App\Entity\Site {#10820 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11012 +label: "95 CORMEILLES EN PARISIS RESIDENCE ZEMGOR" +value: "171" +data: App\Entity\Site {#10831 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11013 +label: "92 RUEIL MALMAISON LES JARDINS D'ARCADIE" +value: "174" +data: App\Entity\Site {#10842 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11014 +label: "75 PARIS 18 RESIDENCE LA PROVIDENCE" +value: "175" +data: App\Entity\Site {#10853 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11015 +label: "92 LA GARENNE COLOMBES EMEIS RESIDENCE LA GARENNE" +value: "177" +data: App\Entity\Site {#10864 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Proxies\__CG__\App\Entity\Site {#1746 -id: 12 -name: "33 BORDEAUX EMEIS RÉSIDENCE LA CHÊNERAIE" -type: "ehpad" -enseigne: "EMEIS" -phone: "05 56 02 82 27" -status: "actif" -zoneGeographique: "Gironde" -consignesLingeries: null -parking: "2005A" -rangementCles: null -localPoubelles: null -codeAccess: """ grand portail 1986\r\n USA : 2013 A """ -filename: "33-BORDEAUX-64933eedd8794.jpg" -autresInformations: null -emailSite: "lacheneraie@orpea.net" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#4071 …} #salons: Doctrine\ORM\PersistentCollection {#4155 …} #othersContacts: Doctrine\ORM\PersistentCollection {#4093 …} -address: Proxies\__CG__\App\Entity\Address {#4166 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#4176 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#4177 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#4058 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1722418161 {#4055 date: 2024-07-31 11:29:21.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#4178 …} #maj: Proxies\__CG__\App\Entity\User {#4178 …} +__isInitialized__: true …2 } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9153 -form: Symfony\Component\Form\Form {#3744 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9154 …5} |
full_name | "client[site]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_site" |
is_selected | Closure($choice, $value) {#11017 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Site rattaché" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "site" |
placeholder | "Choisir un site" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_site" |
valid | true |
value | "12" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "FLEUROSE" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "FLEUROSE" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un nom" ] |
[ "placeholder" => "Entrer un nom" ] |
label | "Nom" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Nom" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3345 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3346 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_lastname" ] |
cache_key | "_client_lastname_text" |
compound | false |
data | "FLEUROSE" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11018 -form: Symfony\Component\Form\Form {#3747 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11019 …5} |
full_name | "client[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_lastname" |
label | "Nom" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_lastname" |
valid | true |
value | "FLEUROSE" |
statusProspect
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Prospect" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Décès" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Choisir un statut" ] |
[ "placeholder" => "Choisir un statut" ] |
choices | [ "Prospect" => "Prospect" "Actif" => "Actif" "Inactif" => "Inactif" "Parti" => "Parti" "Décès" => "Décès" ] |
[ "Prospect" => "Prospect" "Actif" => "Actif" "Inactif" => "Inactif" "Parti" => "Parti" "Décès" => "Décès" ] |
label | "Statut" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Choisir un statut" ] |
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 | [ "Prospect" => "Prospect" "Actif" => "Actif" "Inactif" => "Inactif" "Parti" => "Parti" "Décès" => "Décès" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Statut" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#3397 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3396 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Choisir un statut" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_statusProspect" ] |
cache_key | "_client_statusProspect_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11023 +label: "Prospect" +value: "Prospect" +data: "Prospect" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11022 +label: "Actif" +value: "Actif" +data: "Actif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11024 +label: "Inactif" +value: "Inactif" +data: "Inactif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11025 +label: "Parti" +value: "Parti" +data: "Parti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11026 +label: "Décès" +value: "Décès" +data: "Décès" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Décès" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11021 -form: Symfony\Component\Form\Form {#3760 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11020 …5} |
full_name | "client[statusProspect]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_statusProspect" |
is_selected | Closure($choice, $value) {#11028 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Statut" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "statusProspect" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_statusProspect" |
valid | true |
value | "Décès" |
civilite
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Madame" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Madame" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer la civilite" ] |
[ "placeholder" => "Entrer la civilite" ] |
choices | [ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
[ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
label | "Civilite" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
placeholder | "Choisir une civilite" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer la civilite" ] |
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 | [ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Civilite" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choisir une civilite" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3407 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer la civilite" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_civilite" ] |
cache_key | "_client_civilite_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11032 +label: "Madame" +value: "Madame" +data: "Madame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11031 +label: "Monsieur" +value: "Monsieur" +data: "Monsieur" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Madame" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11029 -form: Symfony\Component\Form\Form {#3763 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11030 …5} |
full_name | "client[civilite]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_civilite" |
is_selected | Closure($choice, $value) {#11034 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Civilite" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civilite" |
placeholder | "Choisir une civilite" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_civilite" |
valid | true |
value | "Madame" |
birthday
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer une date de naissance" "class" => "flatpicker" ] |
[ "placeholder" => "Entrer une date de naissance" "class" => "flatpicker" ] |
label | "Date de naissance" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer une date de naissance" "class" => "flatpicker" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3418 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Date de naissance" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3420 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3419 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer une date de naissance" "class" => "flatpicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_birthday" ] |
cache_key | "_client_birthday_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11035 -form: Symfony\Component\Form\Form {#3766 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11036 …5} |
full_name | "client[birthday]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_birthday" |
label | "Date de naissance" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "birthday" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_birthday" |
valid | true |
value | "" |
deathday
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer une date de décès" "class" => "flatpicker" ] |
[ "placeholder" => "Entrer une date de décès" "class" => "flatpicker" ] |
label | "Date de décès" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer une date de décès" "class" => "flatpicker" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3427 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Date de décès" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3428 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer une date de décès" "class" => "flatpicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_deathday" ] |
cache_key | "_client_deathday_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11038 -form: Symfony\Component\Form\Form {#3769 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11037 …5} |
full_name | "client[deathday]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_deathday" |
label | "Date de décès" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deathday" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_deathday" |
valid | true |
value | "" |
roomNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "214" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "214" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer le batiment / étage / numéro de chambre" ] |
[ "placeholder" => "Entrer le batiment / étage / numéro de chambre" ] |
label | "Batiment / Étage / Numéro de chambre" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer le batiment / étage / numéro de chambre" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3436 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Batiment / Étage / Numéro de chambre" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3438 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3437 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer le batiment / étage / numéro de chambre" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_roomNumber" ] |
cache_key | "_client_roomNumber_text" |
compound | false |
data | "214" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11040 -form: Symfony\Component\Form\Form {#3772 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11039 …5} |
full_name | "client[roomNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_roomNumber" |
label | "Batiment / Étage / Numéro de chambre" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "roomNumber" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_roomNumber" |
valid | true |
value | "214" |
comments
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "21.07.2023 Facture février envoyée par Emma" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "21.07.2023 Facture février envoyée par Emma" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un commentaire" ] |
[ "placeholder" => "Entrer un commentaire" ] |
label | "Commentaires" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un commentaire" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3449 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Commentaires" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3451 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3450 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un commentaire" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_client_comments" ] |
cache_key | "_client_comments_textarea" |
compound | false |
data | "21.07.2023 Facture février envoyée par Emma" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11042 -form: Symfony\Component\Form\Form {#3775 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11041 …5} |
full_name | "client[comments]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_comments" |
label | "Commentaires" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "comments" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_comments" |
valid | true |
value | "21.07.2023 Facture février envoyée par Emma" |
nomTuteur
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer le nom" ] |
[ "placeholder" => "Entrer le nom" ] |
label | "Nom contact principal" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer le 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3458 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Nom contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3460 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3459 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer le nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_nomTuteur" ] |
cache_key | "_client_nomTuteur_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11044 -form: Symfony\Component\Form\Form {#3778 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11043 …5} |
full_name | "client[nomTuteur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_nomTuteur" |
label | "Nom contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nomTuteur" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_nomTuteur" |
valid | true |
value | "" |
consignesClient
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Consignes client" ] |
[ "placeholder" => "Consignes client" ] |
label | "Consignes client" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Consignes client" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3467 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Consignes client" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3468 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Consignes client" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_client_consignesClient" ] |
cache_key | "_client_consignesClient_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11046 -form: Symfony\Component\Form\Form {#3781 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11045 …5} |
full_name | "client[consignesClient]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_consignesClient" |
label | "Consignes client" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "consignesClient" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_consignesClient" |
valid | true |
value | "" |
prenomTuteur
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un prénom" ] |
[ "placeholder" => "Entrer un prénom" ] |
label | "Prénom contact principal" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3476 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Prénom contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3478 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3477 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_prenomTuteur" ] |
cache_key | "_client_prenomTuteur_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11048 -form: Symfony\Component\Form\Form {#3784 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11047 …5} |
full_name | "client[prenomTuteur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_prenomTuteur" |
label | "Prénom contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenomTuteur" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_prenomTuteur" |
valid | true |
value | "" |
civiliteTuteur
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Madame" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Madame" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer la civilite" ] |
[ "placeholder" => "Entrer la civilite" ] |
choices | [ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
[ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
label | "Civilite " |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer la civilite" ] |
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 | [ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Civilite " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#3486 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3485 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer la civilite" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_civiliteTuteur" ] |
cache_key | "_client_civiliteTuteur_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11032 +label: "Madame" +value: "Madame" +data: "Madame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11031 +label: "Monsieur" +value: "Monsieur" +data: "Monsieur" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Madame" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11050 -form: Symfony\Component\Form\Form {#3787 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11049 …5} |
full_name | "client[civiliteTuteur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_civiliteTuteur" |
is_selected | Closure($choice, $value) {#11052 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Civilite " |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civiliteTuteur" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_civiliteTuteur" |
valid | true |
value | "Madame" |
numeroTuteur
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "06 80 01 50 04" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "06 80 01 50 04" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un numéro de téléphone" ] |
[ "placeholder" => "Entrer un numéro de téléphone" ] |
label | "Numéro de tel contact principal" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un numéro de téléphone" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3494 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Numéro de tel contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3495 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un numéro de téléphone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_numeroTuteur" ] |
cache_key | "_client_numeroTuteur_text" |
compound | false |
data | "06 80 01 50 04" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11051 -form: Symfony\Component\Form\Form {#3790 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11053 …5} |
full_name | "client[numeroTuteur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_numeroTuteur" |
label | "Numéro de tel contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "numeroTuteur" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_numeroTuteur" |
valid | true |
value | "06 80 01 50 04" |
addressTuteur
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer une adresse" ] |
[ "placeholder" => "Entrer une adresse" ] |
label | "Adresse contact principal" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer une 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3503 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Adresse contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3505 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3504 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer une adresse" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_addressTuteur" ] |
cache_key | "_client_addressTuteur_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11055 -form: Symfony\Component\Form\Form {#3793 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11054 …5} |
full_name | "client[addressTuteur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_addressTuteur" |
label | "Adresse contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressTuteur" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_addressTuteur" |
valid | true |
value | "" |
addressTuteur2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un complément adresse" ] |
[ "placeholder" => "Entrer un complément adresse" ] |
label | "Complément d'adresse" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un complément 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3512 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Complément d'adresse" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3514 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3513 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un complément adresse" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_addressTuteur2" ] |
cache_key | "_client_addressTuteur2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11057 -form: Symfony\Component\Form\Form {#3796 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11056 …5} |
full_name | "client[addressTuteur2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_addressTuteur2" |
label | "Complément d'adresse" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressTuteur2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_addressTuteur2" |
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
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer une ville" ] |
[ "placeholder" => "Entrer une ville" ] |
label | "Ville" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer une 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3521 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Ville" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3523 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3522 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer une ville" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_city" ] |
cache_key | "_client_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11059 -form: Symfony\Component\Form\Form {#3799 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11058 …5} |
full_name | "client[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_city" |
label | "Ville" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_city" |
valid | true |
value | "" |
zipcode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un code postal" ] |
[ "placeholder" => "Entrer un code postal" ] |
label | "Code postal" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3530 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Code postal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3532 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3531 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un code postal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_zipcode" ] |
cache_key | "_client_zipcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11061 -form: Symfony\Component\Form\Form {#3802 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11060 …5} |
full_name | "client[zipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_zipcode" |
label | "Code postal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zipcode" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_zipcode" |
valid | true |
value | "" |
daysOfWeek
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [] |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select2jours" ] |
[ "class" => "select2jours" ] |
choices | [ "Lundi" => "Lundi" "Mardi" => "Mardi" "Mercredi" => "Mercredi" "Jeudi" => "Jeudi" "Vendredi" => "Vendredi" ] |
[ "Lundi" => "Lundi" "Mardi" => "Mardi" "Mercredi" => "Mercredi" "Jeudi" => "Jeudi" "Vendredi" => "Vendredi" ] |
expanded | false |
false
|
label | "Jours de préférences (RDV récurrence coiffure)" |
same as passed value |
multiple | true |
same as passed value |
placeholder | "Sélectionner un jour" |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select2jours" ] |
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 | [ "Lundi" => "Lundi" "Mardi" => "Mardi" "Mercredi" => "Mercredi" "Jeudi" => "Jeudi" "Vendredi" => "Vendredi" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Jours de préférences (RDV récurrence coiffure)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3540 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3539 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select2jours" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_daysOfWeek" ] |
cache_key | "_client_daysOfWeek_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11065 +label: "Lundi" +value: "Lundi" +data: "Lundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11064 +label: "Mardi" +value: "Mardi" +data: "Mardi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11066 +label: "Mercredi" +value: "Mercredi" +data: "Mercredi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11067 +label: "Jeudi" +value: "Jeudi" +data: "Jeudi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11068 +label: "Vendredi" +value: "Vendredi" +data: "Vendredi" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11063 -form: Symfony\Component\Form\Form {#3805 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11062 …5} |
full_name | "client[daysOfWeek][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_daysOfWeek" |
is_selected | Closure($choice, array $values) {#11070 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Jours de préférences (RDV récurrence coiffure)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "daysOfWeek" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_daysOfWeek" |
valid | true |
value | [] |
emailTuteur
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un email" ] |
[ "placeholder" => "Entrer un email" ] |
label | "Email contact principal" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un email" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3553 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Email contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3555 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3554 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_emailTuteur" ] |
cache_key | "_client_emailTuteur_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11071 -form: Symfony\Component\Form\Form {#3808 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11072 …5} |
full_name | "client[emailTuteur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_emailTuteur" |
label | "Email contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "emailTuteur" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_emailTuteur" |
valid | true |
value | "" |
commentTuteur
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Indiquer la qualité du contact principal (fils, fille, époux, ami...)" ] |
[ "placeholder" => "Indiquer la qualité du contact principal (fils, fille, époux, ami...)" ] |
label | "Qualité contact principal" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Indiquer la qualité du contact principal (fils, fille, époux, ami...)" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3562 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Qualité contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3564 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3563 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Indiquer la qualité du contact principal (fils, fille, époux, ami...)" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_client_commentTuteur" ] |
cache_key | "_client_commentTuteur_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11074 -form: Symfony\Component\Form\Form {#3811 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11073 …5} |
full_name | "client[commentTuteur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_commentTuteur" |
label | "Qualité contact principal" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "commentTuteur" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_commentTuteur" |
valid | true |
value | "" |
nomFacturation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer le nom" ] |
[ "placeholder" => "Entrer le nom" ] |
label | "Nom contact facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer le 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 | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3571 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Nom contact facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3572 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer le nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_nomFacturation" ] |
cache_key | "_client_nomFacturation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11076 -form: Symfony\Component\Form\Form {#3814 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11075 …5} |
full_name | "client[nomFacturation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_nomFacturation" |
label | "Nom contact facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nomFacturation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_nomFacturation" |
valid | true |
value | "" |
prenomFacturation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer le prenom" ] |
[ "placeholder" => "Entrer le prenom" ] |
label | "Prénom contact facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer le prenom" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3580 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Prénom contact facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3582 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3581 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer le prenom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_prenomFacturation" ] |
cache_key | "_client_prenomFacturation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11078 -form: Symfony\Component\Form\Form {#3817 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11077 …5} |
full_name | "client[prenomFacturation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_prenomFacturation" |
label | "Prénom contact facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenomFacturation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_prenomFacturation" |
valid | true |
value | "" |
addressFacturation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer l'adresse de facturation" ] |
[ "placeholder" => "Entrer l'adresse de facturation" ] |
label | "Adresse facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer l'adresse de facturation" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3589 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3590 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer l'adresse de facturation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_addressFacturation" ] |
cache_key | "_client_addressFacturation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11080 -form: Symfony\Component\Form\Form {#3820 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11079 …5} |
full_name | "client[addressFacturation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_addressFacturation" |
label | "Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressFacturation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_addressFacturation" |
valid | true |
value | "" |
ComplementAdresseFacturation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer le complément l'adresse de facturation" ] |
[ "placeholder" => "Entrer le complément l'adresse de facturation" ] |
label | "Complémenent Adresse facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer le complément l'adresse de facturation" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3598 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Complémenent Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3600 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3599 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer le complément l'adresse de facturation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_ComplementAdresseFacturation" ] |
cache_key | "_client_ComplementAdresseFacturation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11082 -form: Symfony\Component\Form\Form {#3823 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11081 …5} |
full_name | "client[ComplementAdresseFacturation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_ComplementAdresseFacturation" |
label | "Complémenent Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ComplementAdresseFacturation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_ComplementAdresseFacturation" |
valid | true |
value | "" |
codePostalFacturation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer le code postal de l'adresse de facturation" ] |
[ "placeholder" => "Entrer le code postal de l'adresse de facturation" ] |
label | "Code postal Adresse facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer le code postal de l'adresse de facturation" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3607 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Code postal Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3609 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3608 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer le code postal de l'adresse de facturation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_codePostalFacturation" ] |
cache_key | "_client_codePostalFacturation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11084 -form: Symfony\Component\Form\Form {#3826 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11083 …5} |
full_name | "client[codePostalFacturation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_codePostalFacturation" |
label | "Code postal Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "codePostalFacturation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_codePostalFacturation" |
valid | true |
value | "" |
villeFacturation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer la ville de l'adresse de facturation" ] |
[ "placeholder" => "Entrer la ville de l'adresse de facturation" ] |
label | "Ville Adresse facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer la ville de l'adresse de facturation" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Ville Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3617 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer la ville de l'adresse de facturation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_villeFacturation" ] |
cache_key | "_client_villeFacturation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11086 -form: Symfony\Component\Form\Form {#3829 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11085 …5} |
full_name | "client[villeFacturation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_villeFacturation" |
label | "Ville Adresse facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "villeFacturation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_villeFacturation" |
valid | true |
value | "" |
civiliteFacturation
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Madame" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Madame" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
[ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
label | "Civilité Facturation" |
same as passed value |
placeholder | "Madame, Monsieur" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
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 | [ "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Civilité Facturation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Madame, Monsieur" |
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() {#3626 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3625 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_civiliteFacturation" ] |
cache_key | "_client_civiliteFacturation_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11032 +label: "Madame" +value: "Madame" +data: "Madame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11031 +label: "Monsieur" +value: "Monsieur" +data: "Monsieur" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Madame" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11088 -form: Symfony\Component\Form\Form {#3832 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11087 …5} |
full_name | "client[civiliteFacturation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_civiliteFacturation" |
is_selected | Closure($choice, $value) {#11090 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Civilité Facturation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civiliteFacturation" |
placeholder | "Madame, Monsieur" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_civiliteFacturation" |
valid | true |
value | "Madame" |
billingInfos
"App\Form\Client\BillingInfosType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
defaultCompany | null |
null
|
label | false |
false
|
show_sepa | 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 | 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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | "App\Entity\Client\BillingInfos" |
defaultCompany | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3638 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} use: { $class: "App\Entity\Client\BillingInfos" } } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
show_sepa | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3640 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3639 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "billing_infos" "_client_billingInfos" ] |
cache_key | "_client_billingInfos_billing_infos" |
compound | true |
data | Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11089 -form: Symfony\Component\Form\Form {#3958 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11091 …5} |
full_name | "client[billingInfos]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingInfos" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos" |
valid | true |
value | Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 -id: 14061 -company: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } -billingMode: "ttc" -dateSignatureMandat: null -email: "b.fleurose@gmail.com" -phone: "06 80 01 50 04" -discount: null -sendMode: "email" -payMode: null -esthetique: false -account: "411FLEUROSE" -bankName: null -iban: null -bic: null -rum: null +__isInitialized__: true …2 } |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "b.fleurose@gmail.com" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "b.fleurose@gmail.com" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un email" ] |
[ "placeholder" => "Entrer un email" ] |
label | "Mail facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un email" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Mail facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3837 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_billingInfos_email" ] |
cache_key | "_client_billingInfos_email_text" |
compound | false |
data | "b.fleurose@gmail.com" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11094 -form: Symfony\Component\Form\Form {#3961 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11095 …5} |
full_name | "client[billingInfos][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_email" |
label | "Mail facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_email" |
valid | true |
value | "b.fleurose@gmail.com" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "06 80 01 50 04" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "06 80 01 50 04" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un téléphone" ] |
[ "placeholder" => "Entrer un téléphone" ] |
label | "Tel facturation" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un téléphone" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3845 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Tel facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3846 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un téléphone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_billingInfos_phone" ] |
cache_key | "_client_billingInfos_phone_text" |
compound | false |
data | "06 80 01 50 04" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11096 -form: Symfony\Component\Form\Form {#3964 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11097 …5} |
full_name | "client[billingInfos][phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_phone" |
label | "Tel facturation" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_phone" |
valid | true |
value | "06 80 01 50 04" |
discount
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 0 |
View Format |
"0"
|
Submitted Data
Property | Value |
---|---|
View Format |
"0"
|
Normalized Format | 0 |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer une remise" ] |
[ "placeholder" => "Entrer une remise" ] |
label | "Remise en %" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer une remise" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3859 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Remise en %" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3858 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer une remise" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_client_billingInfos_discount" ] |
cache_key | "_client_billingInfos_discount_integer" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11099 -form: Symfony\Component\Form\Form {#3967 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11098 …5} |
full_name | "client[billingInfos][discount]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_discount" |
label | "Remise en %" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "discount" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_discount" |
valid | true |
value | "0" |
sendMode
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "email" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "email" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Email" => "email" "Courrier" => "courrier" ] |
[ "Email" => "email" "Courrier" => "courrier" ] |
empty_data | "email" |
same as passed value |
label | "Mode envoi facture" |
same as passed value |
placeholder | "Mode envoi facture" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Email" => "email" "Courrier" => "courrier" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | "email" |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Mode envoi facture" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Mode envoi facture" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3869 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_billingInfos_sendMode" ] |
cache_key | "_client_billingInfos_sendMode_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11103 +label: "Email" +value: "email" +data: "email" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11102 +label: "Courrier" +value: "courrier" +data: "courrier" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "email" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11101 -form: Symfony\Component\Form\Form {#3970 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11100 …5} |
full_name | "client[billingInfos][sendMode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_sendMode" |
is_selected | Closure($choice, $value) {#11105 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Mode envoi facture" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "sendMode" |
placeholder | "Mode envoi facture" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_sendMode" |
valid | true |
value | "email" |
payMode
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Prélèvement SEPA" => "sepa" "CB" => "cb" "VIREMENT" => "virement" "CHEQUES" => "cheques" ] |
[ "Prélèvement SEPA" => "sepa" "CB" => "cb" "VIREMENT" => "virement" "CHEQUES" => "cheques" ] |
label | "Mode de règlement" |
same as passed value |
placeholder | "Mode de règlement" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Prélèvement SEPA" => "sepa" "CB" => "cb" "VIREMENT" => "virement" "CHEQUES" => "cheques" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Mode de règlement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Mode de règlement" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3880 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_billingInfos_payMode" ] |
cache_key | "_client_billingInfos_payMode_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11109 +label: "Prélèvement SEPA" +value: "sepa" +data: "sepa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11108 +label: "CB" +value: "cb" +data: "cb" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11110 +label: "VIREMENT" +value: "virement" +data: "virement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11111 +label: "CHEQUES" +value: "cheques" +data: "cheques" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11106 -form: Symfony\Component\Form\Form {#3973 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11107 …5} |
full_name | "client[billingInfos][payMode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_payMode" |
is_selected | Closure($choice, $value) {#11113 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Mode de règlement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "payMode" |
placeholder | "Mode de règlement" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_payMode" |
valid | true |
value | "" |
account
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "411FLEUROSE" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "411FLEUROSE" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un compte" ] |
[ "placeholder" => "Entrer un compte" ] |
label | "Compte comptable" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un compte" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3891 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Compte comptable" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3892 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un compte" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_billingInfos_account" ] |
cache_key | "_client_billingInfos_account_text" |
compound | false |
data | "411FLEUROSE" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11114 -form: Symfony\Component\Form\Form {#3976 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11115 …5} |
full_name | "client[billingInfos][account]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_account" |
label | "Compte comptable" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "account" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_account" |
valid | true |
value | "411FLEUROSE" |
bankName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un nom de banque" "class" => "hide hiddenFields" ] |
[ "placeholder" => "Entrer un nom de banque" "class" => "hide hiddenFields" ] |
label | "Nom de la banque" |
same as passed value |
label_attr | [ "class" => "hide hiddenFields" ] |
[ "class" => "hide hiddenFields" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un nom de banque" "class" => "hide hiddenFields" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3900 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Nom de la banque" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3901 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un nom de banque" "class" => "hide hiddenFields" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_billingInfos_bankName" ] |
cache_key | "_client_billingInfos_bankName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11117 -form: Symfony\Component\Form\Form {#3979 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11116 …5} |
full_name | "client[billingInfos][bankName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_bankName" |
label | "Nom de la banque" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "bankName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_bankName" |
valid | true |
value | "" |
iban
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un IBAN" "class" => "hide hiddenFields" ] |
[ "placeholder" => "Entrer un IBAN" "class" => "hide hiddenFields" ] |
label | "IBAN" |
same as passed value |
label_attr | [ "class" => "hide hiddenFields" ] |
[ "class" => "hide hiddenFields" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un IBAN" "class" => "hide hiddenFields" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3909 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "IBAN" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3910 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un IBAN" "class" => "hide hiddenFields" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_billingInfos_iban" ] |
cache_key | "_client_billingInfos_iban_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11119 -form: Symfony\Component\Form\Form {#3982 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11118 …5} |
full_name | "client[billingInfos][iban]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_iban" |
label | "IBAN" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "iban" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_iban" |
valid | true |
value | "" |
bic
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un BIC" "class" => "hide hiddenFields" ] |
[ "placeholder" => "Entrer un BIC" "class" => "hide hiddenFields" ] |
label | "BIC" |
same as passed value |
label_attr | [ "class" => "hide hiddenFields" ] |
[ "class" => "hide hiddenFields" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un BIC" "class" => "hide hiddenFields" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3918 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "BIC" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3919 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un BIC" "class" => "hide hiddenFields" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_billingInfos_bic" ] |
cache_key | "_client_billingInfos_bic_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11121 -form: Symfony\Component\Form\Form {#3985 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11120 …5} |
full_name | "client[billingInfos][bic]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_bic" |
label | "BIC" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "bic" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_bic" |
valid | true |
value | "" |
rum
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer un RUM" "class" => "hide hiddenFields" ] |
[ "placeholder" => "Entrer un RUM" "class" => "hide hiddenFields" ] |
label | "RUM" |
same as passed value |
label_attr | [ "class" => "hide hiddenFields" ] |
[ "class" => "hide hiddenFields" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer un RUM" "class" => "hide hiddenFields" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3927 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "RUM" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3928 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer un RUM" "class" => "hide hiddenFields" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_client_billingInfos_rum" ] |
cache_key | "_client_billingInfos_rum_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11123 -form: Symfony\Component\Form\Form {#3988 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11122 …5} |
full_name | "client[billingInfos][rum]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_rum" |
label | "RUM" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "rum" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_rum" |
valid | true |
value | "" |
dateSignatureMandat
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "year" => "" "month" => "" "day" => "" ] |
Submitted Data
Property | Value |
---|---|
View Format |
[ "year" => "" "month" => "" "day" => "" ] |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Entrer une date de mandat" "class" => "hide hiddenFields" ] |
[ "placeholder" => "Entrer une date de mandat" "class" => "hide hiddenFields" ] |
label | "Date de mandat" |
same as passed value |
label_attr | [ "class" => "hide hiddenFields" ] |
[ "class" => "hide hiddenFields" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Entrer une date de mandat" "class" => "hide hiddenFields" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | 2 |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date de mandat" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => "" "month" => "" "day" => "" ] |
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() {#3949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3946 …} } } |
validation_groups | null |
view_timezone | null |
widget | "choice" |
years | [ 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrer une date de mandat" "class" => "hide hiddenFields" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_client_billingInfos_dateSignatureMandat" ] |
cache_key | "_client_billingInfos_dateSignatureMandat_date" |
compound | true |
data | null |
date_pattern | "{{ day }}{{ month }}{{ year }}" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11125 -form: Symfony\Component\Form\Form {#4024 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11124 …5} |
full_name | "client[billingInfos][dateSignatureMandat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_dateSignatureMandat" |
label | "Date de mandat" |
label_attr | [ "class" => "hide hiddenFields" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "dateSignatureMandat" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_dateSignatureMandat" |
valid | true |
value | [ "year" => "" "month" => "" "day" => "" ] |
widget | "choice" |
year
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_translation_domain | false |
false
|
choices | [ 2019 => 2019 2020 => 2020 2021 => 2021 2022 => 2022 2023 => 2023 2024 => 2024 2025 => 2025 2026 => 2026 2027 => 2027 2028 => 2028 2029 => 2029 ] |
[ 2019 => 2019 2020 => 2020 2021 => 2021 2022 => 2022 2023 => 2023 2024 => 2024 2025 => 2025 2026 => 2026 2027 => 2027 2028 => 2028 2029 => 2029 ] |
empty_data | "" |
same as passed value |
error_bubbling | true |
same as passed value |
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
placeholder | "" |
same as passed value |
required | false |
false
|
translation_domain | 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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | null |
choices | [ 2019 => 2019 2020 => 2020 2021 => 2021 2022 => 2022 2023 => 2023 2024 => 2024 2025 => 2025 2026 => 2026 2027 => 2027 2028 => 2028 2029 => 2029 ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | true |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3992 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_billingInfos_dateSignatureMandat_year" ] |
cache_key | "_client_billingInfos_dateSignatureMandat_year_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11131 +label: "2019" +value: "2019" +data: 2019 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11130 +label: "2020" +value: "2020" +data: 2020 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11132 +label: "2021" +value: "2021" +data: 2021 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11133 +label: "2022" +value: "2022" +data: 2022 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11134 +label: "2023" +value: "2023" +data: 2023 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11135 +label: "2024" +value: "2024" +data: 2024 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11136 +label: "2025" +value: "2025" +data: 2025 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11137 +label: "2026" +value: "2026" +data: 2026 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11138 +label: "2027" +value: "2027" +data: 2027 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11139 +label: "2028" +value: "2028" +data: 2028 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11140 +label: "2029" +value: "2029" +data: 2029 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11128 -form: Symfony\Component\Form\Form {#4027 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11129 …5} |
full_name | "client[billingInfos][dateSignatureMandat][year]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_dateSignatureMandat_year" |
is_selected | Closure($choice, $value) {#11142 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "year" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_dateSignatureMandat_year" |
valid | true |
value | "" |
month
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_translation_domain | false |
false
|
choices | [ "janv." => 1 "févr." => 2 "mars" => 3 "avr." => 4 "mai" => 5 "juin" => 6 "juil." => 7 "août" => 8 "sept." => 9 "oct." => 10 "nov." => 11 "déc." => 12 ] |
[ "janv." => 1 "févr." => 2 "mars" => 3 "avr." => 4 "mai" => 5 "juin" => 6 "juil." => 7 "août" => 8 "sept." => 9 "oct." => 10 "nov." => 11 "déc." => 12 ] |
empty_data | "" |
same as passed value |
error_bubbling | true |
same as passed value |
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
placeholder | "" |
same as passed value |
required | false |
false
|
translation_domain | 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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "janv." => 1 "févr." => 2 "mars" => 3 "avr." => 4 "mai" => 5 "juin" => 6 "juil." => 7 "août" => 8 "sept." => 9 "oct." => 10 "nov." => 11 "déc." => 12 ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | true |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4004 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#4003 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_billingInfos_dateSignatureMandat_month" ] |
cache_key | "_client_billingInfos_dateSignatureMandat_month_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11146 +label: "janv." +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11145 +label: "févr." +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11147 +label: "mars" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11148 +label: "avr." +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11149 +label: "mai" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11150 +label: "juin" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11151 +label: "juil." +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11152 +label: "août" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11153 +label: "sept." +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11154 +label: "oct." +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11155 +label: "nov." +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11156 +label: "déc." +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11143 -form: Symfony\Component\Form\Form {#4030 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11144 …5} |
full_name | "client[billingInfos][dateSignatureMandat][month]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_dateSignatureMandat_month" |
is_selected | Closure($choice, $value) {#11158 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "month" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_dateSignatureMandat_month" |
valid | true |
value | "" |
day
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_translation_domain | false |
false
|
choices | [ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 6 => 6 7 => 7 8 => 8 9 => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 ] |
[ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 6 => 6 7 => 7 8 => 8 9 => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 ] |
empty_data | "" |
same as passed value |
error_bubbling | true |
same as passed value |
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
placeholder | "" |
same as passed value |
required | false |
false
|
translation_domain | 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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | null |
choices | [ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 6 => 6 7 => 7 8 => 8 9 => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | true |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#4014 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_billingInfos_dateSignatureMandat_day" ] |
cache_key | "_client_billingInfos_dateSignatureMandat_day_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11162 +label: "1" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11161 +label: "2" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11163 +label: "3" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11164 +label: "4" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11165 +label: "5" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11166 +label: "6" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11167 +label: "7" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11168 +label: "8" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11169 +label: "9" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11170 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11171 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11172 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11173 +label: "13" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11174 +label: "14" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11175 +label: "15" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11176 +label: "16" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11177 +label: "17" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11178 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11179 +label: "19" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11180 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11181 +label: "21" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11182 +label: "22" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11183 +label: "23" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11184 +label: "24" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11185 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11186 +label: "26" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11187 +label: "27" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11188 +label: "28" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11189 +label: "29" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11190 +label: "30" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11191 +label: "31" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11159 -form: Symfony\Component\Form\Form {#4033 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11160 …5} |
full_name | "client[billingInfos][dateSignatureMandat][day]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_dateSignatureMandat_day" |
is_selected | Closure($choice, $value) {#11193 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "day" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_dateSignatureMandat_day" |
valid | true |
value | "" |
billingMode
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ttc" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "ttc" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
choices | [ "TTC" => "ttc" "HT + TVA" => "ht" ] |
[ "TTC" => "ttc" "HT + TVA" => "ht" ] |
data | "ttc" |
same as passed value |
label | "Type de facturation" |
same as passed value |
placeholder | "Type de facturation" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 | [ "TTC" => "ttc" "HT + TVA" => "ht" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data | "ttc" |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type de facturation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Type de facturation" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4285 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#4284 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_client_billingInfos_billingMode" ] |
cache_key | "_client_billingInfos_billingMode_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11194 +label: "TTC" +value: "ttc" +data: "ttc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#11195 +label: "HT + TVA" +value: "ht" +data: "ht" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "ttc" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11127 -form: Symfony\Component\Form\Form {#4294 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11126 …5} |
full_name | "client[billingInfos][billingMode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_billingMode" |
is_selected | Closure($choice, $value) {#11197 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Type de facturation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "billingMode" |
placeholder | "Type de facturation" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_billingMode" |
valid | true |
value | "ttc" |
company
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } |
View Format |
"2"
|
Submitted Data
Property | Value |
---|---|
View Format |
"2"
|
Normalized Format | Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Selectionnez une société" ] |
[ "placeholder" => "Selectionnez une société" ] |
auto_initialize | false |
false
|
class | "App\Entity\Company" |
same as passed value |
data | Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } |
same as passed value |
label | "Société facturante" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Selectionnez une société" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#3319 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4307 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4299 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4308 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4309 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4300 -om: ContainerRYFuCTx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#404 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2144 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Company" |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data | Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } |
data_class | null |
disabled | false |
em | ContainerRYFuCTx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#404 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4300 -om: ContainerRYFuCTx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#404 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2144 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Société facturante" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#4297 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Selectionnez une société" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_client_billingInfos_company" ] |
cache_key | "_client_billingInfos_company_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11201 +label: "FREESIA" +value: "1" +data: App\Entity\Company {#11209 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11202 +label: "SILVER BEAUTÉ" +value: "2" +data: Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11213 +label: "FREESIA SERVICE" +value: "3" +data: App\Entity\Company {#11225 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Proxies\__CG__\App\Entity\Company {#2312 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#4390 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#4447 …} #payments: Doctrine\ORM\PersistentCollection {#4482 …} #reglements: Doctrine\ORM\PersistentCollection {#4457 …} +__isInitialized__: true …2 } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11198 -form: Symfony\Component\Form\Form {#4317 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11199 …5} |
full_name | "client[billingInfos][company]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_billingInfos_company" |
is_selected | Closure($choice, $value) {#11222 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Société facturante" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "company" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_billingInfos_company" |
valid | true |
value | "2" |
familyMembers
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\ORM\PersistentCollection {#4320 #collection: Doctrine\Common\Collections\ArrayCollection {#4322 …} #initialized: true -snapshot: [] -owner: null -association: [ …15] -em: Doctrine\ORM\EntityManager {#417 …} -backRefFieldName: "client" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#16980 …} -isDirty: true } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | Doctrine\ORM\PersistentCollection {#4320 #collection: Doctrine\Common\Collections\ArrayCollection {#4322 …} #initialized: true -snapshot: [] -owner: null -association: [ …15] -em: Doctrine\ORM\EntityManager {#417 …} -backRefFieldName: "client" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#16980 …} -isDirty: true } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
allow_delete | true |
same as passed value |
by_reference | false |
false
|
entry_options | [ "label" => false ] |
[ "label" => false "block_name" => "entry" ] |
entry_type | "App\Form\Client\FamilyMemberType" |
same as passed value |
label | false |
false
|
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 | false |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#3655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
entry_options | [ "label" => false "block_name" => "entry" ] |
entry_type | "App\Form\Client\FamilyMemberType" |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3654 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_client_familyMembers" ] |
cache_key | "_client_familyMembers_collection" |
compound | true |
data | Doctrine\ORM\PersistentCollection {#4320 #collection: Doctrine\Common\Collections\ArrayCollection {#4322 …} #initialized: true -snapshot: [] -owner: null -association: [ …15] -em: Doctrine\ORM\EntityManager {#417 …} -backRefFieldName: "client" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#16980 …} -isDirty: true } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11093 -form: Symfony\Component\Form\Form {#4036 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11092 …5} |
full_name | "client[familyMembers]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client_familyMembers" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "familyMembers" |
priority | 0 |
prototype | Symfony\Component\Form\FormView {#11200 …5} |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_client_familyMembers" |
valid | true |
value | Doctrine\ORM\PersistentCollection {#4320 #collection: Doctrine\Common\Collections\ArrayCollection {#4322 …} #initialized: true -snapshot: [] -owner: null -association: [ …15] -em: Doctrine\ORM\EntityManager {#417 …} -backRefFieldName: "client" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#16980 …} -isDirty: true } |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "407a8c97c7494.rHrPlDG2YW18Icg5ahTIf8tYXMQK9VJL7yVJzyJ4nt4.whaN4nreFwUdRIFwHXCNDPoJNI1TnTU4pnwxtU5I1I-VV43YAI85AzQWqw" |
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 | "407a8c97c7494.rHrPlDG2YW18Icg5ahTIf8tYXMQK9VJL7yVJzyJ4nt4.whaN4nreFwUdRIFwHXCNDPoJNI1TnTU4pnwxtU5I1I-VV43YAI85AzQWqw" |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data | "407a8c97c7494.rHrPlDG2YW18Icg5ahTIf8tYXMQK9VJL7yVJzyJ4nt4.whaN4nreFwUdRIFwHXCNDPoJNI1TnTU4pnwxtU5I1I-VV43YAI85AzQWqw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9150 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#11204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#11216 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_client__token" ] |
cache_key | "_client__token_hidden" |
compound | false |
data | "407a8c97c7494.rHrPlDG2YW18Icg5ahTIf8tYXMQK9VJL7yVJzyJ4nt4.whaN4nreFwUdRIFwHXCNDPoJNI1TnTU4pnwxtU5I1I-VV43YAI85AzQWqw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11258 -form: Symfony\Component\Form\Form {#11254 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11250 …5} |
full_name | "client[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "client__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_client__token" |
valid | true |
value | "407a8c97c7494.rHrPlDG2YW18Icg5ahTIf8tYXMQK9VJL7yVJzyJ4nt4.whaN4nreFwUdRIFwHXCNDPoJNI1TnTU4pnwxtU5I1I-VV43YAI85AzQWqw" |
relance_facture
"App\Form\RelanceFactureType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | "App\Entity\Client" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4005 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} use: { $class: "App\Entity\Client" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3930 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3994 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "relance_facture" "_relance_facture" ] |
cache_key | "_relance_facture_relance_facture" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5301 -form: Symfony\Component\Form\Form {#3344 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5302 …5} |
full_name | "relance_facture" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "relance_facture" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "relance_facture" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_relance_facture" |
valid | true |
value | null |
status
"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 | [ "Validée" => "validée" "Envoyée" => "envoyée" "Reglée" => "reglée" "Contentieux" => "contentieux" ] |
[ "Validée" => "validée" "Envoyée" => "envoyée" "Reglée" => "reglée" "Contentieux" => "contentieux" ] |
label | "Statut" |
same as passed value |
mapped | false |
false
|
placeholder | "Choisir un statut" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Validée" => "validée" "Envoyée" => "envoyée" "Reglée" => "reglée" "Contentieux" => "contentieux" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Statut" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "Choisir un statut" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3862 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_relance_facture_status" ] |
cache_key | "_relance_facture_status_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9119 +label: "Validée" +value: "validée" +data: "validée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9120 +label: "Envoyée" +value: "envoyée" +data: "envoyée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9121 +label: "Reglée" +value: "reglée" +data: "reglée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9122 +label: "Contentieux" +value: "contentieux" +data: "contentieux" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9118 -form: Symfony\Component\Form\Form {#4040 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9117 …5} |
full_name | "relance_facture[status]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "relance_facture_status" |
is_selected | Closure($choice, $value) {#9124 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2400 …} } |
label | "Statut" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "status" |
placeholder | "Choisir un statut" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_relance_facture_status" |
valid | true |
value | "" |
start
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "flatpicker" "placeholder" => "Choisir une date de début" ] |
[ "class" => "flatpicker" "placeholder" => "Choisir une date de début" ] |
label | "Choisir une date de début" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
mapped | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "flatpicker" "placeholder" => "Choisir une date de début" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3556 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Choisir une date de début" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3541 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "flatpicker" "placeholder" => "Choisir une date de début" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_relance_facture_start" ] |
cache_key | "_relance_facture_start_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9125 -form: Symfony\Component\Form\Form {#4044 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9126 …5} |
full_name | "relance_facture[start]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "relance_facture_start" |
label | "Choisir une date de début" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "start" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_relance_facture_start" |
valid | true |
value | "" |
end
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "flatpicker" "placeholder" => "Choisir une date de fin" ] |
[ "class" => "flatpicker" "placeholder" => "Choisir une date de fin" ] |
label | "Choisir une date de fin" |
same as passed value |
label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
mapped | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "flatpicker" "placeholder" => "Choisir une date de fin" ] |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
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 | "Choisir une date de fin" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#3461 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "flatpicker" "placeholder" => "Choisir une date de fin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_relance_facture_end" ] |
cache_key | "_relance_facture_end_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9127 -form: Symfony\Component\Form\Form {#4392 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9128 …5} |
full_name | "relance_facture[end]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "relance_facture_end" |
label | "Choisir une date de fin" |
label_attr | [
"class" => ""
] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "end" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_relance_facture_end" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "610ba1ab083e7653f606d8e17.eME30_lzpkQ3wP-SrPmn3Gqu_6aWxbZRwtulh49kPtc.FJNFh7I6njJlpb3L3JrAiR74kfXYkcQTqLDy4sUSf6Ygo3imrQSeMkKDxw" |
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 | "610ba1ab083e7653f606d8e17.eME30_lzpkQ3wP-SrPmn3Gqu_6aWxbZRwtulh49kPtc.FJNFh7I6njJlpb3L3JrAiR74kfXYkcQTqLDy4sUSf6Ygo3imrQSeMkKDxw" |
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 {#152 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#150 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#149 …} -namespace: Closure() {#147 …} } |
data | "610ba1ab083e7653f606d8e17.eME30_lzpkQ3wP-SrPmn3Gqu_6aWxbZRwtulh49kPtc.FJNFh7I6njJlpb3L3JrAiR74kfXYkcQTqLDy4sUSf6Ygo3imrQSeMkKDxw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9133 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2292 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2325 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#167 …} $translationDomain: "validators" $message: Closure() {#9132 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_relance_facture__token" ] |
cache_key | "_relance_facture__token_hidden" |
compound | false |
data | "610ba1ab083e7653f606d8e17.eME30_lzpkQ3wP-SrPmn3Gqu_6aWxbZRwtulh49kPtc.FJNFh7I6njJlpb3L3JrAiR74kfXYkcQTqLDy4sUSf6Ygo3imrQSeMkKDxw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9145 -form: Symfony\Component\Form\Form {#9141 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9136 …5} |
full_name | "relance_facture[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "relance_facture__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_relance_facture__token" |
valid | true |
value | "610ba1ab083e7653f606d8e17.eME30_lzpkQ3wP-SrPmn3Gqu_6aWxbZRwtulh49kPtc.FJNFh7I6njJlpb3L3JrAiR74kfXYkcQTqLDy4sUSf6Ygo3imrQSeMkKDxw" |