- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 18
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
gender
-
firstName
-
lastName
-
phoneNumber
-
cin
-
dateOfBirth
-
relationshipStatus
-
numberOfChildrens
-
dateOld
-
registrationNumber
-
cnss
-
dateCnss
-
_token
-
employee
"App\Form\EmployeeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Employee {#1116 -id: 1218 -user: null -firstName: "RACHID" -lastName: "GHARAOUI" -dateOfBirth: DateTime @986083200 {#1108 date: 2001-04-01 00:00:00.0 UTC (+00:00) } -cityOfBirth: null -gender: App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } -numberOfChildrens: 1 -phoneNumber: "0712299026" -cin: "V362789" -cnss: "125583127" -employeeHistories: Doctrine\ORM\PersistentCollection {#1117 …} -relationShipStatus: App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } -pictureFile: null -picture: "V362789.jpeg" -employeeHourLogs: Doctrine\ORM\PersistentCollection {#1119 …} -lastHistory: Proxies\__CG__\App\Entity\EmployeeHistory {#1121 …} -dateOld: DateTime @1758125316 {#1113 date: 2025-09-17 16:08:36.0 UTC (+00:00) } -dateCnss: null -registration_number: 216 -employeeAdvances: Doctrine\ORM\PersistentCollection {#1122 …} -createdAt: DateTime @1758359138 {#1114 date: 2025-09-20 09:05:38.0 UTC (+00:00) } -updatedAt: DateTime @1785835892 {#1115 date: 2026-08-04 09:31:32.0 UTC (+00:00) } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Employee {#1116 -id: 1218 -user: null -firstName: "RACHID" -lastName: "GHARAOUI" -dateOfBirth: DateTime @986083200 {#1108 date: 2001-04-01 00:00:00.0 UTC (+00:00) } -cityOfBirth: null -gender: App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } -numberOfChildrens: 1 -phoneNumber: "0712299026" -cin: "V362789" -cnss: "125583127" -employeeHistories: Doctrine\ORM\PersistentCollection {#1117 …} -relationShipStatus: App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } -pictureFile: null -picture: "V362789.jpeg" -employeeHourLogs: Doctrine\ORM\PersistentCollection {#1119 …} -lastHistory: Proxies\__CG__\App\Entity\EmployeeHistory {#1121 …} -dateOld: DateTime @1758125316 {#1113 date: 2025-09-17 16:08:36.0 UTC (+00:00) } -dateCnss: null -registration_number: 216 -employeeAdvances: Doctrine\ORM\PersistentCollection {#1122 …} -createdAt: DateTime @1758359138 {#1114 date: 2025-09-20 09:05:38.0 UTC (+00:00) } -updatedAt: DateTime @1785835892 {#1115 date: 2026-08-04 09:31:32.0 UTC (+00:00) } } |
same as passed value |
| disabled | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data | App\Entity\Employee {#1116 -id: 1218 -user: null -firstName: "RACHID" -lastName: "GHARAOUI" -dateOfBirth: DateTime @986083200 {#1108 date: 2001-04-01 00:00:00.0 UTC (+00:00) } -cityOfBirth: null -gender: App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } -numberOfChildrens: 1 -phoneNumber: "0712299026" -cin: "V362789" -cnss: "125583127" -employeeHistories: Doctrine\ORM\PersistentCollection {#1117 …} -relationShipStatus: App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } -pictureFile: null -picture: "V362789.jpeg" -employeeHourLogs: Doctrine\ORM\PersistentCollection {#1119 …} -lastHistory: Proxies\__CG__\App\Entity\EmployeeHistory {#1121 …} -dateOld: DateTime @1758125316 {#1113 date: 2025-09-17 16:08:36.0 UTC (+00:00) } -dateCnss: null -registration_number: 216 -employeeAdvances: Doctrine\ORM\PersistentCollection {#1122 …} -createdAt: DateTime @1758359138 {#1114 date: 2025-09-20 09:05:38.0 UTC (+00:00) } -updatedAt: DateTime @1785835892 {#1115 date: 2026-08-04 09:31:32.0 UTC (+00:00) } } |
| data_class | "App\Entity\Employee" |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1364 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} use: { $class: "App\Entity\Employee" } } |
| 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() {#1366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1365 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "employee" "_employee" ] |
| cache_key | "_employee_employee" |
| compound | true |
| data | App\Entity\Employee {#1116 -id: 1218 -user: null -firstName: "RACHID" -lastName: "GHARAOUI" -dateOfBirth: DateTime @986083200 {#1108 date: 2001-04-01 00:00:00.0 UTC (+00:00) } -cityOfBirth: null -gender: App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } -numberOfChildrens: 1 -phoneNumber: "0712299026" -cin: "V362789" -cnss: "125583127" -employeeHistories: Doctrine\ORM\PersistentCollection {#1117 …} -relationShipStatus: App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } -pictureFile: null -picture: "V362789.jpeg" -employeeHourLogs: Doctrine\ORM\PersistentCollection {#1119 …} -lastHistory: Proxies\__CG__\App\Entity\EmployeeHistory {#1121 …} -dateOld: DateTime @1758125316 {#1113 date: 2025-09-17 16:08:36.0 UTC (+00:00) } -dateCnss: null -registration_number: 216 -employeeAdvances: Doctrine\ORM\PersistentCollection {#1122 …} -createdAt: DateTime @1758359138 {#1114 date: 2025-09-20 09:05:38.0 UTC (+00:00) } -updatedAt: DateTime @1785835892 {#1115 date: 2026-08-04 09:31:32.0 UTC (+00:00) } } |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1400 -form: Symfony\Component\Form\Form {#1525 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1367 …5} |
| full_name | "employee" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "employee" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee" |
| valid | true |
| value | App\Entity\Employee {#1116 -id: 1218 -user: null -firstName: "RACHID" -lastName: "GHARAOUI" -dateOfBirth: DateTime @986083200 {#1108 date: 2001-04-01 00:00:00.0 UTC (+00:00) } -cityOfBirth: null -gender: App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } -numberOfChildrens: 1 -phoneNumber: "0712299026" -cin: "V362789" -cnss: "125583127" -employeeHistories: Doctrine\ORM\PersistentCollection {#1117 …} -relationShipStatus: App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } -pictureFile: null -picture: "V362789.jpeg" -employeeHourLogs: Doctrine\ORM\PersistentCollection {#1119 …} -lastHistory: Proxies\__CG__\App\Entity\EmployeeHistory {#1121 …} -dateOld: DateTime @1758125316 {#1113 date: 2025-09-17 16:08:36.0 UTC (+00:00) } -dateCnss: null -registration_number: 216 -employeeAdvances: Doctrine\ORM\PersistentCollection {#1122 …} -createdAt: DateTime @1758359138 {#1114 date: 2025-09-20 09:05:38.0 UTC (+00:00) } -updatedAt: DateTime @1785835892 {#1115 date: 2026-08-04 09:31:32.0 UTC (+00:00) } } |
gender
"Symfony\Component\Form\Extension\Core\Type\EnumType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
[ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
| choice_label | Closure(Gender $gender) {#1372 class: "App\Form\EmployeeType" this: App\Form\EmployeeType {#1237 …} } |
same as passed value |
| class | "App\Enum\Employee\Gender" |
same as passed value |
| disabled | true |
same as passed value |
| label | "Civilité" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Gender $gender) {#1372 class: "App\Form\EmployeeType" this: App\Form\EmployeeType {#1237 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(?BackedEnum $choice): ?string {#1429 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
| choices | [ App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } App\Enum\Employee\Gender {#902 +name: "FEMALE" +value: 2 } ] |
| class | "App\Enum\Employee\Gender" |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| 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 | "Civilité" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1428 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1426 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "enum" "_employee_gender" ] |
| cache_key | "_employee_gender_enum" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1484 +label: "Homme" +value: "1" +data: App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1382 +label: "Femme" +value: "2" +data: App\Enum\Employee\Gender {#902 +name: "FEMALE" +value: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Enum\Employee\Gender {#1105 +name: "MALE" +value: 1 } |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1500 -form: Symfony\Component\Form\Form {#1528 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1391 …5} |
| full_name | "employee[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_gender" |
| is_selected | Closure($choice, $value) {#1464 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1406 …} } |
| label | "Civilité" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "gender" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_gender" |
| valid | true |
| value | "1" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "RACHID" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Prénom" ] |
[ "class" => "form-control form-control-solid" "placeholder" => "Prénom" ] |
| disabled | true |
same as passed value |
| label | "Prénom" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Prénom" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1438 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1439 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_employee_firstName" ] |
| cache_key | "_employee_firstName_text" |
| compound | false |
| data | "RACHID" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1473 -form: Symfony\Component\Form\Form {#1531 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1450 …5} |
| full_name | "employee[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_firstName" |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_firstName" |
| valid | true |
| value | "RACHID" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "GHARAOUI" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Nom" ] |
[ "class" => "form-control form-control-solid" "placeholder" => "Nom" ] |
| disabled | true |
same as passed value |
| label | "Nom" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Nom" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1447 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1449 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1448 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_employee_lastName" ] |
| cache_key | "_employee_lastName_text" |
| compound | false |
| data | "GHARAOUI" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1441 -form: Symfony\Component\Form\Form {#1534 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1430 …5} |
| full_name | "employee[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_lastName" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_lastName" |
| valid | true |
| value | "GHARAOUI" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TelType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0712299026" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Téléphone" ] |
[ "class" => "form-control form-control-solid" "placeholder" => "Téléphone" ] |
| disabled | true |
same as passed value |
| label | "Téléphone" |
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" => "form-control form-control-solid" "placeholder" => "Téléphone" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1461 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Téléphone" |
| 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() {#1463 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1460 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Téléphone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_employee_phoneNumber" ] |
| cache_key | "_employee_phoneNumber_tel" |
| compound | false |
| data | "0712299026" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1565 -form: Symfony\Component\Form\Form {#1537 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1567 …5} |
| full_name | "employee[phoneNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_phoneNumber" |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phoneNumber" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_phoneNumber" |
| valid | true |
| value | "0712299026" |
cin
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "V362789" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "N° CIN" ] |
[ "class" => "form-control form-control-solid" "placeholder" => "N° CIN" ] |
| disabled | true |
same as passed value |
| label | "N° CIN" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "N° CIN" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 | "N° CIN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1471 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "N° CIN" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_employee_cin" ] |
| cache_key | "_employee_cin_text" |
| compound | false |
| data | "V362789" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1568 -form: Symfony\Component\Form\Form {#1540 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1569 …5} |
| full_name | "employee[cin]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_cin" |
| label | "N° CIN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cin" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_cin" |
| valid | true |
| value | "V362789" |
dateOfBirth
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format |
DateTime @986083200 {#1108 date: 2001-04-01 00:00:00.0 UTC (+00:00) } |
| Normalized Format | "01/04/2001" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date de naissance" ] |
[ "class" => "form-control form-control-solid date" "placeholder" => "Date de naissance" ] |
| disabled | true |
same as passed value |
| label | "Date de naissance" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date de naissance" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1379 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 | "Date de naissance" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1381 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1380 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date de naissance" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_employee_dateOfBirth" ] |
| cache_key | "_employee_dateOfBirth_text" |
| compound | false |
| data | "01/04/2001" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1570 -form: Symfony\Component\Form\Form {#1543 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1618 …5} |
| full_name | "employee[dateOfBirth]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_dateOfBirth" |
| label | "Date de naissance" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateOfBirth" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_dateOfBirth" |
| valid | true |
| value | "01/04/2001" |
relationshipStatus
"Symfony\Component\Form\Extension\Core\Type\EnumType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } |
| View Format |
"2"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
[ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
| choice_label | Closure(RelationShipStatus $gender) {#1373 class: "App\Form\EmployeeType" this: App\Form\EmployeeType {#1237 …} } |
same as passed value |
| class | "App\Enum\Employee\RelationShipStatus" |
same as passed value |
| disabled | true |
same as passed value |
| label | "Situation amoureuse" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(RelationShipStatus $gender) {#1373 class: "App\Form\EmployeeType" this: App\Form\EmployeeType {#1237 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(?BackedEnum $choice): ?string {#1483 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
| choices | [ App\Enum\Employee\RelationShipStatus {#904 +name: "SINGLE" +value: 1 } App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } App\Enum\Employee\RelationShipStatus {#1481 +name: "DIVORCED" +value: 3 } App\Enum\Employee\RelationShipStatus {#1482 +name: "WIDOW" +value: 4 } ] |
| class | "App\Enum\Employee\RelationShipStatus" |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| 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 | "Situation amoureuse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1480 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1479 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "enum" "_employee_relationshipStatus" ] |
| cache_key | "_employee_relationshipStatus_enum" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1622 +label: "Célibataire" +value: "1" +data: App\Enum\Employee\RelationShipStatus {#904 +name: "SINGLE" +value: 1 } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1623 +label: "Marié(e)" +value: "2" +data: App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1624 +label: "Divorcé(e)" +value: "3" +data: App\Enum\Employee\RelationShipStatus {#1481 +name: "DIVORCED" +value: 3 } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1625 +label: "Veuf / Veuve" +value: "4" +data: App\Enum\Employee\RelationShipStatus {#1482 +name: "WIDOW" +value: 4 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Enum\Employee\RelationShipStatus {#1107 +name: "MARRIED" +value: 2 } |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1620 -form: Symfony\Component\Form\Form {#1546 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1621 …5} |
| full_name | "employee[relationshipStatus]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_relationshipStatus" |
| is_selected | Closure($choice, $value) {#1627 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1406 …} } |
| label | "Situation amoureuse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "relationshipStatus" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_relationshipStatus" |
| valid | true |
| value | "2" |
numberOfChildrens
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 1 |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" "placeholder" => "Nombre d'enfant" ] |
[ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" "placeholder" => "Nombre d'enfant" ] |
| disabled | true |
same as passed value |
| label | "Nombre d'enfant" |
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" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" "placeholder" => "Nombre d'enfant" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1497 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nombre d'enfant" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1499 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1496 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid selectpicker" "required" => "true" "data-live-search" => "true" "placeholder" => "Nombre d'enfant" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_employee_numberOfChildrens" ] |
| cache_key | "_employee_numberOfChildrens_integer" |
| compound | false |
| data | 1 |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1626 -form: Symfony\Component\Form\Form {#1549 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1628 …5} |
| full_name | "employee[numberOfChildrens]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_numberOfChildrens" |
| label | "Nombre d'enfant" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "numberOfChildrens" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_numberOfChildrens" |
| valid | true |
| value | "1" |
dateOld
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format |
DateTime @1758125316 {#1113 date: 2025-09-17 16:08:36.0 UTC (+00:00) } |
| Normalized Format | "17/09/2025" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date d'ancienneté" ] |
[ "class" => "form-control form-control-solid date" "placeholder" => "Date d'ancienneté" ] |
| disabled | true |
same as passed value |
| label | "Date d'ancienneté" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date d'ancienneté" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1388 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 | "Date d'ancienneté" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1389 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date d'ancienneté" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_employee_dateOld" ] |
| cache_key | "_employee_dateOld_text" |
| compound | false |
| data | "17/09/2025" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1629 -form: Symfony\Component\Form\Form {#1552 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1630 …5} |
| full_name | "employee[dateOld]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_dateOld" |
| label | "Date d'ancienneté" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateOld" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_dateOld" |
| valid | true |
| value | "17/09/2025" |
registrationNumber
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 216 |
| View Format |
"216"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Matricule" ] |
[ "class" => "form-control form-control-solid" "placeholder" => "Matricule" ] |
| disabled | true |
same as passed value |
| label | "Matricule" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Matricule" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1507 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Matricule" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1509 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1508 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "Matricule" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_employee_registrationNumber" ] |
| cache_key | "_employee_registrationNumber_integer" |
| compound | false |
| data | 216 |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1631 -form: Symfony\Component\Form\Form {#1555 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1632 …5} |
| full_name | "employee[registrationNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_registrationNumber" |
| label | "Matricule" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registrationNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_registrationNumber" |
| valid | true |
| value | "216" |
cnss
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "125583127" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "N° CNSS" ] |
[ "class" => "form-control form-control-solid" "placeholder" => "N° CNSS" ] |
| disabled | true |
same as passed value |
| label | "N° CNSS" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "N° CNSS" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1517 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 | "N° CNSS" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1518 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid" "placeholder" => "N° CNSS" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_employee_cnss" ] |
| cache_key | "_employee_cnss_text" |
| compound | false |
| data | "125583127" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1633 -form: Symfony\Component\Form\Form {#1558 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1634 …5} |
| full_name | "employee[cnss]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_cnss" |
| label | "N° CNSS" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cnss" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_cnss" |
| valid | true |
| value | "125583127" |
dateCnss
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format |
null
|
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date de déclaration CNSS" ] |
[ "class" => "form-control form-control-solid date" "placeholder" => "Date de déclaration CNSS" ] |
| disabled | true |
same as passed value |
| label | "Date de déclaration CNSS" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date de déclaration CNSS" ] |
| 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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1397 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 | "Date de déclaration CNSS" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1399 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1398 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control-solid date" "placeholder" => "Date de déclaration CNSS" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_employee_dateCnss" ] |
| cache_key | "_employee_dateCnss_text" |
| compound | false |
| data | "" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1635 -form: Symfony\Component\Form\Form {#1561 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1636 …5} |
| full_name | "employee[dateCnss]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee_dateCnss" |
| label | "Date de déclaration CNSS" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateCnss" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employee_dateCnss" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c83.wuDzUTET5geb33NmKsxvMfErk6v_eH7BF_Zw60iK70w.8djBG3Mrvzbyrjk-QLk9dsl9wc--ThmvL7g02nzLqwv2v4QwUCOWQ_KbOg" |
| 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 | "c83.wuDzUTET5geb33NmKsxvMfErk6v_eH7BF_Zw60iK70w.8djBG3Mrvzbyrjk-QLk9dsl9wc--ThmvL7g02nzLqwv2v4QwUCOWQ_KbOg" |
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 {#241 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#253 …} } |
| data | "c83.wuDzUTET5geb33NmKsxvMfErk6v_eH7BF_Zw60iK70w.8djBG3Mrvzbyrjk-QLk9dsl9wc--ThmvL7g02nzLqwv2v4QwUCOWQ_KbOg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1641 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1247 …} $translationDomain: "validators" $message: Closure() {#1640 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_employee__token" ] |
| cache_key | "_employee__token_hidden" |
| compound | false |
| data | "c83.wuDzUTET5geb33NmKsxvMfErk6v_eH7BF_Zw60iK70w.8djBG3Mrvzbyrjk-QLk9dsl9wc--ThmvL7g02nzLqwv2v4QwUCOWQ_KbOg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1653 -form: Symfony\Component\Form\Form {#1649 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1644 …5} |
| full_name | "employee[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employee__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 | "_employee__token" |
| valid | true |
| value | "c83.wuDzUTET5geb33NmKsxvMfErk6v_eH7BF_Zw60iK70w.8djBG3Mrvzbyrjk-QLk9dsl9wc--ThmvL7g02nzLqwv2v4QwUCOWQ_KbOg" |