- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 26
- Events
- Routing
- Cache
- Translation 14
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- 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
-
-
company_name
-
company_siret
-
company_manager_firstname
-
company_manager_lastname
-
company_address
-
company_email
-
tutor_firstname
-
tutor_lastname
-
tutor_email
-
adress
-
company_phone
-
description
-
contract_type
-
_token
-
draft_commitment
"App\Form\DraftCommitment"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Commitment {#887 -id: null -user: null -tutor_firstname: null -tutor_lastname: null -adress: null -start_date: null -description: null -company_agreement: null -contract_type: null -tax_learning: null -recent_recruitment: null -received_on: null -received_by: null -state: null -author: null -company_name: null -company_siret: null -company_idcc: null -company_ape: null -company_manager_firstname: null -company_manager_lastname: null -company_email: null -company_phone: null -tutor_email: null -company_address: null -rf: null -validated_by: null -validation_date: null -draft: null -relaunch_date: null -zipcode: null -city: null -appointment_created_on: null -job_title: null -provident_fund_name: null -organization_address_cp: null -title_position_held_by_tutor: null -collective_agreement_level: null -collective_agreement_hierarchical_coefficient: null -trial_period_duration: null -comment: null -isArchived: null -token: null -setBy: null -objectiveContracts: Doctrine\Common\Collections\ArrayCollection {#730 …} -commitmentComments: Doctrine\Common\Collections\ArrayCollection {#766 …} -user_name: null -user_lastname: null -user_phone: null -user_email: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Commitment {#887 -id: null -user: null -tutor_firstname: null -tutor_lastname: null -adress: null -start_date: null -description: null -company_agreement: null -contract_type: null -tax_learning: null -recent_recruitment: null -received_on: null -received_by: null -state: null -author: null -company_name: null -company_siret: null -company_idcc: null -company_ape: null -company_manager_firstname: null -company_manager_lastname: null -company_email: null -company_phone: null -tutor_email: null -company_address: null -rf: null -validated_by: null -validation_date: null -draft: null -relaunch_date: null -zipcode: null -city: null -appointment_created_on: null -job_title: null -provident_fund_name: null -organization_address_cp: null -title_position_held_by_tutor: null -collective_agreement_level: null -collective_agreement_hierarchical_coefficient: null -trial_period_duration: null -comment: null -isArchived: null -token: null -setBy: null -objectiveContracts: Doctrine\Common\Collections\ArrayCollection {#730 …} -commitmentComments: Doctrine\Common\Collections\ArrayCollection {#766 …} -user_name: null -user_lastname: null -user_phone: null -user_email: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data | App\Entity\Commitment {#887 -id: null -user: null -tutor_firstname: null -tutor_lastname: null -adress: null -start_date: null -description: null -company_agreement: null -contract_type: null -tax_learning: null -recent_recruitment: null -received_on: null -received_by: null -state: null -author: null -company_name: null -company_siret: null -company_idcc: null -company_ape: null -company_manager_firstname: null -company_manager_lastname: null -company_email: null -company_phone: null -tutor_email: null -company_address: null -rf: null -validated_by: null -validation_date: null -draft: null -relaunch_date: null -zipcode: null -city: null -appointment_created_on: null -job_title: null -provident_fund_name: null -organization_address_cp: null -title_position_held_by_tutor: null -collective_agreement_level: null -collective_agreement_hierarchical_coefficient: null -trial_period_duration: null -comment: null -isArchived: null -token: null -setBy: null -objectiveContracts: Doctrine\Common\Collections\ArrayCollection {#730 …} -commitmentComments: Doctrine\Common\Collections\ArrayCollection {#766 …} -user_name: null -user_lastname: null -user_phone: null -user_email: null } |
data_class | "App\Entity\Commitment" |
disabled | false |
empty_data | Closure(FormInterface $form) {#682 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} use: { $class: "App\Entity\Commitment" } } |
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 | "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() {#681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#679 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "draft_commitment" "_draft_commitment" ] |
cache_key | "_draft_commitment_draft_commitment" |
compound | true |
data | App\Entity\Commitment {#887 -id: null -user: null -tutor_firstname: null -tutor_lastname: null -adress: null -start_date: null -description: null -company_agreement: null -contract_type: null -tax_learning: null -recent_recruitment: null -received_on: null -received_by: null -state: null -author: null -company_name: null -company_siret: null -company_idcc: null -company_ape: null -company_manager_firstname: null -company_manager_lastname: null -company_email: null -company_phone: null -tutor_email: null -company_address: null -rf: null -validated_by: null -validation_date: null -draft: null -relaunch_date: null -zipcode: null -city: null -appointment_created_on: null -job_title: null -provident_fund_name: null -organization_address_cp: null -title_position_held_by_tutor: null -collective_agreement_level: null -collective_agreement_hierarchical_coefficient: null -trial_period_duration: null -comment: null -isArchived: null -token: null -setBy: null -objectiveContracts: Doctrine\Common\Collections\ArrayCollection {#730 …} -commitmentComments: Doctrine\Common\Collections\ArrayCollection {#766 …} -user_name: null -user_lastname: null -user_phone: null -user_email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#716 -form: Symfony\Component\Form\Form {#1006 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#700 …5} |
full_name | "draft_commitment" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "draft_commitment" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment" |
valid | true |
value | App\Entity\Commitment {#887 -id: null -user: null -tutor_firstname: null -tutor_lastname: null -adress: null -start_date: null -description: null -company_agreement: null -contract_type: null -tax_learning: null -recent_recruitment: null -received_on: null -received_by: null -state: null -author: null -company_name: null -company_siret: null -company_idcc: null -company_ape: null -company_manager_firstname: null -company_manager_lastname: null -company_email: null -company_phone: null -tutor_email: null -company_address: null -rf: null -validated_by: null -validation_date: null -draft: null -relaunch_date: null -zipcode: null -city: null -appointment_created_on: null -job_title: null -provident_fund_name: null -organization_address_cp: null -title_position_held_by_tutor: null -collective_agreement_level: null -collective_agreement_hierarchical_coefficient: null -trial_period_duration: null -comment: null -isArchived: null -token: null -setBy: null -objectiveContracts: Doctrine\Common\Collections\ArrayCollection {#730 …} -commitmentComments: Doctrine\Common\Collections\ArrayCollection {#766 …} -user_name: null -user_lastname: null -user_phone: null -user_email: null } |
company_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Raison sociale / Nom de l'entreprise *" |
same as passed value |
required | 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 | 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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#724 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "Raison sociale / Nom de l'entreprise *" |
label_attr | [] |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#695 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_company_name" ] |
cache_key | "_draft_commitment_company_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1045 -form: Symfony\Component\Form\Form {#1044 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1053 …5} |
full_name | "draft_commitment[company_name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_company_name" |
label | "Raison sociale / Nom de l'entreprise *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company_name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_company_name" |
valid | true |
value | "" |
company_siret
"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 |
---|---|---|
label | "N° de Siret" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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° de Siret" |
label_attr | [] |
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() {#726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#727 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_company_siret" ] |
cache_key | "_draft_commitment_company_siret_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1058 -form: Symfony\Component\Form\Form {#1047 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1059 …5} |
full_name | "draft_commitment[company_siret]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_company_siret" |
label | "N° de Siret" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company_siret" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_company_siret" |
valid | true |
value | "" |
company_manager_firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Prénom de l'employeur" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#710 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 de l'employeur" |
label_attr | [] |
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() {#708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#709 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_company_manager_firstname" ] |
cache_key | "_draft_commitment_company_manager_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1041 -form: Symfony\Component\Form\Form {#1050 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#691 …5} |
full_name | "draft_commitment[company_manager_firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_company_manager_firstname" |
label | "Prénom de l'employeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company_manager_firstname" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_company_manager_firstname" |
valid | true |
value | "" |
company_manager_lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Nom de l'employeur" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#702 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 de l'employeur" |
label_attr | [] |
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() {#697 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#696 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_company_manager_lastname" ] |
cache_key | "_draft_commitment_company_manager_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1001 -form: Symfony\Component\Form\Form {#1008 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#992 …5} |
full_name | "draft_commitment[company_manager_lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_company_manager_lastname" |
label | "Nom de l'employeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company_manager_lastname" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_company_manager_lastname" |
valid | true |
value | "" |
company_address
"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 |
---|---|---|
label | "Adresse" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#920 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "Adresse" |
label_attr | [] |
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() {#922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#921 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_company_address" ] |
cache_key | "_draft_commitment_company_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#1011 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#970 …5} |
full_name | "draft_commitment[company_address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_company_address" |
label | "Adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company_address" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_company_address" |
valid | true |
value | "" |
company_email
"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 |
---|---|---|
label | "Email de la personne qui valide l’engagement et assure le suivi du contrat *" |
same as passed value |
required | 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 | 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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#909 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "Email de la personne qui valide l’engagement et assure le suivi du contrat *" |
label_attr | [] |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#910 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_company_email" ] |
cache_key | "_draft_commitment_company_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#961 -form: Symfony\Component\Form\Form {#1014 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#948 …5} |
full_name | "draft_commitment[company_email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_company_email" |
label | "Email de la personne qui valide l’engagement et assure le suivi du contrat *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company_email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_company_email" |
valid | true |
value | "" |
tutor_firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Prénom du tuteur" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 du tuteur" |
label_attr | [] |
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() {#931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#930 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_tutor_firstname" ] |
cache_key | "_draft_commitment_tutor_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#934 -form: Symfony\Component\Form\Form {#1017 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#912 …5} |
full_name | "draft_commitment[tutor_firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_tutor_firstname" |
label | "Prénom du tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tutor_firstname" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_tutor_firstname" |
valid | true |
value | "" |
tutor_lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Nom du tuteur" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#945 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 du tuteur" |
label_attr | [] |
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() {#947 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#946 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_tutor_lastname" ] |
cache_key | "_draft_commitment_tutor_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#923 -form: Symfony\Component\Form\Form {#1020 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#698 …5} |
full_name | "draft_commitment[tutor_lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_tutor_lastname" |
label | "Nom du tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tutor_lastname" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_tutor_lastname" |
valid | true |
value | "" |
tutor_email
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Email du tuteur" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#955 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email du tuteur" |
label_attr | [] |
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() {#960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#954 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_draft_commitment_tutor_email" ] |
cache_key | "_draft_commitment_tutor_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#707 -form: Symfony\Component\Form\Form {#1023 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1109 …5} |
full_name | "draft_commitment[tutor_email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_tutor_email" |
label | "Email du tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tutor_email" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_tutor_email" |
valid | true |
value | "" |
adress
"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 |
---|---|---|
label | "Adresse du lieu d'exécution du contrat du candidat si différent" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#967 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "Adresse du lieu d'exécution du contrat du candidat si différent" |
label_attr | [] |
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() {#969 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#968 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_adress" ] |
cache_key | "_draft_commitment_adress_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1110 -form: Symfony\Component\Form\Form {#1026 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1111 …5} |
full_name | "draft_commitment[adress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_adress" |
label | "Adresse du lieu d'exécution du contrat du candidat si différent" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adress" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_adress" |
valid | true |
value | "" |
company_phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 | [] |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#976 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | [] |
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() {#978 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#977 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_company_phone" ] |
cache_key | "_draft_commitment_company_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1112 -form: Symfony\Component\Form\Form {#1029 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1113 …5} |
full_name | "draft_commitment[company_phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_company_phone" |
label | "Téléphone *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company_phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_company_phone" |
valid | true |
value | "" |
description
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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 | "Enumérez les missions principales, les tâches et/ou activités à réaliser :" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#986 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "Enumérez les missions principales, les tâches et/ou activités à réaliser :" |
label_attr | [] |
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() {#991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#985 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_draft_commitment_description" ] |
cache_key | "_draft_commitment_description_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1114 -form: Symfony\Component\Form\Form {#1032 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1115 …5} |
full_name | "draft_commitment[description]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_description" |
label | "Enumérez les missions principales, les tâches et/ou activités à réaliser :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "description" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_description" |
valid | true |
value | "" |
contract_type
"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 |
---|---|---|
label | "Quel type de contrat" |
same as passed value |
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 |
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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#998 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "Quel type de contrat" |
label_attr | [] |
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() {#1000 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#999 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_draft_commitment_contract_type" ] |
cache_key | "_draft_commitment_contract_type_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1116 -form: Symfony\Component\Form\Form {#1035 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1117 …5} |
full_name | "draft_commitment[contract_type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment_contract_type" |
label | "Quel type de contrat" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contract_type" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_draft_commitment_contract_type" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "5626f7bf5a871c9352e4.c0e_ZhpPSc4qcwfjlRqKbJwz39TD0aAizL59F_bb2Mw.ACSSHDclAPdAEDCnuF7lFv4Lp-W7p_90o8g6U6yMjp8QDf4USA1-nWUhSg" |
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 | "5626f7bf5a871c9352e4.c0e_ZhpPSc4qcwfjlRqKbJwz39TD0aAizL59F_bb2Mw.ACSSHDclAPdAEDCnuF7lFv4Lp-W7p_90o8g6U6yMjp8QDf4USA1-nWUhSg" |
same as passed value |
mapped | 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 | "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 {#897 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#896 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#895 …} -namespace: Closure() {#893 …} } |
data | "5626f7bf5a871c9352e4.c0e_ZhpPSc4qcwfjlRqKbJwz39TD0aAizL59F_bb2Mw.ACSSHDclAPdAEDCnuF7lFv4Lp-W7p_90o8g6U6yMjp8QDf4USA1-nWUhSg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#732 …} } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#729 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#257 …} $translationDomain: "validators" $message: Closure() {#1121 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_draft_commitment__token" ] |
cache_key | "_draft_commitment__token_hidden" |
compound | false |
data | "5626f7bf5a871c9352e4.c0e_ZhpPSc4qcwfjlRqKbJwz39TD0aAizL59F_bb2Mw.ACSSHDclAPdAEDCnuF7lFv4Lp-W7p_90o8g6U6yMjp8QDf4USA1-nWUhSg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1134 -form: Symfony\Component\Form\Form {#1130 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1125 …5} |
full_name | "draft_commitment[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "draft_commitment__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 | "_draft_commitment__token" |
valid | true |
value | "5626f7bf5a871c9352e4.c0e_ZhpPSc4qcwfjlRqKbJwz39TD0aAizL59F_bb2Mw.ACSSHDclAPdAEDCnuF7lFv4Lp-W7p_90o8g6U6yMjp8QDf4USA1-nWUhSg" |