- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 12
- 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
publication_author2_author
"App\Form\PublicationAuthor2AuthorType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\PublicationAuthor {#856 -id: 26419 -firstname: "Juan Carlos" -lastname: "De La Llera" -externalAuthor: null -author: App\Entity\Author {#1327 -id: 211 -researcherId: "JYQ-5334-2024" -daisngId: null -user: Proxies\__CG__\App\Entity\User {#1321 …} -publicationAuthors: Doctrine\ORM\PersistentCollection {#1322 …} } -publication: Proxies\__CG__\App\Entity\Publication {#934 …} -organizations: Doctrine\ORM\PersistentCollection {#924 …} -participation: null -masterStudent: false -phdStudent: false -ucNotIng: false -postdoc: false } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\PublicationAuthor {#856 -id: 26419 -firstname: "Juan Carlos" -lastname: "De La Llera" -externalAuthor: null -author: App\Entity\Author {#1327 -id: 211 -researcherId: "JYQ-5334-2024" -daisngId: null -user: Proxies\__CG__\App\Entity\User {#1321 …} -publicationAuthors: Doctrine\ORM\PersistentCollection {#1322 …} } -publication: Proxies\__CG__\App\Entity\Publication {#934 …} -organizations: Doctrine\ORM\PersistentCollection {#924 …} -participation: null -masterStudent: false -phdStudent: false -ucNotIng: false -postdoc: false } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\PublicationAuthor {#856 -id: 26419 -firstname: "Juan Carlos" -lastname: "De La Llera" -externalAuthor: null -author: App\Entity\Author {#1327 -id: 211 -researcherId: "JYQ-5334-2024" -daisngId: null -user: Proxies\__CG__\App\Entity\User {#1321 …} -publicationAuthors: Doctrine\ORM\PersistentCollection {#1322 …} } -publication: Proxies\__CG__\App\Entity\Publication {#934 …} -organizations: Doctrine\ORM\PersistentCollection {#924 …} -participation: null -masterStudent: false -phdStudent: false -ucNotIng: false -postdoc: false } |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data | App\Entity\PublicationAuthor {#856 -id: 26419 -firstname: "Juan Carlos" -lastname: "De La Llera" -externalAuthor: null -author: App\Entity\Author {#1327 -id: 211 -researcherId: "JYQ-5334-2024" -daisngId: null -user: Proxies\__CG__\App\Entity\User {#1321 …} -publicationAuthors: Doctrine\ORM\PersistentCollection {#1322 …} } -publication: Proxies\__CG__\App\Entity\Publication {#934 …} -organizations: Doctrine\ORM\PersistentCollection {#924 …} -participation: null -masterStudent: false -phdStudent: false -ucNotIng: false -postdoc: false } |
data_class | "App\Entity\PublicationAuthor" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1133 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#991 …} use: { $class: "App\Entity\PublicationAuthor" } } |
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() {#1131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1102 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#994 …} $translationDomain: "validators" $message: Closure() {#1132 …} } } |
validation_groups | null |
externalAuthor
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Proxies\__CG__\App\Entity\ExternalAuthor {#867 +__isInitialized__: true -id: 7633 -firstname: "Juan Carlos" -lastname: "de la Llera" -publicationAuthors: Doctrine\ORM\PersistentCollection {#1157 …} -researcherId: "JEG-2876-2023" -daisngId: "49129708" -gender: null -genderProbability: null …2 } |
View Format |
"7633"
|
Submitted Data
Property | Value |
---|---|
View Format |
"7633"
|
Normalized Format | Proxies\__CG__\App\Entity\ExternalAuthor {#867 +__isInitialized__: true -id: 7633 -firstname: "Juan Carlos" -lastname: "de la Llera" -publicationAuthors: Doctrine\ORM\PersistentCollection {#1157 …} -researcherId: "JEG-2876-2023" -daisngId: "49129708" -gender: null -genderProbability: null …2 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "d-none" ] |
[ "class" => "d-none" ] |
choice_label | "getShowName" |
same as passed value |
class | "App\Entity\ExternalAuthor" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "d-none" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "getShowName" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1211 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1125 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1212 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1118 -om: Container7Xe9pUy\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#262 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#755 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ExternalAuthor" |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
em | Container7Xe9pUy\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#262 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1118 -om: Container7Xe9pUy\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#262 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#755 …} -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 | 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 |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1126 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1102 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#994 …} $translationDomain: "validators" $message: Closure() {#1149 …} } } |
validation_groups | null |
author
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"211"
|
Normalized Format | App\Entity\Author {#1327 -id: 211 -researcherId: "JYQ-5334-2024" -daisngId: null -user: Proxies\__CG__\App\Entity\User {#1321 …} -publicationAuthors: Doctrine\ORM\PersistentCollection {#1322 …} } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
choice_label | "getShowName" |
same as passed value |
class | "App\Entity\Author" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "getShowName" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1186 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1198 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1182 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1181 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1196 -om: Container7Xe9pUy\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#262 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#534 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Author" |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
em | Container7Xe9pUy\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#262 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1196 -om: Container7Xe9pUy\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#262 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#534 …} -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 | 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 |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1200 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1102 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#994 …} $translationDomain: "validators" $message: Closure() {#1199 …} } } |
validation_groups | null |