- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 91
- Events
- Routing
- Cache
- Translation 22
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- VichUploader
- Websocket
- 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
-
-
-
civility
-
lastname
-
firstname
-
email
-
-
first
-
second
-
-
-
entrepriseName
-
siret
-
mobilePhone
-
agreeTerms
-
_token
-
sg_client
"App\Form\ClientType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Client {#1002 -id: null -user: null -collaborateurAccount: null -siret: null -entrepriseName: null -aboutMe: null -birthday: null -birthplace: null -mobilePhone: null -landlinePhone: null -address: null -address1: null -postalCode: null -city: null -longitude: null -latitude: null -facebook: null -twitter: null -instagram: null -linkedin: null -agreeTerms: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Client {#1002 -id: null -user: null -collaborateurAccount: null -siret: null -entrepriseName: null -aboutMe: null -birthday: null -birthplace: null -mobilePhone: null -landlinePhone: null -address: null -address1: null -postalCode: null -city: null -longitude: null -latitude: null -facebook: null -twitter: null -instagram: null -linkedin: null -agreeTerms: null } |
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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data | App\Entity\Client {#1002 -id: null -user: null -collaborateurAccount: null -siret: null -entrepriseName: null -aboutMe: null -birthday: null -birthplace: null -mobilePhone: null -landlinePhone: null -address: null -address1: null -postalCode: null -city: null -longitude: null -latitude: null -facebook: null -twitter: null -instagram: null -linkedin: null -agreeTerms: null } |
data_class | "App\Entity\Client" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1144 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} use: { $class: "App\Entity\Client" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1143 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "sg_client" "_sg_client" ] |
cache_key | "_sg_client_sg_client" |
compound | true |
data | App\Entity\Client {#1002 -id: null -user: null -collaborateurAccount: null -siret: null -entrepriseName: null -aboutMe: null -birthday: null -birthplace: null -mobilePhone: null -landlinePhone: null -address: null -address1: null -postalCode: null -city: null -longitude: null -latitude: null -facebook: null -twitter: null -instagram: null -linkedin: null -agreeTerms: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1228 -form: Symfony\Component\Form\Form {#1221 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1141 …5} |
full_name | "sg_client" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "sg_client" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client" |
valid | true |
value | App\Entity\Client {#1002 -id: null -user: null -collaborateurAccount: null -siret: null -entrepriseName: null -aboutMe: null -birthday: null -birthplace: null -mobilePhone: null -landlinePhone: null -address: null -address1: null -postalCode: null -city: null -longitude: null -latitude: null -facebook: null -twitter: null -instagram: null -linkedin: null -agreeTerms: null } |
user
"App\Form\UserType"
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 | 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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1167 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} use: { $class: "App\Entity\User" } } |
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 | true |
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() {#1169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1168 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "_sg_client_user" ] |
cache_key | "_sg_client_user_user" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1357 -form: Symfony\Component\Form\Form {#1298 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1392 …5} |
full_name | "sg_client[user]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user" |
label | true |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_user" |
valid | true |
value | null |
civility
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select no-search-select pl-125" ] |
[ "class" => "chosen-select no-search-select pl-125" ] |
choices | [ "M." => "Monsieur" "Mme" => "Madame" "Entreprise" => "Entreprise" "Association" => "Association" ] |
[ "M." => "Monsieur" "Mme" => "Madame" "Entreprise" => "Entreprise" "Association" => "Association" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1175 +message: "Veuillez entrer votre type de profil !" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1175 +message: "Veuillez entrer votre type de profil !" +allowNull: false +normalizer: null +payload: null } ] |
label | "Type de profil" |
same as passed value |
placeholder | "-Choisir votre type de profil-" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select no-search-select pl-125" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "M." => "Monsieur" "Mme" => "Madame" "Entreprise" => "Entreprise" "Association" => "Association" ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1175 +message: "Veuillez entrer votre type de profil !" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type de profil" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "-Choisir votre type de profil-" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1225 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select no-search-select pl-125" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_sg_client_user_civility" ] |
cache_key | "_sg_client_user_civility_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1155 +label: "M." +value: "Monsieur" +data: "Monsieur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1126 +label: "Mme" +value: "Madame" +data: "Madame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Entreprise" +value: "Entreprise" +data: "Entreprise" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +label: "Association" +value: "Association" +data: "Association" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1358 -form: Symfony\Component\Form\Form {#1295 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1362 …5} |
full_name | "sg_client[user][civility]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user_civility" |
is_selected | Closure($choice, $value) {#1327 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1256 …} } |
label | "Type de profil" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civility" |
placeholder | "-Choisir votre type de profil-" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_user_civility" |
valid | true |
value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 60 ] |
[ "maxlength" => 60 ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1176 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le nom doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1177 +message: "Veuillez entrer votre nom !" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1176 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le nom doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1177 +message: "Veuillez entrer votre nom !" +allowNull: false +normalizer: null +payload: null } ] |
label | "Nom " |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 60 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1176 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le nom doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1177 +message: "Veuillez entrer votre nom !" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1233 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
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 | Closure() {#1237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1236 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 60 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sg_client_user_lastname" ] |
cache_key | "_sg_client_user_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1289 -form: Symfony\Component\Form\Form {#1301 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1319 …5} |
full_name | "sg_client[user][lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user_lastname" |
label | "Nom " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_user_lastname" |
valid | true |
value | "" |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 60 ] |
[ "maxlength" => 60 ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1178 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le prénom doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1179 +message: "Veuillez entrer prénom !" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1178 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le prénom doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1179 +message: "Veuillez entrer prénom !" +allowNull: false +normalizer: null +payload: null } ] |
label | "Prénom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 60 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1178 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le prénom doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1179 +message: "Veuillez entrer prénom !" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1246 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
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 | Closure() {#1248 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1247 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 60 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sg_client_user_firstname" ] |
cache_key | "_sg_client_user_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1273 -form: Symfony\Component\Form\Form {#1304 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1249 …5} |
full_name | "sg_client[user][firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user_firstname" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_user_firstname" |
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 |
---|---|---|
attr | [ "maxlength" => 180 ] |
[ "maxlength" => 180 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1180 +message: "Veuillez entrer votre email !" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#1181 +message: "L'adresse email "{{ value }}" n'est pas valide." +mode: null +normalizer: null +payload: null } App\Validator\Constraints\UniqueEmail {#1208 +message: "Cet e-mail est déjà utilisé par un autre compte." +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1180 +message: "Veuillez entrer votre email !" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#1181 +message: "L'adresse email "{{ value }}" n'est pas valide." +mode: null +normalizer: null +payload: null } App\Validator\Constraints\UniqueEmail {#1208 +message: "Cet e-mail est déjà utilisé par un autre compte." +payload: null } ] |
label | "Email" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 180 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1180 +message: "Veuillez entrer votre email !" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#1181 +message: "L'adresse email "{{ value }}" n'est pas valide." +mode: null +normalizer: null +payload: null } App\Validator\Constraints\UniqueEmail {#1208 +message: "Cet e-mail est déjà utilisé par un autre compte." +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1254 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email" |
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() {#1272 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1267 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 180 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_sg_client_user_email" ] |
cache_key | "_sg_client_user_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1238 -form: Symfony\Component\Form\Form {#1307 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1395 …5} |
full_name | "sg_client[user][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user_email" |
label | "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 | "_sg_client_user_email" |
valid | true |
value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "minlength" => 8 ] |
[ "minlength" => 8 ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1207 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1182 +message: "Veuillez entrer votre mot de passe !" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1207 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1182 +message: "Veuillez entrer votre mot de passe !" +allowNull: false +normalizer: null +payload: null } ] |
first_options | [ "label" => "Mot de passe" "attr" => [ "placeholder" => "Mot de passe" ] ] |
[ "label" => "Mot de passe" "attr" => [ "placeholder" => "Mot de passe" ] ] |
invalid_message | "Le deux mots de passe ne sont pas identiques !" |
same as passed value |
mapped | false |
false
|
options | [ "attr" => [ "maxlength" => 255 "autocomplete" => "off" ] ] |
[ "attr" => [ "maxlength" => 255 "autocomplete" => "off" ] ] |
required | true |
same as passed value |
second_options | [ "label" => "Confirmer le mot de passe" "attr" => [ "placeholder" => "Confirmer le mot de passe" ] ] |
[ "label" => "Confirmer le mot de passe" "attr" => [ "placeholder" => "Confirmer le mot de passe" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "minlength" => 8 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1207 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1182 +message: "Veuillez entrer votre mot de passe !" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1285 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Mot de passe" "attr" => [ "placeholder" => "Mot de passe" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Le deux mots de passe ne sont pas identiques !" |
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" |
options | [ "attr" => [ "maxlength" => 255 "autocomplete" => "off" ] ] |
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 | "second" |
second_options | [ "label" => "Confirmer le mot de passe" "attr" => [ "placeholder" => "Confirmer le mot de passe" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#1279 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1280 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 8 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_sg_client_user_password" ] |
cache_key | "_sg_client_user_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1397 -form: Symfony\Component\Form\Form {#1331 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1398 …5} |
full_name | "sg_client[user][password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_user_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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" => "Mot de passe" ] |
[ "placeholder" => "Mot de passe" ] |
error_bubbling | false |
false
|
label | "Mot de passe" |
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 |
always_empty | true |
attr | [ "placeholder" => "Mot de passe" ] |
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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1311 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
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 | "Mot de passe" |
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 | false |
upload_max_size_message | Closure() {#1318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1312 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Mot de passe" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_sg_client_user_password_first" ] |
cache_key | "_sg_client_user_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1402 -form: Symfony\Component\Form\Form {#1334 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1401 …5} |
full_name | "sg_client[user][password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user_password_first" |
label | "Mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_user_password_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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" => "Confirmer le mot de passe" ] |
[ "placeholder" => "Confirmer le mot de passe" ] |
error_bubbling | false |
false
|
label | "Confirmer le mot de passe" |
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 |
always_empty | true |
attr | [ "placeholder" => "Confirmer le mot de passe" ] |
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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1324 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
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 | "Confirmer le mot de passe" |
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 | false |
upload_max_size_message | Closure() {#1326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1325 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Confirmer le mot de passe" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_sg_client_user_password_second" ] |
cache_key | "_sg_client_user_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1403 -form: Symfony\Component\Form\Form {#1337 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1404 …5} |
full_name | "sg_client[user][password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_user_password_second" |
label | "Confirmer le mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_user_password_second" |
valid | true |
value | "" |
entrepriseName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Nom de l'entreprise ou l'association" ] |
[ "placeholder" => "Nom de l'entreprise ou l'association" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1216 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le nom de l'entreprise doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1216 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le nom de l'entreprise doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
label | "Nom de l'organisme " |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom de l'entreprise ou l'association" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1216 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le nom de l'entreprise doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1186 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom de l'organisme " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1185 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1184 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom de l'entreprise ou l'association" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sg_client_entrepriseName" ] |
cache_key | "_sg_client_entrepriseName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1356 -form: Symfony\Component\Form\Form {#1340 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1363 …5} |
full_name | "sg_client[entrepriseName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_entrepriseName" |
label | "Nom de l'organisme " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "entrepriseName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_entrepriseName" |
valid | true |
value | "" |
siret
"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 | [ "maxlength" => "14" ] |
[ "maxlength" => "14" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1214 +maxMessage: "Le numéro SIRET ou SIREN ne peut pas contenir plus de {{ limit }} caractères." +minMessage: "Le Numéro Siret ou Siren doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: 9 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1214 +maxMessage: "Le numéro SIRET ou SIREN ne peut pas contenir plus de {{ limit }} caractères." +minMessage: "Le Numéro Siret ou Siren doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: 9 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
label | "Numéro Siret ou Siren" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => "14" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1214 +maxMessage: "Le numéro SIRET ou SIREN ne peut pas contenir plus de {{ limit }} caractères." +minMessage: "Le Numéro Siret ou Siren doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: 9 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1159 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Numéro Siret ou Siren" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1162 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1160 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => "14" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sg_client_siret" ] |
cache_key | "_sg_client_siret_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1400 -form: Symfony\Component\Form\Form {#1343 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1399 …5} |
full_name | "sg_client[siret]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_siret" |
label | "Numéro Siret ou Siren" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "siret" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_siret" |
valid | true |
value | "" |
mobilePhone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "maxlength" => 20 ] |
[ "maxlength" => 20 ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1213 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le numéro de téléphone doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1212 +message: "Veuillez entrer votre numéro de téléphone !" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\ValidPhoneNumber {#1202 +message: "Le numéro de téléphone "{{ value }}" n'est pas valide." +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1213 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le numéro de téléphone doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1212 +message: "Veuillez entrer votre numéro de téléphone !" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\ValidPhoneNumber {#1202 +message: "Le numéro de téléphone "{{ value }}" n'est pas valide." +payload: null } ] |
label | "Téléphone mobile" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 20 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#1213 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le numéro de téléphone doit avoir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1212 +message: "Veuillez entrer votre numéro de téléphone !" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\ValidPhoneNumber {#1202 +message: "Le numéro de téléphone "{{ value }}" n'est pas valide." +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1134 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
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 mobile" |
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() {#1127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1133 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 20 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_sg_client_mobilePhone" ] |
cache_key | "_sg_client_mobilePhone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1406 -form: Symfony\Component\Form\Form {#1346 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1405 …5} |
full_name | "sg_client[mobilePhone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_mobilePhone" |
label | "Téléphone mobile" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mobilePhone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_mobilePhone" |
valid | true |
value | "" |
agreeTerms
"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\IsTrue {#1197 +message: "Vous devez accepter notre conditions." +payload: null } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1197 +message: "Vous devez accepter notre conditions." +payload: null } ] |
label | "J'accepte les <a href="/terms-and-conditions" class="text-theme-blue">conditions d'utilisation</a> et la <a href="/privacy-policy" class="text-theme-blue">politique de confidentialité</a>." |
same as passed value |
label_attr | [ "style" => "width: auto; margin-left: 0.5rem; cursor: pointer !important" ] |
[ "style" => "width: auto; margin-left: 0.5rem; cursor: pointer !important" ] |
label_html | true |
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\IsTrue {#1197 +message: "Vous devez accepter notre conditions." +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1120 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1117 …} } |
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 {#1124 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "J'accepte les <a href="/terms-and-conditions" class="text-theme-blue">conditions d'utilisation</a> et la <a href="/privacy-policy" class="text-theme-blue">politique de confidentialité</a>." |
label_attr | [ "style" => "width: auto; margin-left: 0.5rem; cursor: pointer !important" ] |
label_format | null |
label_html | true |
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() {#1161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1157 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_sg_client_agreeTerms" ] |
cache_key | "_sg_client_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1407 -form: Symfony\Component\Form\Form {#1349 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1408 …5} |
full_name | "sg_client[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client_agreeTerms" |
label | "J'accepte les <a href="/terms-and-conditions" class="text-theme-blue">conditions d'utilisation</a> et la <a href="/privacy-policy" class="text-theme-blue">politique de confidentialité</a>." |
label_attr | [ "style" => "width: auto; margin-left: 0.5rem; cursor: pointer !important" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreeTerms" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client_agreeTerms" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "18ddc7303f1ffae.zo2DSTCayKBKYiCv7FgopF1qDQKldFyQEsYJAyUuVq4.geuzHWrfgJI5E2j2iBBk6TE-STGWPxqoaJ9QTxRmN-qp7tcFYdOJ-DA3Qw" |
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 | "18ddc7303f1ffae.zo2DSTCayKBKYiCv7FgopF1qDQKldFyQEsYJAyUuVq4.geuzHWrfgJI5E2j2iBBk6TE-STGWPxqoaJ9QTxRmN-qp7tcFYdOJ-DA3Qw" |
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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1104 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1105 …} -namespace: Closure() {#1107 …} } |
data | "18ddc7303f1ffae.zo2DSTCayKBKYiCv7FgopF1qDQKldFyQEsYJAyUuVq4.geuzHWrfgJI5E2j2iBBk6TE-STGWPxqoaJ9QTxRmN-qp7tcFYdOJ-DA3Qw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1411 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#982 …} } |
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() {#1415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1113 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1009 …} $translationDomain: "validators" $message: Closure() {#1409 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_sg_client__token" ] |
cache_key | "_sg_client__token_hidden" |
compound | false |
data | "18ddc7303f1ffae.zo2DSTCayKBKYiCv7FgopF1qDQKldFyQEsYJAyUuVq4.geuzHWrfgJI5E2j2iBBk6TE-STGWPxqoaJ9QTxRmN-qp7tcFYdOJ-DA3Qw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1425 -form: Symfony\Component\Form\Form {#1421 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1416 …5} |
full_name | "sg_client[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sg_client__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sg_client__token" |
valid | true |
value | "18ddc7303f1ffae.zo2DSTCayKBKYiCv7FgopF1qDQKldFyQEsYJAyUuVq4.geuzHWrfgJI5E2j2iBBk6TE-STGWPxqoaJ9QTxRmN-qp7tcFYdOJ-DA3Qw" |