- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 85
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
prospect_form
"App\Form\ProspectFormType"
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 |
|---|---|---|
| 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 |
| 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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1355 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#1345 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1302 this: Symfony\Component\Form\Extension\Core\Type\FormType {#1368 …} } |
| 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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1298 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1336 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1299 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "prospect_form" "_prospect_form" ] |
| cache_key | "_prospect_form_prospect_form" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1550 -form: Symfony\Component\Form\Form {#1465 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1555 …5} |
| full_name | "prospect_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prospect_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prospect_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prospect_form" |
| valid | true |
| value | [] |
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1412 +payload: null +message: "Nom obligatoire" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1412 +payload: null +message: "Nom obligatoire" +allowNull: false +normalizer: null } ] |
| label | "Nom" |
same as passed value |
| required | true |
same as passed value |
| trim | 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1412 +payload: null +message: "Nom obligatoire" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1355 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#1345 …} } |
| data_class | null |
| disabled | false |
| empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1411 this: Symfony\Component\Form\Extension\Core\Type\FormType {#1368 …} } |
| 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 | [] |
| 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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1409 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1336 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1410 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_prospect_form_nom" ] |
| cache_key | "_prospect_form_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1545 -form: Symfony\Component\Form\Form {#1502 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1544 …5} |
| full_name | "prospect_form[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prospect_form_nom" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prospect_form_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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1268 +payload: null +message: "Prénom obligatoire" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1268 +payload: null +message: "Prénom obligatoire" +allowNull: false +normalizer: null } ] |
| label | "Prénom" |
same as passed value |
| required | true |
same as passed value |
| trim | 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1268 +payload: null +message: "Prénom obligatoire" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1355 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#1345 …} } |
| data_class | null |
| disabled | false |
| empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1281 this: Symfony\Component\Form\Extension\Core\Type\FormType {#1368 …} } |
| 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 | [] |
| 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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1283 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1336 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1282 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_prospect_form_prenom" ] |
| cache_key | "_prospect_form_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1546 -form: Symfony\Component\Form\Form {#1506 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1547 …5} |
| full_name | "prospect_form[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prospect_form_prenom" |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prospect_form_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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1269 +payload: null +message: "Téléphone obligatoire" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1269 +payload: null +message: "Téléphone obligatoire" +allowNull: false +normalizer: null } ] |
| label | "Téléphone" |
same as passed value |
| required | true |
same as passed value |
| trim | 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1269 +payload: null +message: "Téléphone obligatoire" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1355 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#1345 …} } |
| data_class | null |
| disabled | false |
| empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1416 this: Symfony\Component\Form\Extension\Core\Type\FormType {#1368 …} } |
| 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 | "Téléphone" |
| 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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1419 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1336 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1418 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_prospect_form_telephone" ] |
| cache_key | "_prospect_form_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1548 -form: Symfony\Component\Form\Form {#1509 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1549 …5} |
| full_name | "prospect_form[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prospect_form_telephone" |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prospect_form_telephone" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1273 +payload: null +message: "Adresse email obligatoire" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1273 +payload: null +message: "Adresse email obligatoire" +allowNull: false +normalizer: null } ] |
| label | "Adresse email" |
same as passed value |
| required | true |
same as passed value |
| trim | 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1273 +payload: null +message: "Adresse email obligatoire" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1355 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#1345 …} } |
| data_class | null |
| disabled | false |
| empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1426 this: Symfony\Component\Form\Extension\Core\Type\FormType {#1368 …} } |
| 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 email" |
| 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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1433 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1336 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1427 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_prospect_form_email" ] |
| cache_key | "_prospect_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1573 -form: Symfony\Component\Form\Form {#1467 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1535 …5} |
| full_name | "prospect_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prospect_form_email" |
| label | "Adresse email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prospect_form_email" |
| valid | true |
| value | "" |
agent_username
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1272 +payload: null +message: "Addresse mail du parrain obligatoire" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1272 +payload: null +message: "Addresse mail du parrain obligatoire" +allowNull: false +normalizer: null } ] |
| label | "Adresse mail du parrain" |
same as passed value |
| required | true |
same as passed value |
| trim | 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1272 +payload: null +message: "Addresse mail du parrain obligatoire" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1355 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#1345 …} } |
| data_class | null |
| disabled | false |
| empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1440 this: Symfony\Component\Form\Extension\Core\Type\FormType {#1368 …} } |
| 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 mail du parrain" |
| 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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1442 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1336 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1441 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_prospect_form_agent_username" ] |
| cache_key | "_prospect_form_agent_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1534 -form: Symfony\Component\Form\Form {#1470 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1532 …5} |
| full_name | "prospect_form[agent_username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prospect_form_agent_username" |
| label | "Adresse mail du parrain" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agent_username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prospect_form_agent_username" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c0b.ApD1wJ7Mpkj5ybl_mN3OPk16DtLsrpMgC2F314T49cc.Z9WPoaqGl3CPg_4y8qeUDScdSKO5w-FCYiInvLOglqRm_JKs-IDlLqmf9A" |
| 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 | "c0b.ApD1wJ7Mpkj5ybl_mN3OPk16DtLsrpMgC2F314T49cc.Z9WPoaqGl3CPg_4y8qeUDScdSKO5w-FCYiInvLOglqRm_JKs-IDlLqmf9A" |
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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1355 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#1345 …} } |
| data | "c0b.ApD1wJ7Mpkj5ybl_mN3OPk16DtLsrpMgC2F314T49cc.Z9WPoaqGl3CPg_4y8qeUDScdSKO5w-FCYiInvLOglqRm_JKs-IDlLqmf9A" |
| data_class | null |
| disabled | false |
| empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1528 this: Symfony\Component\Form\Extension\Core\Type\FormType {#1368 …} } |
| 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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1552 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1336 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1551 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_prospect_form__token" ] |
| cache_key | "_prospect_form__token_hidden" |
| compound | false |
| data | "c0b.ApD1wJ7Mpkj5ybl_mN3OPk16DtLsrpMgC2F314T49cc.Z9WPoaqGl3CPg_4y8qeUDScdSKO5w-FCYiInvLOglqRm_JKs-IDlLqmf9A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1570 -form: Symfony\Component\Form\Form {#1569 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1542 …5} |
| full_name | "prospect_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prospect_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prospect_form__token" |
| valid | true |
| value | "c0b.ApD1wJ7Mpkj5ybl_mN3OPk16DtLsrpMgC2F314T49cc.Z9WPoaqGl3CPg_4y8qeUDScdSKO5w-FCYiInvLOglqRm_JKs-IDlLqmf9A" |