- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation 4
- Security
- Twig
- Twig Components
- Doctrine
- E-mails
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
reset_password_request_form
"App\Form\ResetPasswordRequestFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5988 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5908 …} } |
| 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() {#5986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#5987 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "reset_password_request_form" "_reset_password_request_form" ] |
| cache_key | "_reset_password_request_form_reset_password_request_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5981 -form: Symfony\Component\Form\Form {#5970 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5985 …5} |
| full_name | "reset_password_request_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reset_password_request_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reset_password_request_form" |
| valid | true |
| value | null |
"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 | [ "autocomplete" => "email" ] |
[ "autocomplete" => "email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6038 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6038 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6038 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: 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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5968 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5908 …} } |
| 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 |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#6043 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_reset_password_request_form_email" ] |
| cache_key | "_reset_password_request_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6003 -form: Symfony\Component\Form\Form {#6018 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6004 …5} |
| full_name | "reset_password_request_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_form_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 | "_reset_password_request_form_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "97fab270ae5d.i6vdYROMBBddjzBrG2jn9p2_M3xCPIp1V0uxSNpzvwA.3MqbF1HAQmYft2oKaiqjjKzTezcvWPkUbh3bceo49GW55IIWWaFldhW7CA" |
| 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 | "97fab270ae5d.i6vdYROMBBddjzBrG2jn9p2_M3xCPIp1V0uxSNpzvwA.3MqbF1HAQmYft2oKaiqjjKzTezcvWPkUbh3bceo49GW55IIWWaFldhW7CA" |
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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data | "97fab270ae5d.i6vdYROMBBddjzBrG2jn9p2_M3xCPIp1V0uxSNpzvwA.3MqbF1HAQmYft2oKaiqjjKzTezcvWPkUbh3bceo49GW55IIWWaFldhW7CA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6036 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5908 …} } |
| 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() {#6010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#5974 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_reset_password_request_form__token" ] |
| cache_key | "_reset_password_request_form__token_hidden" |
| compound | false |
| data | "97fab270ae5d.i6vdYROMBBddjzBrG2jn9p2_M3xCPIp1V0uxSNpzvwA.3MqbF1HAQmYft2oKaiqjjKzTezcvWPkUbh3bceo49GW55IIWWaFldhW7CA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6023 -form: Symfony\Component\Form\Form {#6027 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6013 …5} |
| full_name | "reset_password_request_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_form__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 | "_reset_password_request_form__token" |
| valid | true |
| value | "97fab270ae5d.i6vdYROMBBddjzBrG2jn9p2_M3xCPIp1V0uxSNpzvwA.3MqbF1HAQmYft2oKaiqjjKzTezcvWPkUbh3bceo49GW55IIWWaFldhW7CA" |
message
"App\Form\MessageType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Message {#6294 -sender: null -receiver: App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } -subject: null -body: null -created_at: null -status: null #id: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Message {#6294 -sender: null -receiver: App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } -subject: null -body: null -created_at: null -status: null #id: 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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data | App\Entity\Message {#6294 -sender: null -receiver: App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } -subject: null -body: null -created_at: null -status: null #id: null } |
| data_class | "App\Entity\Message" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6310 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5908 …} use: { $class: "App\Entity\Message" } } |
| 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() {#6312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#6311 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "message" "_message" ] |
| cache_key | "_message_message" |
| compound | true |
| data | App\Entity\Message {#6294 -sender: null -receiver: App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } -subject: null -body: null -created_at: null -status: null #id: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6483 -form: Symfony\Component\Form\Form {#6360 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6484 …5} |
| full_name | "message" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "message" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_message" |
| valid | true |
| value | App\Entity\Message {#6294 -sender: null -receiver: App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } -subject: null -body: null -created_at: null -status: null #id: null } |
receiver
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } |
| View Format |
"3"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\MessageReceiver" |
same as passed value |
| label | "Destinataire" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#6318 class: "App\Form\MessageType" this: App\Form\MessageType {#6303 …} } |
Doctrine\ORM\QueryBuilder {#6353 -em: Doctrine\ORM\EntityManager {#508 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6352 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "mr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6350 #from: "App\Entity\MessageReceiver" #alias: "mr" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6351 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "mr.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT mr FROM App\Entity\MessageReceiver mr ORDER BY mr.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#6349 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
| trim | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6382 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6347 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6357 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6348 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6373 -om: Doctrine\ORM\EntityManager {#508 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#633 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\MessageReceiver" |
| 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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#508 …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 {#6373 -om: Doctrine\ORM\EntityManager {#508 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#633 …} -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 | "Destinataire" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#6353 -em: Doctrine\ORM\EntityManager {#508 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6352 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "mr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6350 #from: "App\Entity\MessageReceiver" #alias: "mr" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6351 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "mr.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT mr FROM App\Entity\MessageReceiver mr ORDER BY mr.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#6349 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6354 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#6359 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_message_receiver" ] |
| cache_key | "_message_receiver_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6476 +label: "Administration" +value: "1" +data: App\Entity\MessageReceiver {#6462 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6470 +label: "Commandes" +value: "3" +data: App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6468 +label: "Comptabilité" +value: "2" +data: App\Entity\MessageReceiver {#6457 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6472 +label: "Support technique" +value: "4" +data: App\Entity\MessageReceiver {#6371 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\MessageReceiver {#6295 -users: Doctrine\ORM\PersistentCollection {#6304 …} -messages: Doctrine\ORM\PersistentCollection {#6306 …} -name: "Commandes" -email: "julie.peroux@bionops.eu" -slug: "orders" #id: 3 } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6479 -form: Symfony\Component\Form\Form {#6376 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6480 …5} |
| full_name | "message[receiver]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "message_receiver" |
| is_selected | Closure($choice, $value) {#6477 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6320 …} } |
| label | "Destinataire" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "receiver" |
| 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 | "_message_receiver" |
| uses_autocomplete | false |
| valid | true |
| value | "3" |
subject
"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 ] |
[ "maxlength" => 255 ] |
| label | "Sujet" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5908 …} } |
| 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 | "Sujet" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6403 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#6406 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_message_subject" ] |
| cache_key | "_message_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6467 -form: Symfony\Component\Form\Form {#6407 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6478 …5} |
| full_name | "message[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "message_subject" |
| label | "Sujet" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_message_subject" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
body
"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" => "10" ] |
[ "rows" => "10" ] |
| label | "Message" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "rows" => "10" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6372 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5908 …} } |
| 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 | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6385 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#6404 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => "10" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_message_body" ] |
| cache_key | "_message_body_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6466 -form: Symfony\Component\Form\Form {#6412 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6464 …5} |
| full_name | "message[body]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "message_body" |
| label | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "body" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_message_body" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c96c04b5.5w1EipOFmkcUxv0iDGjg7N5RzwHpBGq97gRK7dDXrs8.lDs0wKTIwxBlk7BHeBrZhboHpzmBSCfz3XcYirzh-IuQUij9oe77cC23uA" |
| 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 | "c96c04b5.5w1EipOFmkcUxv0iDGjg7N5RzwHpBGq97gRK7dDXrs8.lDs0wKTIwxBlk7BHeBrZhboHpzmBSCfz3XcYirzh-IuQUij9oe77cC23uA" |
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 {#5939 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5938 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5950 …} -namespace: Closure() {#5956 …} } |
| data | "c96c04b5.5w1EipOFmkcUxv0iDGjg7N5RzwHpBGq97gRK7dDXrs8.lDs0wKTIwxBlk7BHeBrZhboHpzmBSCfz3XcYirzh-IuQUij9oe77cC23uA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6482 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5908 …} } |
| 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() {#6474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5957 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#423 …} $translationDomain: "validators" $message: Closure() {#6469 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_message__token" ] |
| cache_key | "_message__token_hidden" |
| compound | false |
| data | "c96c04b5.5w1EipOFmkcUxv0iDGjg7N5RzwHpBGq97gRK7dDXrs8.lDs0wKTIwxBlk7BHeBrZhboHpzmBSCfz3XcYirzh-IuQUij9oe77cC23uA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6441 -form: Symfony\Component\Form\Form {#6437 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6463 …5} |
| full_name | "message[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "message__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 | "_message__token" |
| valid | true |
| value | "c96c04b5.5w1EipOFmkcUxv0iDGjg7N5RzwHpBGq97gRK7dDXrs8.lDs0wKTIwxBlk7BHeBrZhboHpzmBSCfz3XcYirzh-IuQUij9oe77cC23uA" |