- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 14
- Events
- Routing
- Cache
- Translation 19
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 16
- Debug
- E-mails
- Notifications
- 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
-
-
lastname
-
name
-
nb_mission
-
post_intercontrat
-
typeSociete
-
phone
-
email
-
plainPassword
-
accepted
-
civility
-
firstname
-
jobSociety
-
_token
-
society_register_form
"App\Form\SocietyRegisterFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#1147 -id: null -email: null -roles: [] -password: null -isVerified: false -relanceProfile: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -subscriptionId: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1148 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1149 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1150 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1151 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1152 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1153 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1154 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1155 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1156 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -googleSubId: null -isBlocked: null -mailRelance: null -lastLoginTime: null -expoPushTokens: [] -lastLougoutTime: null -lastReminderTime: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#1147 -id: null -email: null -roles: [] -password: null -isVerified: false -relanceProfile: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -subscriptionId: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1148 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1149 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1150 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1151 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1152 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1153 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1154 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1155 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1156 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -googleSubId: null -isBlocked: null -mailRelance: null -lastLoginTime: null -expoPushTokens: [] -lastLougoutTime: null -lastReminderTime: 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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data | App\Entity\User {#1147 -id: null -email: null -roles: [] -password: null -isVerified: false -relanceProfile: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -subscriptionId: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1148 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1149 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1150 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1151 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1152 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1153 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1154 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1155 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1156 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -googleSubId: null -isBlocked: null -mailRelance: null -lastLoginTime: null -expoPushTokens: [] -lastLougoutTime: null -lastReminderTime: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1308 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} 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 | 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() {#1310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1309 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "society_register_form" "_society_register_form" ] |
| cache_key | "_society_register_form_society_register_form" |
| compound | true |
| data | App\Entity\User {#1147 -id: null -email: null -roles: [] -password: null -isVerified: false -relanceProfile: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -subscriptionId: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1148 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1149 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1150 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1151 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1152 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1153 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1154 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1155 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1156 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -googleSubId: null -isBlocked: null -mailRelance: null -lastLoginTime: null -expoPushTokens: [] -lastLougoutTime: null -lastReminderTime: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1477 -form: Symfony\Component\Form\Form {#1482 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1311 …5} |
| full_name | "society_register_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "society_register_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form" |
| valid | true |
| value | App\Entity\User {#1147 -id: null -email: null -roles: [] -password: null -isVerified: false -relanceProfile: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -subscriptionId: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1148 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1149 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1150 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1151 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1152 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1153 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1154 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1155 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1156 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -googleSubId: null -isBlocked: null -mailRelance: null -lastLoginTime: null -expoPushTokens: [] -lastLougoutTime: null -lastReminderTime: null } |
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 | [ "class" => "style-72" "id" => "lastname-register" "maxlength" => 50 ] |
[ "class" => "style-72" "id" => "lastname-register" "maxlength" => 50 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1316 +payload: null +message: "Veuillez saisir votre nom de famille" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1316 +payload: null +message: "Veuillez saisir votre nom de famille" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "style-72" "id" => "lastname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1316 +payload: null +message: "Veuillez saisir votre nom de famille" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1336 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | 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() {#1324 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1338 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-72" "id" => "lastname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_society_register_form_lastname" ] |
| cache_key | "_society_register_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1433 -form: Symfony\Component\Form\Form {#1485 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1444 …5} |
| full_name | "society_register_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_lastname" |
| label | null |
| 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 | "_society_register_form_lastname" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "style-61" "maxlength" => 150 ] |
[ "class" => "style-61" "maxlength" => 150 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1317 +payload: null +message: "Veuillez saisir le nom commercial de l'entreprise" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1317 +payload: null +message: "Veuillez saisir le nom commercial de l'entreprise" +allowNull: false +normalizer: null } ] |
| mapped | false |
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" => "style-61" "maxlength" => 150 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1317 +payload: null +message: "Veuillez saisir le nom commercial de l'entreprise" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1342 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1343 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-61" "maxlength" => 150 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_society_register_form_name" ] |
| cache_key | "_society_register_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1419 -form: Symfony\Component\Form\Form {#1488 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1405 …5} |
| full_name | "society_register_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_name" |
| valid | true |
| value | "" |
nb_mission
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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" => "style-61" "maxlength" => 150 ] |
[ "class" => "style-61" "maxlength" => 150 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1318 +payload: null +message: "Veuillez répondre combien de mission souhaitez vous poster" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1318 +payload: null +message: "Veuillez répondre combien de mission souhaitez vous poster" +allowNull: false +normalizer: null } ] |
| mapped | false |
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" => "style-61" "maxlength" => 150 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1318 +payload: null +message: "Veuillez répondre combien de mission souhaitez vous poster" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1355 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| 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 | true |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1354 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-61" "maxlength" => 150 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_society_register_form_nb_mission" ] |
| cache_key | "_society_register_form_nb_mission_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1393 -form: Symfony\Component\Form\Form {#1491 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1382 …5} |
| full_name | "society_register_form[nb_mission]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_nb_mission" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nb_mission" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_nb_mission" |
| valid | true |
| value | "" |
post_intercontrat
"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" => "style-61" "title" => "Type de structure" ] |
[ "class" => "style-61" "title" => "Type de structure" ] |
| choices | [ "Oui" => "Oui" "Non" => "Non" "Je n'ai pas de consultant salarié" => "Je n’ai pas de consultant salarié" ] |
[ "Oui" => "Oui" "Non" => "Non" "Je n'ai pas de consultant salarié" => "Je n’ai pas de consultant salarié" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1321 +payload: null +message: "Veuillez choisir si vous souhaitez poster vous intercontrats" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1321 +payload: null +message: "Veuillez choisir si vous souhaitez poster vous intercontrats" +allowNull: false +normalizer: null } ] |
| expanded | false |
same as passed value |
| mapped | false |
same as passed value |
| placeholder | "Choisir" |
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" => "style-61" "title" => "Type de structure" ] |
| 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 | [ "Oui" => "Oui" "Non" => "Non" "Je n'ai pas de consultant salarié" => "Je n’ai pas de consultant salarié" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1321 +payload: null +message: "Veuillez choisir si vous souhaitez poster vous intercontrats" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Choisir" |
| 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() {#1380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1379 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-61" "title" => "Type de structure" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_society_register_form_post_intercontrat" ] |
| cache_key | "_society_register_form_post_intercontrat_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1326 +label: "Oui" +value: "Oui" +data: "Oui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1522 +label: "Non" +value: "Non" +data: "Non" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1524 +label: "Je n'ai pas de consultant salarié" +value: "Je n’ai pas de consultant salarié" +data: "Je n’ai pas de consultant salarié" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1359 -form: Symfony\Component\Form\Form {#1494 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1345 …5} |
| full_name | "society_register_form[post_intercontrat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_post_intercontrat" |
| is_selected | Closure($choice, $value) {#1526 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1373 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "post_intercontrat" |
| placeholder | "Choisir" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_post_intercontrat" |
| valid | true |
| value | "" |
typeSociete
"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" => "style-61" "title" => "Type de structure" ] |
[ "class" => "style-61" "title" => "Type de structure" ] |
| choices | [ "ESN/SSII" => "ESN/SSII" "Cabinet de conseil" => "Cabinet de conseil" "Cabinet de recrutement " => "Cabinet de recrutement " "Start-up" => "Start-up" "Editeur de logiciel" => "Editeur de logiciel" "Sourcing" => "Sourcing" "Agence web" => "Agence web" "Client final/DSI " => "Client final/DSI " "Indépendant" => "Indépendant" "Société de portage" => "Société de portage" "Centre de formation" => "Centre de formation" ] |
[ "ESN/SSII" => "ESN/SSII" "Cabinet de conseil" => "Cabinet de conseil" "Cabinet de recrutement " => "Cabinet de recrutement " "Start-up" => "Start-up" "Editeur de logiciel" => "Editeur de logiciel" "Sourcing" => "Sourcing" "Agence web" => "Agence web" "Client final/DSI " => "Client final/DSI " "Indépendant" => "Indépendant" "Société de portage" => "Société de portage" "Centre de formation" => "Centre de formation" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1320 +payload: null +message: "Veuillez choisir le type de structure" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1320 +payload: null +message: "Veuillez choisir le type de structure" +allowNull: false +normalizer: null } ] |
| expanded | false |
same as passed value |
| mapped | false |
same as passed value |
| placeholder | "Type de structure" |
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" => "style-61" "title" => "Type de structure" ] |
| 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 | [ "ESN/SSII" => "ESN/SSII" "Cabinet de conseil" => "Cabinet de conseil" "Cabinet de recrutement " => "Cabinet de recrutement " "Start-up" => "Start-up" "Editeur de logiciel" => "Editeur de logiciel" "Sourcing" => "Sourcing" "Agence web" => "Agence web" "Client final/DSI " => "Client final/DSI " "Indépendant" => "Indépendant" "Société de portage" => "Société de portage" "Centre de formation" => "Centre de formation" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1320 +payload: null +message: "Veuillez choisir le type de structure" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Type de structure" |
| 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() {#1392 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1391 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-61" "title" => "Type de structure" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_society_register_form_typeSociete" ] |
| cache_key | "_society_register_form_typeSociete_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1563 +label: "ESN/SSII" +value: "ESN/SSII" +data: "ESN/SSII" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1564 +label: "Cabinet de conseil" +value: "Cabinet de conseil" +data: "Cabinet de conseil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1565 +label: "Cabinet de recrutement " +value: "Cabinet de recrutement " +data: "Cabinet de recrutement " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1566 +label: "Start-up" +value: "Start-up" +data: "Start-up" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1567 +label: "Editeur de logiciel" +value: "Editeur de logiciel" +data: "Editeur de logiciel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1568 +label: "Sourcing" +value: "Sourcing" +data: "Sourcing" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1569 +label: "Agence web" +value: "Agence web" +data: "Agence web" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1570 +label: "Client final/DSI " +value: "Client final/DSI " +data: "Client final/DSI " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1571 +label: "Indépendant" +value: "Indépendant" +data: "Indépendant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1572 +label: "Société de portage" +value: "Société de portage" +data: "Société de portage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1573 +label: "Centre de formation" +value: "Centre de formation" +data: "Centre de formation" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1527 -form: Symfony\Component\Form\Form {#1497 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1561 …5} |
| full_name | "society_register_form[typeSociete]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_typeSociete" |
| is_selected | Closure($choice, $value) {#1575 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1373 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "typeSociete" |
| placeholder | "Type de structure" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_typeSociete" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "style-77 only_phone_number" ] |
[ "class" => "style-77 only_phone_number" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1319 +payload: null +message: "Veuillez saisir le numéro de téléphone" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1319 +payload: null +message: "Veuillez saisir le numéro de téléphone" +allowNull: false +normalizer: null } ] |
| mapped | false |
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" => "style-77 only_phone_number" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1319 +payload: null +message: "Veuillez saisir le numéro de téléphone" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1402 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1403 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-77 only_phone_number" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_society_register_form_phone" ] |
| cache_key | "_society_register_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1576 -form: Symfony\Component\Form\Form {#1500 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1577 …5} |
| full_name | "society_register_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_phone" |
| 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 | [ "class" => "style-61" "id" => "emailaddress-register" ] |
[ "class" => "style-61" "id" => "emailaddress-register" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1322 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1323 +payload: null +message: "Veuillez saisir une adresse email valide" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1322 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1323 +payload: null +message: "Veuillez saisir une adresse email valide" +mode: null +normalizer: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "style-61" "id" => "emailaddress-register" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1322 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1323 +payload: null +message: "Veuillez saisir une adresse email valide" +mode: null +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1416 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | 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() {#1418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1415 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-61" "id" => "emailaddress-register" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_society_register_form_email" ] |
| cache_key | "_society_register_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1578 -form: Symfony\Component\Form\Form {#1503 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1579 …5} |
| full_name | "society_register_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_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 | null |
| unique_block_prefix | "_society_register_form_email" |
| valid | true |
| value | "" |
plainPassword
"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 |
|---|---|---|
| mapped | false |
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 | [] |
| 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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1430 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1429 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_society_register_form_plainPassword" ] |
| cache_key | "_society_register_form_plainPassword_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1580 -form: Symfony\Component\Form\Form {#1506 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1581 …5} |
| full_name | "society_register_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_plainPassword" |
| valid | true |
| value | "" |
accepted
"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 {#1327 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1327 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
| mapped | false |
same as passed value |
| required | 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 | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1327 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
| 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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1441 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1437 …} } |
| 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 {#1443 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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() {#1447 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1445 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_society_register_form_accepted" ] |
| cache_key | "_society_register_form_accepted_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1582 -form: Symfony\Component\Form\Form {#1509 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1583 …5} |
| full_name | "society_register_form[accepted]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_accepted" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "accepted" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_accepted" |
| valid | true |
| value | "1" |
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" => "style-67" ] |
[ "class" => "style-67" ] |
| choices | [ "Mr." => 1 "Mme" => 2 ] |
[ "Mr." => 1 "Mme" => 2 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1328 +payload: null +message: "Veuillez saisir votre civilité" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1328 +payload: null +message: "Veuillez saisir votre civilité" +allowNull: false +normalizer: null } ] |
| multiple | false |
same as passed value |
| placeholder | "Civilité" |
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" => "style-67" ] |
| 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 | [ "Mr." => 1 "Mme" => 2 ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1328 +payload: null +message: "Veuillez saisir votre civilité" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Civilité" |
| 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() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1454 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-67" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_society_register_form_civility" ] |
| cache_key | "_society_register_form_civility_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1586 +label: "Mr." +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1587 +label: "Mme" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1584 -form: Symfony\Component\Form\Form {#1512 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1585 …5} |
| full_name | "society_register_form[civility]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_civility" |
| is_selected | Closure($choice, $value) {#1589 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1373 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "civility" |
| placeholder | "Civilité" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_civility" |
| 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 | [ "class" => "style-61" "id" => "firstname-register" "maxlength" => 50 ] |
[ "class" => "style-61" "id" => "firstname-register" "maxlength" => 50 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1329 +payload: null +message: "Veuillez saisir votre prénom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1329 +payload: null +message: "Veuillez saisir votre prénom" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "style-61" "id" => "firstname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1329 +payload: null +message: "Veuillez saisir votre prénom" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1465 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | 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() {#1467 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1466 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-61" "id" => "firstname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_society_register_form_firstname" ] |
| cache_key | "_society_register_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1590 -form: Symfony\Component\Form\Form {#1515 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1591 …5} |
| full_name | "society_register_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_firstname" |
| label | null |
| 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 | "_society_register_form_firstname" |
| valid | true |
| value | "" |
jobSociety
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "style-61" "maxlength" => 50 ] |
[ "class" => "style-61" "maxlength" => 50 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1330 +payload: null +message: "Veuillez saisir l'intitulé de votre poste dans l'entreprise" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1330 +payload: null +message: "Veuillez saisir l'intitulé de votre poste dans l'entreprise" +allowNull: false +normalizer: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "style-61" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1330 +payload: null +message: "Veuillez saisir l'intitulé de votre poste dans l'entreprise" +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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1474 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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 | 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() {#1476 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1475 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "style-61" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_society_register_form_jobSociety" ] |
| cache_key | "_society_register_form_jobSociety_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1592 -form: Symfony\Component\Form\Form {#1518 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1593 …5} |
| full_name | "society_register_form[jobSociety]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form_jobSociety" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "jobSociety" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form_jobSociety" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a08b4a493d0fb54e72aaee.tQe1Gwr_uuA_r3CXQyxSqASPsdX6rnQTKY0_Mplzrd0.5FXjXEaV37p54yTxCns-3Gbkh7DI7Fkla_RNAdEiwO7dacdaOYjRowboFw" |
| 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 | "a08b4a493d0fb54e72aaee.tQe1Gwr_uuA_r3CXQyxSqASPsdX6rnQTKY0_Mplzrd0.5FXjXEaV37p54yTxCns-3Gbkh7DI7Fkla_RNAdEiwO7dacdaOYjRowboFw" |
same as passed value |
| mapped | 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 | "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 {#1285 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1286 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1287 …} -namespace: Closure() {#1289 …} } |
| data | "a08b4a493d0fb54e72aaee.tQe1Gwr_uuA_r3CXQyxSqASPsdX6rnQTKY0_Mplzrd0.5FXjXEaV37p54yTxCns-3Gbkh7DI7Fkla_RNAdEiwO7dacdaOYjRowboFw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1598 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1174 …} } |
| 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() {#1600 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1291 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1186 …} $translationDomain: "validators" $message: Closure() {#1597 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_society_register_form__token" ] |
| cache_key | "_society_register_form__token_hidden" |
| compound | false |
| data | "a08b4a493d0fb54e72aaee.tQe1Gwr_uuA_r3CXQyxSqASPsdX6rnQTKY0_Mplzrd0.5FXjXEaV37p54yTxCns-3Gbkh7DI7Fkla_RNAdEiwO7dacdaOYjRowboFw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1610 -form: Symfony\Component\Form\Form {#1606 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1601 …5} |
| full_name | "society_register_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_register_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_register_form__token" |
| valid | true |
| value | "a08b4a493d0fb54e72aaee.tQe1Gwr_uuA_r3CXQyxSqASPsdX6rnQTKY0_Mplzrd0.5FXjXEaV37p54yTxCns-3Gbkh7DI7Fkla_RNAdEiwO7dacdaOYjRowboFw" |