- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 5
- Events
- Routing
- Cache
- Translation 13
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
rejoindre
"App\Form\RejoindreType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Rejoindre {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -apropos: null -poste: null -objet: null -message: null -fichier: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Rejoindre {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -apropos: null -poste: null -objet: null -message: null -fichier: 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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data | App\Entity\Rejoindre {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -apropos: null -poste: null -objet: null -message: null -fichier: null } |
data_class | "App\Entity\Rejoindre" |
disabled | false |
empty_data | Closure(FormInterface $form) {#580 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#389 …} use: { $class: "App\Entity\Rejoindre" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#578 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#579 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "rejoindre" "_rejoindre" ] |
cache_key | "_rejoindre_rejoindre" |
compound | true |
data | App\Entity\Rejoindre {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -apropos: null -poste: null -objet: null -message: null -fichier: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#720 -form: Symfony\Component\Form\Form {#704 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#577 …5} |
full_name | "rejoindre" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "rejoindre" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre" |
valid | true |
value | App\Entity\Rejoindre {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -apropos: null -poste: null -objet: null -message: null -fichier: null } |
civilite
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
choices | [ "Mademoiselle" => "Mademoiselle" "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
[ "Mademoiselle" => "Mademoiselle" "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Mademoiselle" => "Mademoiselle" "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#557 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#560 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_rejoindre_civilite" ] |
cache_key | "_rejoindre_civilite_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#764 +label: "Mademoiselle" +value: "Mademoiselle" +data: "Mademoiselle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#762 +label: "Madame" +value: "Madame" +data: "Madame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#681 +label: "Monsieur" +value: "Monsieur" +data: "Monsieur" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#765 -form: Symfony\Component\Form\Form {#727 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#766 …5} |
full_name | "rejoindre[civilite]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_civilite" |
is_selected | Closure($choice, $value) {#669 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#630 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civilite" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_civilite" |
valid | true |
value | "" |
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 | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#571 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#389 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#568 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#570 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rejoindre_nom" ] |
cache_key | "_rejoindre_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#710 -form: Symfony\Component\Form\Form {#731 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#656 …5} |
full_name | "rejoindre[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_nom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_nom" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#596 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#389 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#598 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_rejoindre_email" ] |
cache_key | "_rejoindre_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#644 -form: Symfony\Component\Form\Form {#734 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#622 …5} |
full_name | "rejoindre[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_email" |
valid | true |
value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#617 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#389 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#616 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rejoindre_telephone" ] |
cache_key | "_rejoindre_telephone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#614 -form: Symfony\Component\Form\Form {#702 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#606 …5} |
full_name | "rejoindre[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_telephone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_telephone" |
valid | true |
value | "" |
apropos
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
choices | [ "Recherche sur internet" => "Recherche sur internet" "Recommendé par un ami" => "Recommendé par un ami" "Revue de presse positive" => "Revue de presse positive" "Autre" => "Autre" ] |
[ "Recherche sur internet" => "Recherche sur internet" "Recommendé par un ami" => "Recommendé par un ami" "Revue de presse positive" => "Revue de presse positive" "Autre" => "Autre" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Recherche sur internet" => "Recherche sur internet" "Recommendé par un ami" => "Recommendé par un ami" "Revue de presse positive" => "Revue de presse positive" "Autre" => "Autre" ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#604 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#608 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_rejoindre_apropos" ] |
cache_key | "_rejoindre_apropos_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#680 +label: "Recherche sur internet" +value: "Recherche sur internet" +data: "Recherche sur internet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#721 +label: "Recommendé par un ami" +value: "Recommendé par un ami" +data: "Recommendé par un ami" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#768 +label: "Revue de presse positive" +value: "Revue de presse positive" +data: "Revue de presse positive" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#770 +label: "Autre" +value: "Autre" +data: "Autre" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#564 -form: Symfony\Component\Form\Form {#699 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#555 …5} |
full_name | "rejoindre[apropos]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_apropos" |
is_selected | Closure($choice, $value) {#772 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#630 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "apropos" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_apropos" |
valid | true |
value | "" |
poste
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
choices | [ "AVT Consultant" => "AVT Consultant" "AVT Formation" => "AVT Formation" "AVT Ingénierie" => "AVT Ingénierie" "AVT BTP" => "AVT BTP" "Postuler pour une offre d'emploi" => "Postuler pour une offre d'emploi" "Candidature spontanée" => "Candidature spontanée" ] |
[ "AVT Consultant" => "AVT Consultant" "AVT Formation" => "AVT Formation" "AVT Ingénierie" => "AVT Ingénierie" "AVT BTP" => "AVT BTP" "Postuler pour une offre d'emploi" => "Postuler pour une offre d'emploi" "Candidature spontanée" => "Candidature spontanée" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "AVT Consultant" => "AVT Consultant" "AVT Formation" => "AVT Formation" "AVT Ingénierie" => "AVT Ingénierie" "AVT BTP" => "AVT BTP" "Postuler pour une offre d'emploi" => "Postuler pour une offre d'emploi" "Candidature spontanée" => "Candidature spontanée" ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#642 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_rejoindre_poste" ] |
cache_key | "_rejoindre_poste_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#775 +label: "AVT Consultant" +value: "AVT Consultant" +data: "AVT Consultant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#776 +label: "AVT Formation" +value: "AVT Formation" +data: "AVT Formation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#777 +label: "AVT Ingénierie" +value: "AVT Ingénierie" +data: "AVT Ingénierie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#778 +label: "AVT BTP" +value: "AVT BTP" +data: "AVT BTP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#779 +label: "Postuler pour une offre d'emploi" +value: "Postuler pour une offre d'emploi" +data: "Postuler pour une offre d'emploi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#780 +label: "Candidature spontanée" +value: "Candidature spontanée" +data: "Candidature spontanée" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#773 -form: Symfony\Component\Form\Form {#696 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#774 …5} |
full_name | "rejoindre[poste]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_poste" |
is_selected | Closure($choice, $value) {#782 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#630 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "poste" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_poste" |
valid | true |
value | "" |
objet
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#653 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#389 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#654 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rejoindre_objet" ] |
cache_key | "_rejoindre_objet_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#783 -form: Symfony\Component\Form\Form {#693 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#784 …5} |
full_name | "rejoindre[objet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_objet" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "objet" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_objet" |
valid | true |
value | "" |
message
"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 | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#389 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#668 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#662 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_rejoindre_message" ] |
cache_key | "_rejoindre_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#785 -form: Symfony\Component\Form\Form {#690 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#786 …5} |
full_name | "rejoindre[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_message" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rejoindre_message" |
valid | true |
value | "" |
fichier
"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 |
---|---|---|
data_class | null |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
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() {#713 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#712 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_rejoindre_fichier" ] |
cache_key | "_rejoindre_fichier_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#787 -form: Symfony\Component\Form\Form {#687 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#788 …5} |
full_name | "rejoindre[fichier]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre_fichier" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "fichier" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_rejoindre_fichier" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1bf7cd12ff4e9309cae9.k6jz5NTiefbDdQQH__CnM__Gv3W4AU_P07XqXLjhwn0.4fKEnLeNPZGwAXNrrr7xX4n12hKMSTWVovKuG_-l8hXm4salvJUXkfBYVQ" |
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 | "1bf7cd12ff4e9309cae9.k6jz5NTiefbDdQQH__CnM__Gv3W4AU_P07XqXLjhwn0.4fKEnLeNPZGwAXNrrr7xX4n12hKMSTWVovKuG_-l8hXm4salvJUXkfBYVQ" |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data | "1bf7cd12ff4e9309cae9.k6jz5NTiefbDdQQH__CnM__Gv3W4AU_P07XqXLjhwn0.4fKEnLeNPZGwAXNrrr7xX4n12hKMSTWVovKuG_-l8hXm4salvJUXkfBYVQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#799 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#389 …} } |
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() {#806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#798 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_rejoindre__token" ] |
cache_key | "_rejoindre__token_hidden" |
compound | false |
data | "1bf7cd12ff4e9309cae9.k6jz5NTiefbDdQQH__CnM__Gv3W4AU_P07XqXLjhwn0.4fKEnLeNPZGwAXNrrr7xX4n12hKMSTWVovKuG_-l8hXm4salvJUXkfBYVQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#817 -form: Symfony\Component\Form\Form {#813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#808 …5} |
full_name | "rejoindre[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rejoindre__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 | "_rejoindre__token" |
valid | true |
value | "1bf7cd12ff4e9309cae9.k6jz5NTiefbDdQQH__CnM__Gv3W4AU_P07XqXLjhwn0.4fKEnLeNPZGwAXNrrr7xX4n12hKMSTWVovKuG_-l8hXm4salvJUXkfBYVQ" |