- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 17
- Events
- Routing
- Cache
- Translation 19
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 15
- 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 {#1073 -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 {#1074 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1075 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1076 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1077 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1079 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1081 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1082 …} -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 {#1073 -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 {#1074 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1075 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1076 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1077 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1079 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1081 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1082 …} -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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data | App\Entity\User {#1073 -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 {#1074 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1075 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1076 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1077 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1079 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1081 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1082 …} -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) {#1234 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} 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() {#1236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1235 …} } } |
| 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 {#1073 -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 {#1074 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1075 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1076 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1077 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1079 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1081 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1082 …} -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 {#1403 -form: Symfony\Component\Form\Form {#1408 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1237 …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 {#1073 -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 {#1074 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1075 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1076 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1077 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1078 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1079 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1080 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1081 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1082 …} -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 {#1242 +payload: null +message: "Veuillez saisir votre nom de famille" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1242 +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 {#1242 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1257 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1256 …} } } |
| 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 {#1359 -form: Symfony\Component\Form\Form {#1411 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1370 …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 {#1243 +payload: null +message: "Veuillez saisir le nom commercial de l'entreprise" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1243 +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 {#1243 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1268 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1269 …} } } |
| 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 {#1345 -form: Symfony\Component\Form\Form {#1414 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1331 …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 {#1244 +payload: null +message: "Veuillez répondre combien de mission souhaitez vous poster" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1244 +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 {#1244 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1281 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1279 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1280 …} } } |
| 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 {#1317 -form: Symfony\Component\Form\Form {#1417 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1308 …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 {#1247 +payload: null +message: "Veuillez choisir si vous souhaitez poster vous intercontrats" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1247 +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 {#1247 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| 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() {#1306 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1305 …} } } |
| 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 {#1254 +label: "Oui" +value: "Oui" +data: "Oui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1448 +label: "Non" +value: "Non" +data: "Non" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1450 +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 {#1285 -form: Symfony\Component\Form\Form {#1420 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1271 …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) {#1453 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1299 …} } |
| 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 {#1246 +payload: null +message: "Veuillez choisir le type de structure" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1246 +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 {#1246 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| 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() {#1316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1313 …} } } |
| 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 {#1489 +label: "ESN/SSII" +value: "ESN/SSII" +data: "ESN/SSII" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1490 +label: "Cabinet de conseil" +value: "Cabinet de conseil" +data: "Cabinet de conseil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1491 +label: "Cabinet de recrutement " +value: "Cabinet de recrutement " +data: "Cabinet de recrutement " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1492 +label: "Start-up" +value: "Start-up" +data: "Start-up" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1493 +label: "Editeur de logiciel" +value: "Editeur de logiciel" +data: "Editeur de logiciel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1494 +label: "Sourcing" +value: "Sourcing" +data: "Sourcing" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1495 +label: "Agence web" +value: "Agence web" +data: "Agence web" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1496 +label: "Client final/DSI " +value: "Client final/DSI " +data: "Client final/DSI " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1497 +label: "Indépendant" +value: "Indépendant" +data: "Indépendant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1498 +label: "Société de portage" +value: "Société de portage" +data: "Société de portage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1499 +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 {#1452 -form: Symfony\Component\Form\Form {#1423 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1487 …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) {#1501 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1299 …} } |
| 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 {#1245 +payload: null +message: "Veuillez saisir le numéro de téléphone" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1245 +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 {#1245 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1328 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1329 …} } } |
| 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 {#1502 -form: Symfony\Component\Form\Form {#1426 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1503 …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 {#1248 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1249 +payload: null +message: "Veuillez saisir une adresse email valide" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1248 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1249 +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 {#1248 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1249 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| 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 {#1100 …} } |
| 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() {#1344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1341 …} } } |
| 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 {#1504 -form: Symfony\Component\Form\Form {#1429 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1505 …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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1356 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1358 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1355 …} } } |
| 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 {#1506 -form: Symfony\Component\Form\Form {#1432 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1507 …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 {#1253 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1253 +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 {#1253 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1366 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1363 …} } |
| 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 {#1364 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() {#1373 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1371 …} } } |
| 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 {#1508 -form: Symfony\Component\Form\Form {#1435 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1509 …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 {#1252 +payload: null +message: "Veuillez saisir votre civilité" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1252 +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 {#1252 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| 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() {#1380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1381 …} } } |
| 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 {#1512 +label: "Mr." +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1513 +label: "Mme" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1510 -form: Symfony\Component\Form\Form {#1438 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1511 …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) {#1515 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1299 …} } |
| 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 {#1250 +payload: null +message: "Veuillez saisir votre prénom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1250 +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 {#1250 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1391 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1392 …} } } |
| 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 {#1516 -form: Symfony\Component\Form\Form {#1441 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1517 …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 {#1264 +payload: null +message: "Veuillez saisir l'intitulé de votre poste dans l'entreprise" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1264 +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 {#1264 +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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1400 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1401 …} } } |
| 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 {#1518 -form: Symfony\Component\Form\Form {#1444 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1519 …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 | "1f1bdd1a8a6b6caaeda.cp6HJi05KCAK50PZk6izA-llvb9KU3gmFX_YOqlUW2Q.MO3LbWZbQ1BBhnSt8NzUTY4KxOg4CRl0Ww6tbvofAklL9uxkXXZneH-jDg" |
| 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 | "1f1bdd1a8a6b6caaeda.cp6HJi05KCAK50PZk6izA-llvb9KU3gmFX_YOqlUW2Q.MO3LbWZbQ1BBhnSt8NzUTY4KxOg4CRl0Ww6tbvofAklL9uxkXXZneH-jDg" |
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 {#1211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1212 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1213 …} -namespace: Closure() {#1215 …} } |
| data | "1f1bdd1a8a6b6caaeda.cp6HJi05KCAK50PZk6izA-llvb9KU3gmFX_YOqlUW2Q.MO3LbWZbQ1BBhnSt8NzUTY4KxOg4CRl0Ww6tbvofAklL9uxkXXZneH-jDg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1524 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1100 …} } |
| 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() {#1526 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1217 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1112 …} $translationDomain: "validators" $message: Closure() {#1523 …} } } |
| 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 | "1f1bdd1a8a6b6caaeda.cp6HJi05KCAK50PZk6izA-llvb9KU3gmFX_YOqlUW2Q.MO3LbWZbQ1BBhnSt8NzUTY4KxOg4CRl0Ww6tbvofAklL9uxkXXZneH-jDg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1536 -form: Symfony\Component\Form\Form {#1532 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1527 …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 | "1f1bdd1a8a6b6caaeda.cp6HJi05KCAK50PZk6izA-llvb9KU3gmFX_YOqlUW2Q.MO3LbWZbQ1BBhnSt8NzUTY4KxOg4CRl0Ww6tbvofAklL9uxkXXZneH-jDg" |