- 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 {#1075 -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 {#1076 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1077 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1079 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1081 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1082 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1083 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1084 …} -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 {#1075 -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 {#1076 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1077 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1079 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1081 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1082 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1083 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1084 …} -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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data | App\Entity\User {#1075 -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 {#1076 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1077 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1079 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1081 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1082 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1083 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1084 …} -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) {#1236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} 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() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1237 …} } } |
| 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 {#1075 -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 {#1076 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1077 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1079 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1081 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1082 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1083 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1084 …} -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 {#1405 -form: Symfony\Component\Form\Form {#1410 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1239 …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 {#1075 -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 {#1076 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1077 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1079 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1081 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1082 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1083 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1084 …} -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 {#1244 +payload: null +message: "Veuillez saisir votre nom de famille" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1244 +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 {#1244 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1261 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1262 …} } } |
| 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 {#1361 -form: Symfony\Component\Form\Form {#1413 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1372 …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 {#1245 +payload: null +message: "Veuillez saisir le nom commercial de l'entreprise" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1245 +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 {#1245 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1270 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1272 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1271 …} } } |
| 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 {#1347 -form: Symfony\Component\Form\Form {#1416 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1333 …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 {#1246 +payload: null +message: "Veuillez répondre combien de mission souhaitez vous poster" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1246 +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 {#1246 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1283 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1286 …} } } |
| 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 {#1321 -form: Symfony\Component\Form\Form {#1419 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1310 …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 {#1249 +payload: null +message: "Veuillez choisir si vous souhaitez poster vous intercontrats" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1249 +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 {#1249 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| 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() {#1308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1307 …} } } |
| 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 {#1264 +label: "Oui" +value: "Oui" +data: "Oui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1450 +label: "Non" +value: "Non" +data: "Non" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +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 {#1288 -form: Symfony\Component\Form\Form {#1422 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1273 …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) {#1454 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1294 …} } |
| 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 {#1248 +payload: null +message: "Veuillez choisir le type de structure" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1248 +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 {#1248 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| 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() {#1320 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1319 …} } } |
| 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 {#1491 +label: "ESN/SSII" +value: "ESN/SSII" +data: "ESN/SSII" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1492 +label: "Cabinet de conseil" +value: "Cabinet de conseil" +data: "Cabinet de conseil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1493 +label: "Cabinet de recrutement " +value: "Cabinet de recrutement " +data: "Cabinet de recrutement " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1494 +label: "Start-up" +value: "Start-up" +data: "Start-up" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1495 +label: "Editeur de logiciel" +value: "Editeur de logiciel" +data: "Editeur de logiciel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1496 +label: "Sourcing" +value: "Sourcing" +data: "Sourcing" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1497 +label: "Agence web" +value: "Agence web" +data: "Agence web" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1498 +label: "Client final/DSI " +value: "Client final/DSI " +data: "Client final/DSI " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1499 +label: "Indépendant" +value: "Indépendant" +data: "Indépendant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1500 +label: "Société de portage" +value: "Société de portage" +data: "Société de portage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1501 +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 {#1455 -form: Symfony\Component\Form\Form {#1425 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1489 …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) {#1503 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1294 …} } |
| 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 {#1247 +payload: null +message: "Veuillez saisir le numéro de téléphone" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1247 +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 {#1247 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1330 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1332 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1331 …} } } |
| 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 {#1504 -form: Symfony\Component\Form\Form {#1428 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1505 …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 {#1250 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1251 +payload: null +message: "Veuillez saisir une adresse email valide" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1250 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1251 +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 {#1250 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1251 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1344 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1346 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1343 …} } } |
| 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 {#1506 -form: Symfony\Component\Form\Form {#1431 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1507 …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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1357 …} } } |
| 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 {#1508 -form: Symfony\Component\Form\Form {#1434 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1509 …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 {#1252 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1252 +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 {#1252 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1369 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1365 …} } |
| 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 {#1371 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() {#1375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1373 …} } } |
| 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 {#1510 -form: Symfony\Component\Form\Form {#1437 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1511 …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 {#1253 +payload: null +message: "Veuillez saisir votre civilité" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1253 +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 {#1253 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| 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() {#1383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1382 …} } } |
| 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 {#1514 +label: "Mr." +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1515 +label: "Mme" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1512 -form: Symfony\Component\Form\Form {#1440 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1513 …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) {#1517 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1294 …} } |
| 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 {#1254 +payload: null +message: "Veuillez saisir votre prénom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1254 +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 {#1254 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1393 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1394 …} } } |
| 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 {#1518 -form: Symfony\Component\Form\Form {#1443 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1519 …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 {#1255 +payload: null +message: "Veuillez saisir l'intitulé de votre poste dans l'entreprise" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1255 +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 {#1255 +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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| 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 {#1102 …} } |
| 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() {#1404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1403 …} } } |
| 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 {#1520 -form: Symfony\Component\Form\Form {#1446 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1521 …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 | "0879.I2kCobMyyrA2MYPxZ79r4Q7nYbMlX5barDbyLzzdHG4.aQNUz99cqcBfAsGlMZJfhWvfVYJXKfe0y2CYGFuvSyRPL3PN0R-E5HB6xg" |
| 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 | "0879.I2kCobMyyrA2MYPxZ79r4Q7nYbMlX5barDbyLzzdHG4.aQNUz99cqcBfAsGlMZJfhWvfVYJXKfe0y2CYGFuvSyRPL3PN0R-E5HB6xg" |
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 {#1213 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1215 …} -namespace: Closure() {#1217 …} } |
| data | "0879.I2kCobMyyrA2MYPxZ79r4Q7nYbMlX5barDbyLzzdHG4.aQNUz99cqcBfAsGlMZJfhWvfVYJXKfe0y2CYGFuvSyRPL3PN0R-E5HB6xg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1526 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1102 …} } |
| 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() {#1528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1114 …} $translationDomain: "validators" $message: Closure() {#1525 …} } } |
| 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 | "0879.I2kCobMyyrA2MYPxZ79r4Q7nYbMlX5barDbyLzzdHG4.aQNUz99cqcBfAsGlMZJfhWvfVYJXKfe0y2CYGFuvSyRPL3PN0R-E5HB6xg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1538 -form: Symfony\Component\Form\Form {#1534 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1529 …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 | "0879.I2kCobMyyrA2MYPxZ79r4Q7nYbMlX5barDbyLzzdHG4.aQNUz99cqcBfAsGlMZJfhWvfVYJXKfe0y2CYGFuvSyRPL3PN0R-E5HB6xg" |