- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 48
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- HTTP Client
- 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
-
-
nama
-
alamat
-
email
-
nomor_telepon
-
saran_atau_kritik
-
submit
-
province_twitter_number
-
_token
-
form-pengaduan
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "boltforms" ] |
[ "class" => "boltforms" ] |
| data | [] |
[] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "boltforms" ] |
| 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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5898 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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() {#5900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5899 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "boltforms" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form-pengaduan" ] |
| cache_key | "_form-pengaduan_form" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6179 -form: Symfony\Component\Form\Form {#5990 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6041 …5} |
| full_name | "form-pengaduan" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form-pengaduan" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-pengaduan" |
| valid | true |
| value | [] |
nama
"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 | [ "placeholder" => "Nama Lengkap" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
[ "placeholder" => "Nama Lengkap" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5907 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5908 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 128 +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5907 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5908 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 128 +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| label | "Nama" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nama Lengkap" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5907 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5908 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 128 +min: 3 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5917 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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 | "Nama" |
| 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() {#5919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5918 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nama Lengkap" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-pengaduan_nama" ] |
| cache_key | "_form-pengaduan_nama_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6159 -form: Symfony\Component\Form\Form {#5993 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6164 …5} |
| full_name | "form-pengaduan[nama]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan_nama" |
| label | "Nama" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nama" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-pengaduan_nama" |
| valid | true |
| value | "" |
alamat
"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 | [ "placeholder" => "Alamat" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
[ "placeholder" => "Alamat" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
| constraints | [] |
[] |
| label | "Alamat" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Alamat" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
| 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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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 | "Alamat" |
| 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() {#5932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5931 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Alamat" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form-pengaduan_alamat" ] |
| cache_key | "_form-pengaduan_alamat_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6153 -form: Symfony\Component\Form\Form {#5996 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6213 …5} |
| full_name | "form-pengaduan[alamat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan_alamat" |
| label | "Alamat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "alamat" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-pengaduan_alamat" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Alamat E-Mail" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
[ "placeholder" => "Alamat E-Mail" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5909 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5910 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5909 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5910 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
| label | "Alamat E-Mail" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Alamat E-Mail" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5909 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5910 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: 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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5944 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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 | "Alamat E-Mail" |
| 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() {#5946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5943 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Alamat E-Mail" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form-pengaduan_email" ] |
| cache_key | "_form-pengaduan_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6084 -form: Symfony\Component\Form\Form {#5999 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6063 …5} |
| full_name | "form-pengaduan[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan_email" |
| label | "Alamat E-Mail" |
| 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 | "_form-pengaduan_email" |
| valid | true |
| value | "" |
nomor_telepon
"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 | [ "placeholder" => "Nomor Telepon" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" ] |
[ "placeholder" => "Nomor Telepon" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5911 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5911 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| label | "Nomor Telepon" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nomor Telepon" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5911 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5953 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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 | "Nomor Telepon" |
| 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() {#5955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5954 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nomor Telepon" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-pengaduan_nomor_telepon" ] |
| cache_key | "_form-pengaduan_nomor_telepon_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6062 -form: Symfony\Component\Form\Form {#6002 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6061 …5} |
| full_name | "form-pengaduan[nomor_telepon]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan_nomor_telepon" |
| label | "Nomor Telepon" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nomor_telepon" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-pengaduan_nomor_telepon" |
| valid | true |
| value | "" |
saran_atau_kritik
"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 | [ "placeholder" => "Saran/Kritik" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
[ "placeholder" => "Saran/Kritik" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
| constraints | [] |
[] |
| label | "Saran/Kritik" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Saran/Kritik" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
| 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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5962 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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 | "Saran/Kritik" |
| 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() {#5964 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5963 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Saran/Kritik" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form-pengaduan_saran_atau_kritik" ] |
| cache_key | "_form-pengaduan_saran_atau_kritik_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6052 -form: Symfony\Component\Form\Form {#6005 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6247 …5} |
| full_name | "form-pengaduan[saran_atau_kritik]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan_saran_atau_kritik" |
| label | "Saran/Kritik" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "saran_atau_kritik" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-pengaduan_saran_atau_kritik" |
| valid | true |
| value | "" |
submit
"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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "w-full flex flex-row items-center justify-center transition-all bg-curious-blue-950 text-white py-2 px-4 rounded-md mb-4" ] |
[ "class" => "w-full flex flex-row items-center justify-center transition-all bg-curious-blue-950 text-white py-2 px-4 rounded-md mb-4" ] |
| label | "Kirim" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "w-full flex flex-row items-center justify-center transition-all bg-curious-blue-950 text-white py-2 px-4 rounded-md mb-4" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Kirim" |
| 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 | [ "class" => "w-full flex flex-row items-center justify-center transition-all bg-curious-blue-950 text-white py-2 px-4 rounded-md mb-4" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form-pengaduan_submit" ] |
| cache_key | "_form-pengaduan_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#6190 …5} |
| full_name | "form-pengaduan[submit]" |
| id | "form-pengaduan_submit" |
| label | "Kirim" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form-pengaduan_submit" |
| value | null |
province_twitter_number
"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 | [ "tabindex" => "-1" "autocomplete" => "off" ] |
[ "tabindex" => "-1" "autocomplete" => "off" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "tabindex" => "-1" "autocomplete" => "off" ] |
| 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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5982 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5984 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5983 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "tabindex" => "-1" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-pengaduan_province_twitter_number" ] |
| cache_key | "_form-pengaduan_province_twitter_number_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6197 -form: Symfony\Component\Form\Form {#6010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6246 …5} |
| full_name | "form-pengaduan[province_twitter_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan_province_twitter_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "province_twitter_number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-pengaduan_province_twitter_number" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a9e039ebcd.qS4OFSQye9cAfEEv-1ZddGEZvHuluKOnzrrs1KLK3m0.4HpnYlF3MaJLGytDtBUnQSMq6x_mi9f0uo-ApMyv7Cv6XGh5Y20UkUY2cQ" |
| 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 | "a9e039ebcd.qS4OFSQye9cAfEEv-1ZddGEZvHuluKOnzrrs1KLK3m0.4HpnYlF3MaJLGytDtBUnQSMq6x_mi9f0uo-ApMyv7Cv6XGh5Y20UkUY2cQ" |
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 {#996 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1032 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1033 …} -namespace: Closure() {#1035 …} } |
| data | "a9e039ebcd.qS4OFSQye9cAfEEv-1ZddGEZvHuluKOnzrrs1KLK3m0.4HpnYlF3MaJLGytDtBUnQSMq6x_mi9f0uo-ApMyv7Cv6XGh5Y20UkUY2cQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6253 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5876 …} } |
| 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() {#6255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5884 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6252 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form-pengaduan__token" ] |
| cache_key | "_form-pengaduan__token_hidden" |
| compound | false |
| data | "a9e039ebcd.qS4OFSQye9cAfEEv-1ZddGEZvHuluKOnzrrs1KLK3m0.4HpnYlF3MaJLGytDtBUnQSMq6x_mi9f0uo-ApMyv7Cv6XGh5Y20UkUY2cQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6265 -form: Symfony\Component\Form\Form {#6261 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6256 …5} |
| full_name | "form-pengaduan[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-pengaduan__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 | "_form-pengaduan__token" |
| valid | true |
| value | "a9e039ebcd.qS4OFSQye9cAfEEv-1ZddGEZvHuluKOnzrrs1KLK3m0.4HpnYlF3MaJLGytDtBUnQSMq6x_mi9f0uo-ApMyv7Cv6XGh5Y20UkUY2cQ" |