- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 16
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 2
- 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
(no name)
"App\Features\Jobs\Form\JobFilterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Features\Jobs\JobFilter {#709 +isEnabled: true +query: null +sectors: null -studyLevel: null -experienceYear: null -startAt: null -endAt: null -employmentContract: null -createdDate: null -applicantExist: null -applicantNotExist: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Features\Jobs\JobFilter {#709 +isEnabled: true +query: null +sectors: null -studyLevel: null -experienceYear: null -startAt: null -endAt: null -employmentContract: null -createdDate: null -applicantExist: null -applicantNotExist: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/recherche-offres" |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data | App\Features\Jobs\JobFilter {#709 +isEnabled: true +query: null +sectors: null -studyLevel: null -experienceYear: null -startAt: null -endAt: null -employmentContract: null -createdDate: null -applicantExist: null -applicantNotExist: null } |
| data_class | "App\Features\Jobs\JobFilter" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#835 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#703 …} use: { $class: "App\Features\Jobs\JobFilter" } } |
| 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 | [] |
| mapped | true |
| method | "GET" |
| 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() {#795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#794 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/recherche-offres" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "job" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | App\Features\Jobs\JobFilter {#709 +isEnabled: true +query: null +sectors: null -studyLevel: null -experienceYear: null -startAt: null -endAt: null -employmentContract: null -createdDate: null -applicantExist: null -applicantNotExist: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1785 -form: Symfony\Component\Form\Form {#1018 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1160 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | App\Features\Jobs\JobFilter {#709 +isEnabled: true +query: null +sectors: null -studyLevel: null -experienceYear: null -startAt: null -endAt: null -employmentContract: null -createdDate: null -applicantExist: null -applicantNotExist: null } |
query
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Profession, mots-clés" "class" => "search w100" "autocomplete" => "off" ] |
[ "placeholder" => "Profession, mots-clés" "class" => "search w100" "autocomplete" => "off" ] |
| label_attr | [ "class" => "bottom-10 white" ] |
[ "class" => "bottom-10 white" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Profession, mots-clés" "class" => "search w100" "autocomplete" => "off" ] |
| 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#832 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#703 …} } |
| 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 | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#837 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#838 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Profession, mots-clés" "class" => "search w100" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_query" ] |
| cache_key | "_query_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1778 -form: Symfony\Component\Form\Form {#1056 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1738 …5} |
| full_name | "query" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "query" |
| label | null |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "query" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_query" |
| valid | true |
| value | "" |
sectors
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "secteur d'activités" "class" => "search w100" "autocomplete" => "off" ] |
[ "placeholder" => "secteur d'activités" "class" => "search w100" "autocomplete" => "off" ] |
| class | "App\Entity\ActivitySector" |
same as passed value |
| label | "Secteur d'activité" |
same as passed value |
| label_attr | [ "class" => "bottom-10 white" ] |
[ "class" => "bottom-10 white" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "secteur d'activités" "class" => "search w100" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#840 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#857 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#946 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#850 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#942 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#917 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#945 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#947 …} } |
| choices | null |
| class | "App\Entity\ActivitySector" |
| 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data_class | null |
| disabled | false |
| em | ContainerFHGCsur\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#283 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#842 -om: ContainerFHGCsur\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#283 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#865 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Secteur d'activité" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#853 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "secteur d'activités" "class" => "search w100" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_sectors" ] |
| cache_key | "_sectors_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "Santé" +value: "6" +data: App\Entity\ActivitySector {#1538 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +label: "Numérique" +value: "7" +data: App\Entity\ActivitySector {#1520 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1756 +label: "Comptabilité" +value: "8" +data: App\Entity\ActivitySector {#1470 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1777 +label: "Communication" +value: "17" +data: App\Entity\ActivitySector {#1539 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1759 +label: "Finance" +value: "18" +data: App\Entity\ActivitySector {#1306 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1782 -form: Symfony\Component\Form\Form {#1059 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1786 …5} |
| full_name | "sectors" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sectors" |
| is_selected | Closure($choice, $value) {#1174 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#814 …} } |
| label | "Secteur d'activité" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sectors" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sectors" |
| valid | true |
| value | "" |
startAt
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
|---|---|---|
| label_attr | [ "class" => "bottom-10 white" ] |
[ "class" => "bottom-10 white" ] |
| required | false |
false
|
| widget | "single_text" |
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 | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "Please enter a valid date." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "" "month" => "" "day" => "" ] |
| 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() {#923 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#924 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_startAt" ] |
| cache_key | "_startAt_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1790 -form: Symfony\Component\Form\Form {#1062 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1755 …5} |
| full_name | "startAt" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "startAt" |
| label | null |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "startAt" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_startAt" |
| valid | true |
| value | "" |
| widget | "single_text" |
endAt
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
|---|---|---|
| label_attr | [ "class" => "bottom-10 white" ] |
[ "class" => "bottom-10 white" ] |
| required | false |
false
|
| widget | "single_text" |
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 | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "Please enter a valid date." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "" "month" => "" "day" => "" ] |
| 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() {#909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#908 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_endAt" ] |
| cache_key | "_endAt_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1763 -form: Symfony\Component\Form\Form {#1020 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1779 …5} |
| full_name | "endAt" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "endAt" |
| label | null |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "endAt" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_endAt" |
| valid | true |
| value | "" |
| widget | "single_text" |
employmentContract
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| class | "App\Entity\EmploymentContract" |
same as passed value |
| label | "Type de contrat" |
same as passed value |
| label_attr | [ "class" => "bottom-10 white" ] |
[ "class" => "bottom-10 white" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#840 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#857 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#957 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#900 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#958 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#917 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#959 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#960 …} } |
| choices | null |
| class | "App\Entity\EmploymentContract" |
| 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data_class | null |
| disabled | false |
| em | ContainerFHGCsur\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#283 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#895 -om: ContainerFHGCsur\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#283 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#868 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Type de contrat" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#901 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#902 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_employmentContract" ] |
| cache_key | "_employmentContract_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1773 +label: "Stage" +value: "9" +data: Proxies\__CG__\App\Entity\EmploymentContract {#1493 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1767 +label: "Intérim" +value: "10" +data: App\Entity\EmploymentContract {#1765 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1764 +label: "CDD" +value: "11" +data: Proxies\__CG__\App\Entity\EmploymentContract {#1475 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1093 +label: "CDI" +value: "12" +data: Proxies\__CG__\App\Entity\EmploymentContract {#1311 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1774 +label: "Bénévole" +value: "13" +data: App\Entity\EmploymentContract {#1148 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1762 +label: "Saisonnier" +value: "14" +data: App\Entity\EmploymentContract {#1757 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1781 -form: Symfony\Component\Form\Form {#1023 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1776 …5} |
| full_name | "employmentContract" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "employmentContract" |
| is_selected | Closure($choice, $value) {#1769 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#814 …} } |
| label | "Type de contrat" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "employmentContract" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_employmentContract" |
| valid | true |
| value | "" |
experienceYear
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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 | [ "min" => 0 "max" => 30 ] |
[ "min" => 0 "max" => 30 ] |
| label | "Année d'expérience" |
same as passed value |
| label_attr | [ "class" => "bottom-10 white" ] |
[ "class" => "bottom-10 white" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 0 "max" => 30 ] |
| 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#970 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#703 …} } |
| 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 | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Année d'expérience" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#975 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#969 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 0 "max" => 30 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_experienceYear" ] |
| cache_key | "_experienceYear_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1772 -form: Symfony\Component\Form\Form {#1026 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1761 …5} |
| full_name | "experienceYear" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "experienceYear" |
| label | "Année d'expérience" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "experienceYear" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_experienceYear" |
| valid | true |
| value | "" |
studyLevel
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| class | "App\Entity\StudyLevel" |
same as passed value |
| label | "Niveau d'étude" |
same as passed value |
| label_attr | [ "class" => "bottom-10 white" ] |
[ "class" => "bottom-10 white" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#840 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#857 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1007 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#987 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1008 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#917 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1009 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1010 …} } |
| choices | null |
| class | "App\Entity\StudyLevel" |
| 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#789 …} } |
| data_class | null |
| disabled | false |
| em | ContainerFHGCsur\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#283 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#988 -om: ContainerFHGCsur\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#283 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#993 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Niveau d'étude" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#788 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#16 …} $translationDomain: "validators" $message: Closure() {#985 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_studyLevel" ] |
| cache_key | "_studyLevel_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1168 +label: "BAC + 3" +value: "4" +data: App\Entity\StudyLevel {#1509 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1793 +label: "BAC + 5" +value: "5" +data: App\Entity\StudyLevel {#1328 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1794 +label: "Doctorat" +value: "15" +data: App\Entity\StudyLevel {#1798 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1739 -form: Symfony\Component\Form\Form {#1029 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1195 …5} |
| full_name | "studyLevel" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "studyLevel" |
| is_selected | Closure($choice, $value) {#1177 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#814 …} } |
| label | "Niveau d'étude" |
| label_attr | [ "class" => "bottom-10 white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "studyLevel" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_studyLevel" |
| valid | true |
| value | "" |