- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 7
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
ssp_endpoint
"App\Form\Type\SspEndpointType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\SspEndpoint {#374 -id: null -abbr: null -name: null -endpoint: null -protocol: null -adId: null -countries: [] -deviceTypes: [] -scanFrequency: 48 -enabled: true -created: null -updated: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\SspEndpoint {#374 -id: null -abbr: null -name: null -endpoint: null -protocol: null -adId: null -countries: [] -deviceTypes: [] -scanFrequency: 48 -enabled: true -created: null -updated: 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 | [] |
data | App\Entity\SspEndpoint {#374 -id: null -abbr: null -name: null -endpoint: null -protocol: null -adId: null -countries: [] -deviceTypes: [] -scanFrequency: 48 -enabled: true -created: null -updated: null } |
data_class | "App\Entity\SspEndpoint" |
disabled | false |
empty_data | Closure(FormInterface $form) {#517 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#368 …} use: { $class: "App\Entity\SspEndpoint" } } |
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() {#519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#360 …} $translationDomain: "validators" $message: Closure() {#518 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "ssp_endpoint" "_ssp_endpoint" ] |
cache_key | "_ssp_endpoint_ssp_endpoint" |
compound | true |
data | App\Entity\SspEndpoint {#374 -id: null -abbr: null -name: null -endpoint: null -protocol: null -adId: null -countries: [] -deviceTypes: [] -scanFrequency: 48 -enabled: true -created: null -updated: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#576 -form: Symfony\Component\Form\Form {#607 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#588 …5} |
full_name | "ssp_endpoint" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ssp_endpoint" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ssp_endpoint" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ssp_endpoint" |
valid | true |
value | App\Entity\SspEndpoint {#374 -id: null -abbr: null -name: null -endpoint: null -protocol: null -adId: null -countries: [] -deviceTypes: [] -scanFrequency: 48 -enabled: true -created: null -updated: null } |
abbr
"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
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 | false |
constraints | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#529 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#368 …} } |
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() {#531 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#360 …} $translationDomain: "validators" $message: Closure() {#530 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_ssp_endpoint_abbr" ] |
cache_key | "_ssp_endpoint_abbr_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#532 -form: Symfony\Component\Form\Form {#610 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#540 …5} |
full_name | "ssp_endpoint[abbr]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ssp_endpoint_abbr" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "abbr" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ssp_endpoint_abbr" |
valid | true |
value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 | false |
constraints | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#537 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#368 …} } |
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() {#539 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#360 …} $translationDomain: "validators" $message: Closure() {#538 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_ssp_endpoint_name" ] |
cache_key | "_ssp_endpoint_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#631 -form: Symfony\Component\Form\Form {#613 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#633 …5} |
full_name | "ssp_endpoint[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ssp_endpoint_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ssp_endpoint_name" |
valid | true |
value | "" |
endpoint
"Symfony\Component\Form\Extension\Core\Type\UrlType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | false |
constraints | [] |
data_class | null |
default_protocol | "http" |
disabled | false |
empty_data | Closure(FormInterface $form) {#545 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#368 …} } |
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() {#548 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#360 …} $translationDomain: "validators" $message: Closure() {#549 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "url" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "url" "_ssp_endpoint_endpoint" ] |
cache_key | "_ssp_endpoint_endpoint_url" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#634 -form: Symfony\Component\Form\Form {#616 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#635 …5} |
full_name | "ssp_endpoint[endpoint]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ssp_endpoint_endpoint" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "endpoint" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "text" |
unique_block_prefix | "_ssp_endpoint_endpoint" |
valid | true |
value | "" |
protocol
"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
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 | false |
constraints | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#559 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#368 …} } |
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() {#561 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#360 …} $translationDomain: "validators" $message: Closure() {#558 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_ssp_endpoint_protocol" ] |
cache_key | "_ssp_endpoint_protocol_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#636 -form: Symfony\Component\Form\Form {#619 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#660 …5} |
full_name | "ssp_endpoint[protocol]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ssp_endpoint_protocol" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "protocol" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ssp_endpoint_protocol" |
valid | true |
value | "" |
adId
"Symfony\Component\Form\Extension\Core\Type\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | false |
constraints | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#568 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#368 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#575 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#360 …} $translationDomain: "validators" $message: Closure() {#574 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_ssp_endpoint_adId" ] |
cache_key | "_ssp_endpoint_adId_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#662 -form: Symfony\Component\Form\Form {#622 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#663 …5} |
full_name | "ssp_endpoint[adId]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ssp_endpoint_adId" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adId" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ssp_endpoint_adId" |
valid | true |
value | "" |
enabled
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
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 | false |
constraints | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#584 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#581 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#582 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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() {#591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#501 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#360 …} $translationDomain: "validators" $message: Closure() {#589 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_ssp_endpoint_enabled" ] |
cache_key | "_ssp_endpoint_enabled_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#664 -form: Symfony\Component\Form\Form {#625 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#665 …5} |
full_name | "ssp_endpoint[enabled]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ssp_endpoint_enabled" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "enabled" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ssp_endpoint_enabled" |
valid | true |
value | "1" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_ssp_endpoint_save" ] |
cache_key | "_ssp_endpoint_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#667 …5} |
full_name | "ssp_endpoint[save]" |
id | "ssp_endpoint_save" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_ssp_endpoint_save" |
value | null |