Forms
-
content_source
-
baseUrl
-
imageSelector
-
chapterUrlFormat
-
nextPageSelector
-
ChapterSelector
-
scrapingType
-
_token
-
content_source
Form type:
"App\Form\ContentSourceType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ContentSource {#1007 -id: 8 -baseUrl: "https://www.lelmanga.com" -imageSelector: "#readerarea img" -NextPageSelector: null -chapterUrlFormat: "https://www.lelmanga.com/{slug}-{chapterNumber}" -scrapingType: "html" -ChapterSelector: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ContentSource {#1007 -id: 8 -baseUrl: "https://www.lelmanga.com" -imageSelector: "#readerarea img" -NextPageSelector: null -chapterUrlFormat: "https://www.lelmanga.com/{slug}-{chapterNumber}" -scrapingType: "html" -ChapterSelector: 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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data | App\Entity\ContentSource {#1007 -id: 8 -baseUrl: "https://www.lelmanga.com" -imageSelector: "#readerarea img" -NextPageSelector: null -chapterUrlFormat: "https://www.lelmanga.com/{slug}-{chapterNumber}" -scrapingType: "html" -ChapterSelector: null } |
| data_class | "App\Entity\ContentSource" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1171 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ContentSource" } } |
| 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 | [] |
| 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() {#1172 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1170 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "content_source" "_content_source" ] |
| cache_key | "_content_source_content_source" |
| compound | true |
| data | App\Entity\ContentSource {#1007 -id: 8 -baseUrl: "https://www.lelmanga.com" -imageSelector: "#readerarea img" -NextPageSelector: null -chapterUrlFormat: "https://www.lelmanga.com/{slug}-{chapterNumber}" -scrapingType: "html" -ChapterSelector: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1241 -form: Symfony\Component\Form\Form {#1249 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1173 …5} |
| full_name | "content_source" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "content_source" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_content_source" |
| valid | true |
| value | App\Entity\ContentSource {#1007 -id: 8 -baseUrl: "https://www.lelmanga.com" -imageSelector: "#readerarea img" -NextPageSelector: null -chapterUrlFormat: "https://www.lelmanga.com/{slug}-{chapterNumber}" -scrapingType: "html" -ChapterSelector: null } |
baseUrl
Form type:
"Symfony\Component\Form\Extension\Core\Type\UrlType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "https://www.lelmanga.com" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Base URL" |
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 | 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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data_class | null |
| default_protocol | "http" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1187 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid URL." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Base URL" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1188 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1186 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "inputmode" => "url" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "url" "_content_source_baseUrl" ] |
| cache_key | "_content_source_baseUrl_url" |
| compound | false |
| data | "https://www.lelmanga.com" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1198 -form: Symfony\Component\Form\Form {#1252 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1206 …5} |
| full_name | "content_source[baseUrl]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source_baseUrl" |
| label | "Base URL" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "baseUrl" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "text" |
| unique_block_prefix | "_content_source_baseUrl" |
| valid | true |
| value | "https://www.lelmanga.com" |
imageSelector
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "#readerarea img" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Image Selector" |
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 | 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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1196 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Image Selector" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1197 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1195 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_content_source_imageSelector" ] |
| cache_key | "_content_source_imageSelector_text" |
| compound | false |
| data | "#readerarea img" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1189 -form: Symfony\Component\Form\Form {#1255 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1271 …5} |
| full_name | "content_source[imageSelector]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source_imageSelector" |
| label | "Image Selector" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "imageSelector" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_content_source_imageSelector" |
| valid | true |
| value | "#readerarea img" |
chapterUrlFormat
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "https://www.lelmanga.com/{slug}-{chapterNumber}" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Chapter URL Format ({slug}, {chapterNumber})" |
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 | 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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1204 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Chapter URL Format ({slug}, {chapterNumber})" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1205 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1203 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_content_source_chapterUrlFormat" ] |
| cache_key | "_content_source_chapterUrlFormat_text" |
| compound | false |
| data | "https://www.lelmanga.com/{slug}-{chapterNumber}" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1273 -form: Symfony\Component\Form\Form {#1258 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1274 …5} |
| full_name | "content_source[chapterUrlFormat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source_chapterUrlFormat" |
| label | "Chapter URL Format ({slug}, {chapterNumber})" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "chapterUrlFormat" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_content_source_chapterUrlFormat" |
| valid | true |
| value | "https://www.lelmanga.com/{slug}-{chapterNumber}" |
nextPageSelector
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
|---|---|---|
| label | "Next Page Selector (let empty if vertical reader)" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1212 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Next Page Selector (let empty if vertical reader)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1213 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1211 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_content_source_nextPageSelector" ] |
| cache_key | "_content_source_nextPageSelector_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1275 -form: Symfony\Component\Form\Form {#1261 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1276 …5} |
| full_name | "content_source[nextPageSelector]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source_nextPageSelector" |
| label | "Next Page Selector (let empty if vertical reader)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nextPageSelector" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_content_source_nextPageSelector" |
| valid | true |
| value | "" |
ChapterSelector
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
|---|---|---|
| label | "Chapter Selector (required for Javascript scraping)" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1220 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Chapter Selector (required for Javascript scraping)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1221 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1219 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_content_source_ChapterSelector" ] |
| cache_key | "_content_source_ChapterSelector_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1300 -form: Symfony\Component\Form\Form {#1264 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1302 …5} |
| full_name | "content_source[ChapterSelector]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source_ChapterSelector" |
| label | "Chapter Selector (required for Javascript scraping)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ChapterSelector" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_content_source_ChapterSelector" |
| valid | true |
| value | "" |
scrapingType
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "html" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "HTML" => "html" "JavaScript" => "javascript" ] |
[ "HTML" => "html" "JavaScript" => "javascript" ] |
| label | "Scraping Type" |
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 |
| 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 | [ "HTML" => "html" "JavaScript" => "javascript" ] |
| 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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Scraping Type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| 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() {#1239 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1240 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_content_source_scrapingType" ] |
| cache_key | "_content_source_scrapingType_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +label: "HTML" +value: "html" +data: "html" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "JavaScript" +value: "javascript" +data: "javascript" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "html" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1303 -form: Symfony\Component\Form\Form {#1267 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1304 …5} |
| full_name | "content_source[scrapingType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source_scrapingType" |
| is_selected | Closure($choice, $value) {#1308 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Scraping Type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "scrapingType" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_content_source_scrapingType" |
| valid | true |
| value | "html" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3732cbf5fb00139da6913110a4.OTzKwzWnuJJ5XlsgqQt3lEkPv1Rd952uQ4WT4ZNzoVI.e0mz-nbF78czBGNq4WYAxBphxS4nme75ce_HiskD6xdwTaOHUujSw0wBaw" |
| 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 | "3732cbf5fb00139da6913110a4.OTzKwzWnuJJ5XlsgqQt3lEkPv1Rd952uQ4WT4ZNzoVI.e0mz-nbF78czBGNq4WYAxBphxS4nme75ce_HiskD6xdwTaOHUujSw0wBaw" |
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 {#1147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1148 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1149 …} -namespace: Closure() {#1151 …} } |
| data | "3732cbf5fb00139da6913110a4.OTzKwzWnuJJ5XlsgqQt3lEkPv1Rd952uQ4WT4ZNzoVI.e0mz-nbF78czBGNq4WYAxBphxS4nme75ce_HiskD6xdwTaOHUujSw0wBaw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1325 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1326 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1324 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_content_source__token" ] |
| cache_key | "_content_source__token_hidden" |
| compound | false |
| data | "3732cbf5fb00139da6913110a4.OTzKwzWnuJJ5XlsgqQt3lEkPv1Rd952uQ4WT4ZNzoVI.e0mz-nbF78czBGNq4WYAxBphxS4nme75ce_HiskD6xdwTaOHUujSw0wBaw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1336 -form: Symfony\Component\Form\Form {#1332 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1327 …5} |
| full_name | "content_source[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "content_source__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_content_source__token" |
| valid | true |
| value | "3732cbf5fb00139da6913110a4.OTzKwzWnuJJ5XlsgqQt3lEkPv1Rd952uQ4WT4ZNzoVI.e0mz-nbF78czBGNq4WYAxBphxS4nme75ce_HiskD6xdwTaOHUujSw0wBaw" |