- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 69
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Elastica
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
newsletter
"App\Form\NewsletterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Newsletter {#513 -id: null -email: "" -joined: "0" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "https://www.express-mailing.com/gestion/abonnement.php" |
same as passed value |
| attr | [ "id" => "inscription_newsletter" "class" => "footerMain-social-form" ] |
[ "id" => "inscription_newsletter" "class" => "footerMain-social-form" ] |
| data | App\Entity\Newsletter {#513 -id: null -email: "" -joined: "0" } |
same as passed value |
| method | "get" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "https://www.express-mailing.com/gestion/abonnement.php" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "inscription_newsletter" "class" => "footerMain-social-form" ] |
| 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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data | App\Entity\Newsletter {#513 -id: null -email: "" -joined: "0" } |
| data_class | "App\Entity\Newsletter" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#593 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} use: { $class: "App\Entity\Newsletter" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "get" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#573 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "https://www.express-mailing.com/gestion/abonnement.php" |
| attr | [ "id" => "inscription_newsletter" "class" => "footerMain-social-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "newsletter" "_newsletter" ] |
| cache_key | "_newsletter_newsletter" |
| compound | true |
| data | App\Entity\Newsletter {#513 -id: null -email: "" -joined: "0" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#687 -form: Symfony\Component\Form\Form {#622 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#639 …5} |
| full_name | "newsletter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "newsletter" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter" |
| valid | true |
| value | App\Entity\Newsletter {#513 -id: null -email: "" -joined: "0" } |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "marie.dupont@gmail.com" "class" => "footerMain-social-form-input searchBar" ] |
[ "placeholder" => "marie.dupont@gmail.com" "class" => "footerMain-social-form-input searchBar" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "marie.dupont@gmail.com" "class" => "footerMain-social-form-input searchBar" ] |
| 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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#549 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#546 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "marie.dupont@gmail.com" "class" => "footerMain-social-form-input searchBar" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_newsletter_email" ] |
| cache_key | "_newsletter_email_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#655 -form: Symfony\Component\Form\Form {#625 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#664 …5} |
| full_name | "newsletter[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_email" |
| valid | true |
| value | "" |
name
"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" => "hide" "value" => null ] |
[ "class" => "hide" "value" => null ] |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hide" "value" => null ] |
| 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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#603 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#604 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hide" "value" => null ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_newsletter_name" ] |
| cache_key | "_newsletter_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#706 -form: Symfony\Component\Form\Form {#628 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#708 …5} |
| full_name | "newsletter[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_name" |
| valid | true |
| value | "" |
envoyer
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "footerMain-social-form-send" ] |
[ "class" => "footerMain-social-form-send" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "footerMain-social-form-send" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | null |
| label_format | null |
| label_translation_parameters | [] |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "footerMain-social-form-send" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_newsletter_envoyer" ] |
| cache_key | "_newsletter_envoyer_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#710 …5} |
| full_name | "newsletter[envoyer]" |
| id | "newsletter_envoyer" |
| label | null |
| label_format | null |
| label_translation_parameters | [] |
| multipart | false |
| name | "envoyer" |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_newsletter_envoyer" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "ogAunladMf6IjtK_glzjdI-yemSEUNWVOutIWyAGJQI" |
| 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 | "ogAunladMf6IjtK_glzjdI-yemSEUNWVOutIWyAGJQI" |
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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data | "ogAunladMf6IjtK_glzjdI-yemSEUNWVOutIWyAGJQI" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#726 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter__token" ] |
| cache_key | "_newsletter__token_hidden" |
| compound | false |
| data | "ogAunladMf6IjtK_glzjdI-yemSEUNWVOutIWyAGJQI" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#737 -form: Symfony\Component\Form\Form {#733 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#728 …5} |
| full_name | "newsletter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter__token" |
| valid | true |
| value | "ogAunladMf6IjtK_glzjdI-yemSEUNWVOutIWyAGJQI" |
test_audition_full
"App\Form\TestAuditionFullType"
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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#637 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "test_audition_full" "_test_audition_full" ] |
| cache_key | "_test_audition_full_test_audition_full" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#739 -form: Symfony\Component\Form\Form {#688 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#740 …5} |
| full_name | "test_audition_full" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "test_audition_full" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "test_audition_full" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_test_audition_full" |
| valid | true |
| value | null |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Votre nom" "class" => "popup-ctt-form-input" ] |
[ "placeholder" => "Votre nom" "class" => "popup-ctt-form-input" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre nom" "class" => "popup-ctt-form-input" ] |
| 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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#652 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#654 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#653 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre nom" "class" => "popup-ctt-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_test_audition_full_nom" ] |
| cache_key | "_test_audition_full_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#744 -form: Symfony\Component\Form\Form {#691 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#743 …5} |
| full_name | "test_audition_full[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "test_audition_full_nom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_test_audition_full_nom" |
| valid | true |
| value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Votre prénom" "class" => "popup-ctt-form-input" ] |
[ "placeholder" => "Votre prénom" "class" => "popup-ctt-form-input" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre prénom" "class" => "popup-ctt-form-input" ] |
| 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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#661 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#663 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#662 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre prénom" "class" => "popup-ctt-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_test_audition_full_prenom" ] |
| cache_key | "_test_audition_full_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#745 -form: Symfony\Component\Form\Form {#694 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#746 …5} |
| full_name | "test_audition_full[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "test_audition_full_prenom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_test_audition_full_prenom" |
| valid | true |
| value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Votre téléphone (fixe ou mobile)" "class" => "popup-ctt-form-input" ] |
[ "placeholder" => "Votre téléphone (fixe ou mobile)" "class" => "popup-ctt-form-input" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre téléphone (fixe ou mobile)" "class" => "popup-ctt-form-input" ] |
| 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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#670 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#671 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre téléphone (fixe ou mobile)" "class" => "popup-ctt-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_test_audition_full_telephone" ] |
| cache_key | "_test_audition_full_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#747 -form: Symfony\Component\Form\Form {#697 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#748 …5} |
| full_name | "test_audition_full[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "test_audition_full_telephone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_test_audition_full_telephone" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Votre adresse email" "class" => "popup-ctt-form-input" ] |
[ "placeholder" => "Votre adresse email" "class" => "popup-ctt-form-input" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre adresse email" "class" => "popup-ctt-form-input" ] |
| 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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#679 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#680 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre adresse email" "class" => "popup-ctt-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_test_audition_full_email" ] |
| cache_key | "_test_audition_full_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#749 -form: Symfony\Component\Form\Form {#700 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#750 …5} |
| full_name | "test_audition_full[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "test_audition_full_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_test_audition_full_email" |
| valid | true |
| value | "" |
valider
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "popup-ctt-form-submit btn" ] |
[ "class" => "popup-ctt-form-submit btn" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "popup-ctt-form-submit btn" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | null |
| label_format | null |
| label_translation_parameters | [] |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "popup-ctt-form-submit btn" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_test_audition_full_valider" ] |
| cache_key | "_test_audition_full_valider_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#752 …5} |
| full_name | "test_audition_full[valider]" |
| id | "test_audition_full_valider" |
| label | null |
| label_format | null |
| label_translation_parameters | [] |
| multipart | false |
| name | "valider" |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_test_audition_full_valider" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "lL7J7aITb9jZykrSdFABt-5451pgOZ9uk0TMIxPwrs4" |
| 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 | "lL7J7aITb9jZykrSdFABt-5451pgOZ9uk0TMIxPwrs4" |
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 {#595 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data | "lL7J7aITb9jZykrSdFABt-5451pgOZ9uk0TMIxPwrs4" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#741 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#495 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#602 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#489 …} $translationDomain: "validators" $message: Closure() {#751 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_test_audition_full__token" ] |
| cache_key | "_test_audition_full__token_hidden" |
| compound | false |
| data | "lL7J7aITb9jZykrSdFABt-5451pgOZ9uk0TMIxPwrs4" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#763 -form: Symfony\Component\Form\Form {#759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#754 …5} |
| full_name | "test_audition_full[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "test_audition_full__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_test_audition_full__token" |
| valid | true |
| value | "lL7J7aITb9jZykrSdFABt-5451pgOZ9uk0TMIxPwrs4" |