- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- 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
cv
"App\Form\CvType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Cv {#2172 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2174 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -pseudo: null -photo: null -telephone: null -cv: null -parcours: null -competence: null -aspiration: null -user: null -couverture: null -validedAt: null -moderate: false -grade: null -direction: null -nom: null -prenom: null -email: null -fake: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
add | true |
same as passed value |
data | App\Entity\Cv {#2172 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2174 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -pseudo: null -photo: null -telephone: null -cv: null -parcours: null -competence: null -aspiration: null -user: null -couverture: null -validedAt: null -moderate: false -grade: null -direction: null -nom: null -prenom: null -email: null -fake: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
add | true |
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 {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data | App\Entity\Cv {#2172 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2174 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -pseudo: null -photo: null -telephone: null -cv: null -parcours: null -competence: null -aspiration: null -user: null -couverture: null -validedAt: null -moderate: false -grade: null -direction: null -nom: null -prenom: null -email: null -fake: null } |
data_class | "App\Entity\Cv" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2709 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} use: { $class: "App\Entity\Cv" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
update | false |
upload_max_size_message | Closure() {#2707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2708 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "cv" "_cv" ] |
cache_key | "_cv_cv" |
compound | true |
data | App\Entity\Cv {#2172 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2174 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -pseudo: null -photo: null -telephone: null -cv: null -parcours: null -competence: null -aspiration: null -user: null -couverture: null -validedAt: null -moderate: false -grade: null -direction: null -nom: null -prenom: null -email: null -fake: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3044 -form: Symfony\Component\Form\Form {#2997 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2706 …5} |
full_name | "cv" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "cv" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv" |
valid | true |
value | App\Entity\Cv {#2172 -id: null -uuid: Symfony\Component\Uid\UuidV4 {#2174 …} -token: null -slug: null -statut: false -createdAt: null -updatedAt: null -pseudo: null -photo: null -telephone: null -cv: null -parcours: null -competence: null -aspiration: null -user: null -couverture: null -validedAt: null -moderate: false -grade: null -direction: null -nom: null -prenom: null -email: null -fake: null } |
nom
"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 | [ "maxlength" => 255 "placeholder" => "Saisir un nom" ] |
[ "maxlength" => 255 "placeholder" => "Saisir un nom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2759 +message: "Veuillez entrer un nom" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2759 +message: "Veuillez entrer un nom" +allowNull: false +normalizer: null +payload: null } ] |
label | "Nom<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2759 +message: "Veuillez entrer un nom" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2703 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} } |
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<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2730 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_cv_nom" ] |
cache_key | "_cv_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3087 -form: Symfony\Component\Form\Form {#3047 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3088 …5} |
full_name | "cv[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_nom" |
label | "Nom<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_nom" |
valid | true |
value | "" |
prenom
"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 | [ "maxlength" => 255 "placeholder" => "Saisir un prénom" ] |
[ "maxlength" => 255 "placeholder" => "Saisir un prénom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2683 +message: "Veuillez entrer un prénom" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2683 +message: "Veuillez entrer un prénom" +allowNull: false +normalizer: null +payload: null } ] |
label | "Prénom<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un prénom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2683 +message: "Veuillez entrer un prénom" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} } |
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<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2776 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "Saisir un prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_cv_prenom" ] |
cache_key | "_cv_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3085 -form: Symfony\Component\Form\Form {#3051 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3036 …5} |
full_name | "cv[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_prenom" |
label | "Prénom<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_prenom" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
[ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
constraints | [ Symfony\Component\Validator\Constraints\Email {#2721 +message: "Veuillez entrer un email valide" +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2686 +message: "Veuillez entrer un email" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\IsEmailOrigin {#2689 +message: "Votre adresse email {{ string }} n'est pas autorisée" +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#2721 +message: "Veuillez entrer un email valide" +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2686 +message: "Veuillez entrer un email" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\IsEmailOrigin {#2689 +message: "Votre adresse email {{ string }} n'est pas autorisée" +payload: null } ] |
label | "Email<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Email {#2721 +message: "Veuillez entrer un email valide" +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2686 +message: "Veuillez entrer un email" +allowNull: false +normalizer: null +payload: null } App\Validator\Constraints\IsEmailOrigin {#2689 +message: "Votre adresse email {{ string }} n'est pas autorisée" +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} } |
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<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2768 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Saisir une adresse email" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_cv_email" ] |
cache_key | "_cv_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3038 -form: Symfony\Component\Form\Form {#3054 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3043 …5} |
full_name | "cv[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_email" |
label | "Email<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_email" |
valid | true |
value | "" |
photo
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [ "onchange" => "loadFile(event)" ] |
[ "onchange" => "loadFile(event)" ] |
constraints | [ Symfony\Component\Validator\Constraints\File {#2684 +binaryFormat: null +mimeTypes: [ "image/png" "image/jpg" "image/jpeg" "image/gif" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Extensions Autorisées : PNG JPG JPEG GIF" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\File {#2684 +binaryFormat: null +mimeTypes: [ "image/png" "image/jpg" "image/jpeg" "image/gif" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Extensions Autorisées : PNG JPG JPEG GIF" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: null +payload: null } ] |
label | false |
false
|
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "onchange" => "loadFile(event)" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\File {#2684 +binaryFormat: null +mimeTypes: [ "image/png" "image/jpg" "image/jpeg" "image/gif" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Extensions Autorisées : PNG JPG JPEG GIF" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
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() {#2770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2771 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "onchange" => "loadFile(event)" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_cv_photo" ] |
cache_key | "_cv_photo_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2987 -form: Symfony\Component\Form\Form {#2991 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2985 …5} |
full_name | "cv[photo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_photo" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "photo" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_cv_photo" |
valid | true |
value | "" |
parcours
"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 |
---|---|---|
attr | [ "rows" => 8 ] |
[ "rows" => 8 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2677 +message: "Veuillez saisir votre parcours" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2726 +maxMessage: "Veuillez saisir moins de 1200 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "1200" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2677 +message: "Veuillez saisir votre parcours" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2726 +maxMessage: "Veuillez saisir moins de 1200 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "1200" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
help | "Veuillez saisir un texte de moins de 1200 caractères" |
same as passed value |
label | "Mon parcours<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 8 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2677 +message: "Veuillez saisir votre parcours" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2726 +maxMessage: "Veuillez saisir moins de 1200 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "1200" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2740 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Veuillez saisir un texte de moins de 1200 caractères" |
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 | "Mon parcours<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2745 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 8 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_cv_parcours" ] |
cache_key | "_cv_parcours_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2984 -form: Symfony\Component\Form\Form {#3020 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2922 …5} |
full_name | "cv[parcours]" |
help | "Veuillez saisir un texte de moins de 1200 caractères" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_parcours" |
label | "Mon parcours<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "parcours" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_parcours" |
valid | true |
value | "" |
competence
"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 |
---|---|---|
attr | [ "rows" => 8 ] |
[ "rows" => 8 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2681 +message: "Veuillez saisir vos compétences" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2691 +maxMessage: "Veuillez saisir moins de 500 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "500" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2681 +message: "Veuillez saisir vos compétences" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2691 +maxMessage: "Veuillez saisir moins de 500 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "500" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
help | "Veuillez saisir un texte de moins de 500 caractères" |
same as passed value |
label | "Mes compétences (Si vous êtes sur SICARDI, indiquez les compétences que vous avez déclarées)<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 8 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2681 +message: "Veuillez saisir vos compétences" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2691 +maxMessage: "Veuillez saisir moins de 500 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "500" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Veuillez saisir un texte de moins de 500 caractères" |
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 | "Mes compétences (Si vous êtes sur SICARDI, indiquez les compétences que vous avez déclarées)<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2896 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 8 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_cv_competence" ] |
cache_key | "_cv_competence_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2898 -form: Symfony\Component\Form\Form {#3025 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2793 …5} |
full_name | "cv[competence]" |
help | "Veuillez saisir un texte de moins de 500 caractères" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_competence" |
label | "Mes compétences (Si vous êtes sur SICARDI, indiquez les compétences que vous avez déclarées)<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "competence" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_competence" |
valid | true |
value | "" |
aspiration
"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 |
---|---|---|
attr | [ "rows" => 8 ] |
[ "rows" => 8 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2679 +message: "Veuillez saisir vos aspirations" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2699 +maxMessage: "Veuillez saisir moins de 1200 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "1200" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2679 +message: "Veuillez saisir vos aspirations" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2699 +maxMessage: "Veuillez saisir moins de 1200 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "1200" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
help | "Veuillez saisir un texte de moins de 1200 caractères" |
same as passed value |
label | "Mes aspirations<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 8 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2679 +message: "Veuillez saisir vos aspirations" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2699 +maxMessage: "Veuillez saisir moins de 1200 caractères" +minMessage: "Veuillez saisir plus de 10 caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: "1200" +min: 10 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Veuillez saisir un texte de moins de 1200 caractères" |
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 | "Mes aspirations<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2921 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2920 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 8 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_cv_aspiration" ] |
cache_key | "_cv_aspiration_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2751 -form: Symfony\Component\Form\Form {#3023 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2914 …5} |
full_name | "cv[aspiration]" |
help | "Veuillez saisir un texte de moins de 1200 caractères" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_aspiration" |
label | "Mes aspirations<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "aspiration" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_aspiration" |
valid | true |
value | "" |
grade
"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 |
---|---|---|
choice_label | "nom" |
same as passed value |
class | "App\Entity\Grade" |
same as passed value |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2705 +message: "Veuillez saisir une catégorie" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2705 +message: "Veuillez saisir une catégorie" +allowNull: false +normalizer: null +payload: null } ] |
label | "Catégorie<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
placeholder | "Saisir une catégorie" |
same as passed value |
query_builder | Closure(GradeRepository $er) {#2720 class: "App\Form\CvType" this: App\Form\CvType {#2234 …} } |
Doctrine\ORM\QueryBuilder {#2956 -em: Doctrine\ORM\EntityManager {#507 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2954 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2953 #from: "App\Entity\Grade" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2951 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.statut = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2952 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Grade p WHERE p.statut = :val ORDER BY p.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2955 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3002 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2960 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2965 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2950 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2986 -om: Doctrine\ORM\EntityManager {#507 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2159 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Grade" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2705 +message: "Veuillez saisir une catégorie" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#507 …11} |
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 {#2986 -om: Doctrine\ORM\EntityManager {#507 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2159 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Catégorie<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Saisir une catégorie" |
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 | Doctrine\ORM\QueryBuilder {#2956 -em: Doctrine\ORM\EntityManager {#507 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2954 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2953 #from: "App\Entity\Grade" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2951 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.statut = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2952 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Grade p WHERE p.statut = :val ORDER BY p.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2955 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2963 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_cv_grade" ] |
cache_key | "_cv_grade_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "Catégorie A (cadre)" +value: "5" +data: App\Entity\Grade {#3109 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "Catégorie A+ (encadrement supérieur - autres emplois fonctionnels)" +value: "2" +data: App\Entity\Grade {#3121 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3100 +label: "Catégorie A+ (encadrement supérieur - emplois de direction)" +value: "1" +data: App\Entity\Grade {#3132 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3096 +label: "Catégorie B (profession intermédiaire)" +value: "3" +data: App\Entity\Grade {#3143 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3101 +label: "Catégorie C (employé)" +value: "4" +data: App\Entity\Grade {#3154 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2778 -form: Symfony\Component\Form\Form {#3019 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2773 …5} |
full_name | "cv[grade]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_grade" |
is_selected | Closure($choice, $value) {#3090 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2744 …} } |
label | "Catégorie<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "grade" |
placeholder | "Saisir une catégorie" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_grade" |
valid | true |
value | "" |
direction
"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 |
---|---|---|
choice_label | "nom" |
same as passed value |
class | "App\Entity\Direction" |
same as passed value |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2701 +message: "Veuillez saisir une direction" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2701 +message: "Veuillez saisir une direction" +allowNull: false +normalizer: null +payload: null } ] |
label | "Direction<span class='text-danger'>*</span>" |
same as passed value |
label_html | true |
same as passed value |
placeholder | "Saisir une direction" |
same as passed value |
query_builder | Closure(DirectionRepository $er) {#2697 class: "App\Form\CvType" this: App\Form\CvType {#2234 …} } |
Doctrine\ORM\QueryBuilder {#2974 -em: Doctrine\ORM\EntityManager {#507 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2973 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2972 #from: "App\Entity\Direction" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2969 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.statut = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2971 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Direction p WHERE p.statut = :val ORDER BY p.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2975 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3028 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2966 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2968 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2998 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3009 -om: Doctrine\ORM\EntityManager {#507 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2368 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Direction" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2701 +message: "Veuillez saisir une direction" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#507 …11} |
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 {#3009 -om: Doctrine\ORM\EntityManager {#507 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2368 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Direction<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Saisir une direction" |
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 | Doctrine\ORM\QueryBuilder {#2974 -em: Doctrine\ORM\EntityManager {#507 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2973 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2972 #from: "App\Entity\Direction" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2969 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.statut = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2971 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Direction p WHERE p.statut = :val ORDER BY p.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2975 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2977 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#2980 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_cv_direction" ] |
cache_key | "_cv_direction_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +label: "AIFE" +value: "5" +data: App\Entity\Direction {#3172 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "AnAFe" +value: "7" +data: App\Entity\Direction {#3190 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "ANC" +value: "31" +data: App\Entity\Direction {#3202 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "ASN" +value: "30" +data: App\Entity\Direction {#3214 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3093 +label: "Bureau des cabinets" +value: "8" +data: App\Entity\Direction {#3226 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +label: "CGEFI" +value: "11" +data: App\Entity\Direction {#3238 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "CGEIET" +value: "10" +data: App\Entity\Direction {#3250 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3171 +label: "CISIRH" +value: "9" +data: App\Entity\Direction {#3262 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "DAE" +value: "12" +data: App\Entity\Direction {#3274 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3170 +label: "DAJ" +value: "13" +data: App\Entity\Direction {#3286 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +label: "DB" +value: "14" +data: App\Entity\Direction {#3298 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3540 +label: "DGAFP" +value: "17" +data: App\Entity\Direction {#3310 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3541 +label: "DGCCRF" +value: "3" +data: App\Entity\Direction {#3323 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3542 +label: "DGDDI" +value: "2" +data: App\Entity\Direction {#3335 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3543 +label: "DGE" +value: "18" +data: App\Entity\Direction {#3347 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3544 +label: "DGFIP" +value: "1" +data: App\Entity\Direction {#3359 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3545 +label: "DGT" +value: "19" +data: App\Entity\Direction {#3371 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3546 +label: "DIE" +value: "15" +data: App\Entity\Direction {#3383 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3547 +label: "DLF" +value: "16" +data: App\Entity\Direction {#3395 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3548 +label: "IGF" +value: "20" +data: App\Entity\Direction {#3407 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3549 +label: "INSEE" +value: "21" +data: App\Entity\Direction {#3419 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3550 +label: "Médiateur des entreprises" +value: "23" +data: App\Entity\Direction {#3431 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3551 +label: "Médiateur des MEF" +value: "22" +data: App\Entity\Direction {#3443 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3552 +label: "Mission de tutelle des écoles des mines et des télécoms" +value: "24" +data: App\Entity\Direction {#3455 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3553 +label: "Mission ministérielle de coordination antifraude" +value: "25" +data: App\Entity\Direction {#3467 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3554 +label: "PEReN" +value: "26" +data: App\Entity\Direction {#3479 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3555 +label: "SCBCM" +value: "28" +data: App\Entity\Direction {#3491 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3556 +label: "Secrétariat général" +value: "4" +data: App\Entity\Direction {#3504 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3557 +label: "SGAE" +value: "27" +data: App\Entity\Direction {#3516 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3558 +label: "TRACFIN" +value: "29" +data: App\Entity\Direction {#3528 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3108 -form: Symfony\Component\Form\Form {#3014 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3037 …5} |
full_name | "cv[direction]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_direction" |
is_selected | Closure($choice, $value) {#3106 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2744 …} } |
label | "Direction<span class='text-danger'>*</span>" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "direction" |
placeholder | "Saisir une direction" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_cv_direction" |
valid | true |
value | "" |
cv
"Symfony\Component\Form\Extension\Core\Type\FileType"
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" => "Charger votre cv" ] |
[ "placeholder" => "Charger votre cv" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2693 +message: "Veuillez charger votre cv" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2693 +message: "Veuillez charger votre cv" +allowNull: false +normalizer: null +payload: null } ] |
label | false |
false
|
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "placeholder" => "Charger votre cv" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2693 +message: "Veuillez charger votre cv" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
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() {#3004 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#3003 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Charger votre cv" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_cv_cv" ] |
cache_key | "_cv_cv_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3559 -form: Symfony\Component\Form\Form {#3029 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3102 …5} |
full_name | "cv[cv]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv_cv" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "cv" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_cv_cv" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "18ca810537eb5f38a1c02f.FRd7YlE9E7hsfS0iet-cqfB3vHS2z9CxXnrpx8unlWY.bWQ6I2FuUNQFD0pJN67y_rdahR7Ti7XAGAqYpZ-W3Rx2fDYQaEpU4j1OfA" |
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 | "18ca810537eb5f38a1c02f.FRd7YlE9E7hsfS0iet-cqfB3vHS2z9CxXnrpx8unlWY.bWQ6I2FuUNQFD0pJN67y_rdahR7Ti7XAGAqYpZ-W3Rx2fDYQaEpU4j1OfA" |
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 {#2668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2669 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2670 …} -namespace: Closure() {#2672 …} } |
data | "18ca810537eb5f38a1c02f.FRd7YlE9E7hsfS0iet-cqfB3vHS2z9CxXnrpx8unlWY.bWQ6I2FuUNQFD0pJN67y_rdahR7Ti7XAGAqYpZ-W3Rx2fDYQaEpU4j1OfA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3562 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2233 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3566 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2678 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#328 …} $translationDomain: "validators" $message: Closure() {#3560 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_cv__token" ] |
cache_key | "_cv__token_hidden" |
compound | false |
data | "18ca810537eb5f38a1c02f.FRd7YlE9E7hsfS0iet-cqfB3vHS2z9CxXnrpx8unlWY.bWQ6I2FuUNQFD0pJN67y_rdahR7Ti7XAGAqYpZ-W3Rx2fDYQaEpU4j1OfA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3576 -form: Symfony\Component\Form\Form {#3572 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3567 …5} |
full_name | "cv[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cv__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 | "_cv__token" |
valid | true |
value | "18ca810537eb5f38a1c02f.FRd7YlE9E7hsfS0iet-cqfB3vHS2z9CxXnrpx8unlWY.bWQ6I2FuUNQFD0pJN67y_rdahR7Ti7XAGAqYpZ-W3Rx2fDYQaEpU4j1OfA" |