- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 62
- Events
- Routing
- Cache
- Translation 2
- Security
- Twig
- Doctrine
- E-mails
- Debug
- Messages
- EasyAdmin
- VichUploader
- 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
creation
"App\Form\Account\CreationType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\DataTransferObject\CreateUserRequest {#1186 #connexionId: null #customerNumber: null #email: null #newsletter: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\DataTransferObject\CreateUserRequest {#1186 #connexionId: null #customerNumber: null #email: null #newsletter: false } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data | App\DataTransferObject\CreateUserRequest {#1186 #connexionId: null #customerNumber: null #email: null #newsletter: false } |
| data_class | "App\DataTransferObject\CreateUserRequest" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1222 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} use: { $class: "App\DataTransferObject\CreateUserRequest" } } |
| 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 | "front" |
| trim | true |
| upload_max_size_message | Closure() {#1224 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1223 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "creation" "_creation" ] |
| cache_key | "_creation_creation" |
| compound | true |
| data | App\DataTransferObject\CreateUserRequest {#1186 #connexionId: null #customerNumber: null #email: null #newsletter: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1303 -form: Symfony\Component\Form\Form {#1321 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1225 …5} |
| full_name | "creation" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "creation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation" |
| valid | true |
| value | App\DataTransferObject\CreateUserRequest {#1186 #connexionId: null #customerNumber: null #email: null #newsletter: false } |
connexionId
"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 {#1230 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1230 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "account_creation.step1.form.connexion_id.label" |
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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1230 +payload: null +message: "This value should not be blank." +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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1239 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} } |
| 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 | "account_creation.step1.form.connexion_id.label" |
| 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() {#1241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1240 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_creation_connexionId" ] |
| cache_key | "_creation_connexionId_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1348 -form: Symfony\Component\Form\Form {#1324 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1272 …5} |
| full_name | "creation[connexionId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_connexionId" |
| label | "account_creation.step1.form.connexion_id.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "connexionId" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation_connexionId" |
| valid | true |
| value | "" |
customerNumber
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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 {#1231 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1231 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| empty_data | null |
null
|
| label | "account_creation.step1.form.customer_number.label" |
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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1231 +payload: null +message: "This value should not be blank." +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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| 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 | "account_creation.step1.form.customer_number.label" |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1253 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_creation_customerNumber" ] |
| cache_key | "_creation_customerNumber_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1339 -form: Symfony\Component\Form\Form {#1327 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1255 …5} |
| full_name | "creation[customerNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_customerNumber" |
| label | "account_creation.step1.form.customer_number.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "customerNumber" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation_customerNumber" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "email1" => null "email2" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1232 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1232 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| first_name | "email1" |
same as passed value |
| first_options | [ "label" => "account_creation.step1.form.email1" ] |
[ "label" => "account_creation.step1.form.email1" ] |
| invalid_message | "account_creation.step1.form.emails_not_matching" |
same as passed value |
| required | true |
same as passed value |
| second_name | "email2" |
same as passed value |
| second_options | [ "label" => "account_creation.step1.form.email2" ] |
[ "label" => "account_creation.step1.form.email2" ] |
| translation_domain | "front" |
same as passed value |
| type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1232 +payload: null +message: "This value should not be blank." +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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1263 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "email1" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "email1" |
| first_options | [ "label" => "account_creation.step1.form.email1" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "account_creation.step1.form.emails_not_matching" |
| 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" |
| options | [] |
| 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 | [] |
| second_name | "email2" |
| second_options | [ "label" => "account_creation.step1.form.email2" ] |
| setter | null |
| translation_domain | "front" |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
| upload_max_size_message | Closure() {#1262 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1266 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_creation_email" ] |
| cache_key | "_creation_email_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1242 -form: Symfony\Component\Form\Form {#1353 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1372 …5} |
| full_name | "creation[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_email" |
| label | null |
| 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 | "front" |
| unique_block_prefix | "_creation_email" |
| valid | true |
| value | [ "email1" => null "email2" => null ] |
email1
"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 |
|---|---|---|
| error_bubbling | false |
false
|
| label | "account_creation.step1.form.email1" |
same as passed value |
| mapped | true |
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 |
| 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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1331 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} } |
| 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 | "account_creation.step1.form.email1" |
| 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() {#1338 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1332 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_creation_email_email1" ] |
| cache_key | "_creation_email_email1_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1377 -form: Symfony\Component\Form\Form {#1356 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1376 …5} |
| full_name | "creation[email][email1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_email_email1" |
| label | "account_creation.step1.form.email1" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation_email_email1" |
| valid | true |
| value | "" |
email2
"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 |
|---|---|---|
| error_bubbling | false |
false
|
| label | "account_creation.step1.form.email2" |
same as passed value |
| mapped | true |
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 |
| 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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1345 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} } |
| 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 | "account_creation.step1.form.email2" |
| 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() {#1347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1346 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_creation_email_email2" ] |
| cache_key | "_creation_email_email2_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1393 -form: Symfony\Component\Form\Form {#1359 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1400 …5} |
| full_name | "creation[email][email2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_email_email2" |
| label | "account_creation.step1.form.email2" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation_email_email2" |
| valid | true |
| value | "" |
rgpd
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1233 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1233 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "account_creation.form.rgpd.label" |
same as passed value |
| mapped | false |
false
|
| 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1233 +payload: null +message: "This value should not be blank." +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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1281 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1279 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#1284 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "account_creation.form.rgpd.label" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1288 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1286 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_creation_rgpd" ] |
| cache_key | "_creation_rgpd_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1374 -form: Symfony\Component\Form\Form {#1362 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1375 …5} |
| full_name | "creation[rgpd]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_rgpd" |
| label | "account_creation.form.rgpd.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "rgpd" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation_rgpd" |
| valid | true |
| value | "1" |
captcha
"App\Actimage\CaptchaBundle\Form\Type\ActimageCaptchaType"
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 |
|---|---|---|
| label | false |
false
|
| mapped | false |
false
|
| 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 |
| 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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1300 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} } |
| 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 | 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() {#1302 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1301 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "actimage_captcha" "_creation_captcha" ] |
| cache_key | "_creation_captcha_actimage_captcha" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1403 -form: Symfony\Component\Form\Form {#1365 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1402 …5} |
| full_name | "creation[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_captcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation_captcha" |
| valid | true |
| value | null |
captcha
"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 | [ "autocomplete" => "off" "encodedCaptcha" => "eEhwaWQ4YVpkZXBta29mZVluemVzZz09" ] |
[ "autocomplete" => "off" "encodedCaptcha" => "eEhwaWQ4YVpkZXBta29mZVluemVzZz09" ] |
| help | "(les lettres peuvent être retranscrites indifféremment en minuscule ou en majuscule)" |
same as passed value |
| help_attr | [ "class" => "mb-1" ] |
[ "class" => "mb-1" ] |
| label_attr | [ "class" => "mb-0" ] |
[ "class" => "mb-0" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "off" "encodedCaptcha" => "eEhwaWQ4YVpkZXBta29mZVluemVzZz09" ] |
| 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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1310 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "(les lettres peuvent être retranscrites indifféremment en minuscule ou en majuscule)" |
| help_attr | [ "class" => "mb-1" ] |
| 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 | [ "class" => "mb-0" ] |
| 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() {#1312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1311 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "off" "encodedCaptcha" => "eEhwaWQ4YVpkZXBta29mZVluemVzZz09" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_creation_captcha_captcha" ] |
| cache_key | "_creation_captcha_captcha_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1409 -form: Symfony\Component\Form\Form {#1368 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1408 …5} |
| full_name | "creation[captcha][captcha]" |
| help | "(les lettres peuvent être retranscrites indifféremment en minuscule ou en majuscule)" |
| help_attr | [ "class" => "mb-1" ] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation_captcha_captcha" |
| label | null |
| label_attr | [ "class" => "mb-0" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_creation_captcha_captcha" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c561.Q305Fa6sEB_e2MMrUd2T6WWQVfsxu7stbV_Ogag2OPM.cw9oXubqXH2wnogeGLmlj1DxDZ4c2PZ-Xxelz8Zaa4YwGWxh_NVAW7my9w" |
| 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 | "c561.Q305Fa6sEB_e2MMrUd2T6WWQVfsxu7stbV_Ogag2OPM.cw9oXubqXH2wnogeGLmlj1DxDZ4c2PZ-Xxelz8Zaa4YwGWxh_NVAW7my9w" |
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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#695 …} -namespace: Closure() {#757 …} } |
| data | "c561.Q305Fa6sEB_e2MMrUd2T6WWQVfsxu7stbV_Ogag2OPM.cw9oXubqXH2wnogeGLmlj1DxDZ4c2PZ-Xxelz8Zaa4YwGWxh_NVAW7my9w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1193 …} } |
| 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() {#1414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1204 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#479 …} $translationDomain: "validators" $message: Closure() {#1410 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_creation__token" ] |
| cache_key | "_creation__token_hidden" |
| compound | false |
| data | "c561.Q305Fa6sEB_e2MMrUd2T6WWQVfsxu7stbV_Ogag2OPM.cw9oXubqXH2wnogeGLmlj1DxDZ4c2PZ-Xxelz8Zaa4YwGWxh_NVAW7my9w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1424 -form: Symfony\Component\Form\Form {#1420 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1415 …5} |
| full_name | "creation[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "creation__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 | "front" |
| unique_block_prefix | "_creation__token" |
| valid | true |
| value | "c561.Q305Fa6sEB_e2MMrUd2T6WWQVfsxu7stbV_Ogag2OPM.cw9oXubqXH2wnogeGLmlj1DxDZ4c2PZ-Xxelz8Zaa4YwGWxh_NVAW7my9w" |