- 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_lengkap_pemohon_informasi
-
nomor_ktp_pemohon_informasi
-
foto_ktp_pemohon_informasi
-
alamat_pemohon_informasi
-
nomor_telepon_pemohon_informasi
-
email_pemohon_informasi
-
informasi_yang_dibutuhkan
-
alasan_permintaan
-
nama_lengkap_pengguna_informasi
-
nomor_ktp_pengguna_informasi
-
foto_ktp_pengguna_informasi
-
alamat_pengguna_informasi
-
nomor_telepon_pengguna_informasi
-
email_pengguna_informasi
-
alasan_penggunaan_informasi
-
-
0
-
1
-
2
-
3
-
4
-
-
-
0
-
1
-
-
-
0
-
1
-
2
-
-
-
0
-
-
submit
-
province_twitter_number
-
_token
-
form-permohonan
"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) {#5902 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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() {#5904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5903 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "boltforms" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form-permohonan" ] |
| cache_key | "_form-permohonan_form" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6505 -form: Symfony\Component\Form\Form {#6186 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6253 …5} |
| full_name | "form-permohonan" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "form-permohonan" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan" |
| valid | true |
| value | [] |
nama_lengkap_pemohon_informasi
"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 Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
[ "placeholder" => "Nama Lengkap Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5911 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5912 +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 {#5911 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5912 +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 Lengkap Pemohon Informasi" |
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 Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| 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 } Symfony\Component\Validator\Constraints\Length {#5912 +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) {#5930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 Lengkap Pemohon Informasi" |
| 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 {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5931 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nama Lengkap Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-permohonan_nama_lengkap_pemohon_informasi" ] |
| cache_key | "_form-permohonan_nama_lengkap_pemohon_informasi_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5612 -form: Symfony\Component\Form\Form {#6189 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3356 …5} |
| full_name | "form-permohonan[nama_lengkap_pemohon_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_nama_lengkap_pemohon_informasi" |
| label | "Nama Lengkap Pemohon Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nama_lengkap_pemohon_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_nama_lengkap_pemohon_informasi" |
| valid | true |
| value | "" |
nomor_ktp_pemohon_informasi
"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 KTP Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
[ "placeholder" => "Nomor KTP Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5913 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5914 +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: 16 +min: 16 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5913 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5914 +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: 16 +min: 16 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| label | "Nomor KTP Pemohon Informasi" |
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 KTP Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5913 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5914 +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: 16 +min: 16 +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) {#5939 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 KTP Pemohon Informasi" |
| 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() {#5941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5940 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nomor KTP Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-permohonan_nomor_ktp_pemohon_informasi" ] |
| cache_key | "_form-permohonan_nomor_ktp_pemohon_informasi_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5809 -form: Symfony\Component\Form\Form {#6192 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6466 …5} |
| full_name | "form-permohonan[nomor_ktp_pemohon_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_nomor_ktp_pemohon_informasi" |
| label | "Nomor KTP Pemohon Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nomor_ktp_pemohon_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_nomor_ktp_pemohon_informasi" |
| valid | true |
| value | "" |
foto_ktp_pemohon_informasi
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
[ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [] |
[] |
| label | "Foto KTP Pemohon Informasi" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| 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 | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| 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 | "Foto KTP Pemohon Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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() {#5954 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5955 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_form-permohonan_foto_ktp_pemohon_informasi" ] |
| cache_key | "_form-permohonan_foto_ktp_pemohon_informasi_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6458 -form: Symfony\Component\Form\Form {#6195 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5994 …5} |
| full_name | "form-permohonan[foto_ktp_pemohon_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_foto_ktp_pemohon_informasi" |
| label | "Foto KTP Pemohon Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "foto_ktp_pemohon_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_form-permohonan_foto_ktp_pemohon_informasi" |
| valid | true |
| value | "" |
alamat_pemohon_informasi
"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 Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
[ "placeholder" => "Alamat Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [] |
[] |
| label | "Alamat Pemohon Informasi" |
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 Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| 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) {#5968 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 Pemohon Informasi" |
| 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() {#5970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5969 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Alamat Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form-permohonan_alamat_pemohon_informasi" ] |
| cache_key | "_form-permohonan_alamat_pemohon_informasi_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6650 -form: Symfony\Component\Form\Form {#6198 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6620 …5} |
| full_name | "form-permohonan[alamat_pemohon_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_alamat_pemohon_informasi" |
| label | "Alamat Pemohon Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "alamat_pemohon_informasi" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_alamat_pemohon_informasi" |
| valid | true |
| value | "" |
nomor_telepon_pemohon_informasi
"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 Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pemohon Informasi" ] |
[ "placeholder" => "Nomor Telepon Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5915 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5915 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| label | "Nomor Telepon Pemohon Informasi" |
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 Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5915 +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) {#5977 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 Pemohon Informasi" |
| 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() {#5979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5978 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nomor Telepon Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-permohonan_nomor_telepon_pemohon_informasi" ] |
| cache_key | "_form-permohonan_nomor_telepon_pemohon_informasi_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6616 -form: Symfony\Component\Form\Form {#6201 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6651 …5} |
| full_name | "form-permohonan[nomor_telepon_pemohon_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_nomor_telepon_pemohon_informasi" |
| label | "Nomor Telepon Pemohon Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nomor_telepon_pemohon_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_nomor_telepon_pemohon_informasi" |
| valid | true |
| value | "" |
email_pemohon_informasi
"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" => "Email Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
[ "placeholder" => "Email Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5916 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5917 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5916 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5917 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
| label | "Email Pemohon Informasi" |
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" => "Email Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5916 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5917 +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) {#5991 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 | "Email Pemohon Informasi" |
| 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() {#5993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5990 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Email Pemohon Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form-permohonan_email_pemohon_informasi" ] |
| cache_key | "_form-permohonan_email_pemohon_informasi_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6612 -form: Symfony\Component\Form\Form {#6204 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6657 …5} |
| full_name | "form-permohonan[email_pemohon_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_email_pemohon_informasi" |
| label | "Email Pemohon Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_pemohon_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_email_pemohon_informasi" |
| valid | true |
| value | "" |
informasi_yang_dibutuhkan
"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" => "Informasi Yang Dibutuhkan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
[ "placeholder" => "Informasi Yang Dibutuhkan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [] |
[] |
| label | "Informasi Yang Dibutuhkan" |
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" => "Informasi Yang Dibutuhkan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| 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) {#6000 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 | "Informasi Yang Dibutuhkan" |
| 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() {#6002 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6001 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Informasi Yang Dibutuhkan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form-permohonan_informasi_yang_dibutuhkan" ] |
| cache_key | "_form-permohonan_informasi_yang_dibutuhkan_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6658 -form: Symfony\Component\Form\Form {#6207 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6659 …5} |
| full_name | "form-permohonan[informasi_yang_dibutuhkan]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_informasi_yang_dibutuhkan" |
| label | "Informasi Yang Dibutuhkan" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "informasi_yang_dibutuhkan" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_informasi_yang_dibutuhkan" |
| valid | true |
| value | "" |
alasan_permintaan
"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" => "Alasan Permintaan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
[ "placeholder" => "Alasan Permintaan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| constraints | [] |
[] |
| label | "Alasan Permintaan" |
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" => "Alasan Permintaan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| 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) {#6009 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 | "Alasan Permintaan" |
| 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() {#6011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6010 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Alasan Permintaan" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pemohon Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form-permohonan_alasan_permintaan" ] |
| cache_key | "_form-permohonan_alasan_permintaan_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6660 -form: Symfony\Component\Form\Form {#6210 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6661 …5} |
| full_name | "form-permohonan[alasan_permintaan]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_alasan_permintaan" |
| label | "Alasan Permintaan" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "alasan_permintaan" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_alasan_permintaan" |
| valid | true |
| value | "" |
nama_lengkap_pengguna_informasi
"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 Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
[ "placeholder" => "Nama Lengkap Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5918 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5919 +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 {#5918 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5919 +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 Lengkap Pengguna Informasi" |
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 Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5918 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5919 +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) {#6018 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 Lengkap Pengguna Informasi" |
| 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() {#6020 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6019 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nama Lengkap Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-permohonan_nama_lengkap_pengguna_informasi" ] |
| cache_key | "_form-permohonan_nama_lengkap_pengguna_informasi_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6662 -form: Symfony\Component\Form\Form {#6213 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6663 …5} |
| full_name | "form-permohonan[nama_lengkap_pengguna_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_nama_lengkap_pengguna_informasi" |
| label | "Nama Lengkap Pengguna Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nama_lengkap_pengguna_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_nama_lengkap_pengguna_informasi" |
| valid | true |
| value | "" |
nomor_ktp_pengguna_informasi
"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 KTP Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
[ "placeholder" => "Nomor KTP Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5920 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5921 +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: 16 +min: 16 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5920 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5921 +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: 16 +min: 16 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| label | "Nomor KTP Pengguna Informasi" |
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 KTP Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5920 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5921 +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: 16 +min: 16 +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) {#6027 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 KTP Pengguna Informasi" |
| 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() {#6029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6028 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nomor KTP Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-permohonan_nomor_ktp_pengguna_informasi" ] |
| cache_key | "_form-permohonan_nomor_ktp_pengguna_informasi_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6664 -form: Symfony\Component\Form\Form {#6216 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6665 …5} |
| full_name | "form-permohonan[nomor_ktp_pengguna_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_nomor_ktp_pengguna_informasi" |
| label | "Nomor KTP Pengguna Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nomor_ktp_pengguna_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_nomor_ktp_pengguna_informasi" |
| valid | true |
| value | "" |
foto_ktp_pengguna_informasi
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
[ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| constraints | [] |
[] |
| label | "Foto KTP Pengguna Informasi" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| 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 | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| 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 | "Foto KTP Pengguna Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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() {#6037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6036 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_form-permohonan_foto_ktp_pengguna_informasi" ] |
| cache_key | "_form-permohonan_foto_ktp_pengguna_informasi_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6666 -form: Symfony\Component\Form\Form {#6219 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6667 …5} |
| full_name | "form-permohonan[foto_ktp_pengguna_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_foto_ktp_pengguna_informasi" |
| label | "Foto KTP Pengguna Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "foto_ktp_pengguna_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_form-permohonan_foto_ktp_pengguna_informasi" |
| valid | true |
| value | "" |
alamat_pengguna_informasi
"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 Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
[ "placeholder" => "Alamat Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| constraints | [] |
[] |
| label | "Alamat Pengguna Informasi" |
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 Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| 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) {#6045 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 Pengguna Informasi" |
| 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() {#6047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6046 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Alamat Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form-permohonan_alamat_pengguna_informasi" ] |
| cache_key | "_form-permohonan_alamat_pengguna_informasi_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6668 -form: Symfony\Component\Form\Form {#6222 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6669 …5} |
| full_name | "form-permohonan[alamat_pengguna_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_alamat_pengguna_informasi" |
| label | "Alamat Pengguna Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "alamat_pengguna_informasi" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_alamat_pengguna_informasi" |
| valid | true |
| value | "" |
nomor_telepon_pengguna_informasi
"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 Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pengguna Informasi" ] |
[ "placeholder" => "Nomor Telepon Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pengguna Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5922 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5922 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| label | "Nomor Telepon Pengguna Informasi" |
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 Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5922 +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) {#6054 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 Pengguna Informasi" |
| 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() {#6056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6055 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nomor Telepon Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "pattern" => "[0-9]+" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-permohonan_nomor_telepon_pengguna_informasi" ] |
| cache_key | "_form-permohonan_nomor_telepon_pengguna_informasi_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6670 -form: Symfony\Component\Form\Form {#6225 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6671 …5} |
| full_name | "form-permohonan[nomor_telepon_pengguna_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_nomor_telepon_pengguna_informasi" |
| label | "Nomor Telepon Pengguna Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nomor_telepon_pengguna_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_nomor_telepon_pengguna_informasi" |
| valid | true |
| value | "" |
email_pengguna_informasi
"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" => "Email Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
[ "placeholder" => "Email Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5923 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5924 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5923 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5924 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
| label | "Email Pengguna Informasi" |
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" => "Email Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5923 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5924 +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) {#6063 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 | "Email Pengguna Informasi" |
| 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() {#6065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6064 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Email Pengguna Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form-permohonan_email_pengguna_informasi" ] |
| cache_key | "_form-permohonan_email_pengguna_informasi_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6672 -form: Symfony\Component\Form\Form {#6228 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6673 …5} |
| full_name | "form-permohonan[email_pengguna_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_email_pengguna_informasi" |
| label | "Email Pengguna Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_pengguna_informasi" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_email_pengguna_informasi" |
| valid | true |
| value | "" |
alasan_penggunaan_informasi
"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" => "Alasan Penggunaan Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
[ "placeholder" => "Alasan Penggunaan Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| constraints | [] |
[] |
| label | "Alasan Penggunaan Informasi" |
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" => "Alasan Penggunaan Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| 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) {#6072 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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 | "Alasan Penggunaan Informasi" |
| 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() {#6074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6073 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Alasan Penggunaan Informasi" "class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form-permohonan_alasan_penggunaan_informasi" ] |
| cache_key | "_form-permohonan_alasan_penggunaan_informasi_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6674 -form: Symfony\Component\Form\Form {#6231 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6675 …5} |
| full_name | "form-permohonan[alasan_penggunaan_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_alasan_penggunaan_informasi" |
| label | "Alasan Penggunaan Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "alasan_penggunaan_informasi" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_alasan_penggunaan_informasi" |
| valid | true |
| value | "" |
cara_memperoleh_informasi
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
[ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| choices | [ "Langsung" => "langsung" "Website" => "website" "E-Mail" => "email" "Fax" => "fax" "Via Pos" => "via_pos" ] |
[ "Langsung" => "langsung" "Website" => "website" "E-Mail" => "email" "Fax" => "fax" "Via Pos" => "via_pos" ] |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| label | "Cara Memperoleh Informasi" |
same as passed value |
| multiple | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| 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 | [ "Langsung" => "langsung" "Website" => "website" "E-Mail" => "email" "Fax" => "fax" "Via Pos" => "via_pos" ] |
| 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_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Cara Memperoleh Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6093 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form-permohonan_cara_memperoleh_informasi" ] |
| cache_key | "_form-permohonan_cara_memperoleh_informasi_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6103 +label: "Langsung" +value: "langsung" +data: "langsung" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6104 +label: "Website" +value: "website" +data: "website" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6105 +label: "E-Mail" +value: "email" +data: "email" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6106 +label: "Fax" +value: "fax" +data: "fax" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6107 +label: "Via Pos" +value: "via_pos" +data: "via_pos" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6676 -form: Symfony\Component\Form\Form {#6286 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6677 …5} |
| full_name | "form-permohonan[cara_memperoleh_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_memperoleh_informasi" |
| is_selected | Closure($choice, array $values) {#6678 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6080 …} } |
| label | "Cara Memperoleh Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "cara_memperoleh_informasi" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_memperoleh_informasi" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Langsung" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "langsung" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Langsung" |
| 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() {#6244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6242 …} } } |
| validation_groups | null |
| value | "langsung" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_memperoleh_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_memperoleh_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6682 -form: Symfony\Component\Form\Form {#6289 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6681 …5} |
| full_name | "form-permohonan[cara_memperoleh_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_memperoleh_informasi_0" |
| label | "Langsung" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_memperoleh_informasi_entry" |
| valid | true |
| value | "langsung" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Website" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "website" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Website" |
| 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() {#6252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6251 …} } } |
| validation_groups | null |
| value | "website" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_memperoleh_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_memperoleh_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6683 -form: Symfony\Component\Form\Form {#6292 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6684 …5} |
| full_name | "form-permohonan[cara_memperoleh_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_memperoleh_informasi_1" |
| label | "Website" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_memperoleh_informasi_entry" |
| valid | true |
| value | "website" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "E-Mail" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "email" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6260 …} } } |
| validation_groups | null |
| value | "email" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_memperoleh_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_memperoleh_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6685 -form: Symfony\Component\Form\Form {#6295 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6686 …5} |
| full_name | "form-permohonan[cara_memperoleh_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_memperoleh_informasi_2" |
| label | "E-Mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_memperoleh_informasi_entry" |
| valid | true |
| value | "email" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Fax" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "fax" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Fax" |
| 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() {#6270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6269 …} } } |
| validation_groups | null |
| value | "fax" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_memperoleh_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_memperoleh_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6687 -form: Symfony\Component\Form\Form {#6298 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6688 …5} |
| full_name | "form-permohonan[cara_memperoleh_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_memperoleh_informasi_3" |
| label | "Fax" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_memperoleh_informasi_entry" |
| valid | true |
| value | "fax" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Via Pos" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "via_pos" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Via Pos" |
| 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() {#6279 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6278 …} } } |
| validation_groups | null |
| value | "via_pos" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_memperoleh_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_memperoleh_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6689 -form: Symfony\Component\Form\Form {#6301 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6690 …5} |
| full_name | "form-permohonan[cara_memperoleh_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_memperoleh_informasi_4" |
| label | "Via Pos" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_memperoleh_informasi_entry" |
| valid | true |
| value | "via_pos" |
format_bahan_informasi
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
[ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| choices | [ "Tercetak" => "tercetak" "Terekam" => "terekam" ] |
[ "Tercetak" => "tercetak" "Terekam" => "terekam" ] |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| label | "Format Bahan Informasi" |
same as passed value |
| multiple | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| 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 | [ "Tercetak" => "tercetak" "Terekam" => "terekam" ] |
| 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_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Format Bahan Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6116 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6115 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form-permohonan_format_bahan_informasi" ] |
| cache_key | "_form-permohonan_format_bahan_informasi_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6124 +label: "Tercetak" +value: "tercetak" +data: "tercetak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6125 +label: "Terekam" +value: "terekam" +data: "terekam" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6680 -form: Symfony\Component\Form\Form {#6322 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6679 …5} |
| full_name | "form-permohonan[format_bahan_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_format_bahan_informasi" |
| is_selected | Closure($choice, array $values) {#6692 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6080 …} } |
| label | "Format Bahan Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "format_bahan_informasi" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_format_bahan_informasi" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Tercetak" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "tercetak" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Tercetak" |
| 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() {#6306 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6305 …} } } |
| validation_groups | null |
| value | "tercetak" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_format_bahan_informasi_entry" ] |
| cache_key | "_form-permohonan_format_bahan_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6695 -form: Symfony\Component\Form\Form {#6325 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6694 …5} |
| full_name | "form-permohonan[format_bahan_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_format_bahan_informasi_0" |
| label | "Tercetak" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_format_bahan_informasi_entry" |
| valid | true |
| value | "tercetak" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Terekam" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "terekam" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Terekam" |
| 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() {#6315 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6314 …} } } |
| validation_groups | null |
| value | "terekam" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_format_bahan_informasi_entry" ] |
| cache_key | "_form-permohonan_format_bahan_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6696 -form: Symfony\Component\Form\Form {#6328 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6697 …5} |
| full_name | "form-permohonan[format_bahan_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_format_bahan_informasi_1" |
| label | "Terekam" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_format_bahan_informasi_entry" |
| valid | true |
| value | "terekam" |
cara_mengirim_bahan_informasi
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
[ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| choices | [ "Langsung" => "langsung" "Via Pos" => "via_pos" "E-Mail" => "email" ] |
[ "Langsung" => "langsung" "Via Pos" => "via_pos" "E-Mail" => "email" ] |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| label | "Cara Mengirim Bahan Informasi" |
same as passed value |
| multiple | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| 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 | [ "Langsung" => "langsung" "Via Pos" => "via_pos" "E-Mail" => "email" ] |
| 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_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Cara Mengirim Bahan Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6133 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form-permohonan_cara_mengirim_bahan_informasi" ] |
| cache_key | "_form-permohonan_cara_mengirim_bahan_informasi_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6142 +label: "Langsung" +value: "langsung" +data: "langsung" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6143 +label: "Via Pos" +value: "via_pos" +data: "via_pos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6144 +label: "E-Mail" +value: "email" +data: "email" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6693 -form: Symfony\Component\Form\Form {#6358 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6691 …5} |
| full_name | "form-permohonan[cara_mengirim_bahan_informasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_mengirim_bahan_informasi" |
| is_selected | Closure($choice, array $values) {#6699 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6080 …} } |
| label | "Cara Mengirim Bahan Informasi" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "cara_mengirim_bahan_informasi" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_mengirim_bahan_informasi" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Langsung" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "langsung" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Langsung" |
| 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() {#6333 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6332 …} } } |
| validation_groups | null |
| value | "langsung" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_mengirim_bahan_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_mengirim_bahan_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6702 -form: Symfony\Component\Form\Form {#6361 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6701 …5} |
| full_name | "form-permohonan[cara_mengirim_bahan_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_mengirim_bahan_informasi_0" |
| label | "Langsung" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_mengirim_bahan_informasi_entry" |
| valid | true |
| value | "langsung" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Via Pos" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "via_pos" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Via Pos" |
| 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() {#6342 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6341 …} } } |
| validation_groups | null |
| value | "via_pos" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_mengirim_bahan_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_mengirim_bahan_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6703 -form: Symfony\Component\Form\Form {#6364 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6704 …5} |
| full_name | "form-permohonan[cara_mengirim_bahan_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_mengirim_bahan_informasi_1" |
| label | "Via Pos" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_mengirim_bahan_informasi_entry" |
| valid | true |
| value | "via_pos" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "E-Mail" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "email" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6350 …} } } |
| validation_groups | null |
| value | "email" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form-permohonan_cara_mengirim_bahan_informasi_entry" ] |
| cache_key | "_form-permohonan_cara_mengirim_bahan_informasi_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6705 -form: Symfony\Component\Form\Form {#6367 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6706 …5} |
| full_name | "form-permohonan[cara_mengirim_bahan_informasi][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_cara_mengirim_bahan_informasi_2" |
| label | "E-Mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_cara_mengirim_bahan_informasi_entry" |
| valid | true |
| value | "email" |
konfirmasi
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
[ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| choices | [ "Setuju" => "setuju" ] |
[ "Setuju" => "setuju" ] |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| label | "Data dan informasi yang kami peroleh, kami gunakan sesuai dengan ketentuan perundang-undangan yang berlaku." |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| 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 | [ "Setuju" => "setuju" ] |
| 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_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Data dan informasi yang kami peroleh, kami gunakan sesuai dengan ketentuan perundang-undangan yang berlaku." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6153 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6152 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-checkbox" => "" "data-group" => "Data Pengguna Informasi" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form-permohonan_konfirmasi" ] |
| cache_key | "_form-permohonan_konfirmasi_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6161 +label: "Setuju" +value: "setuju" +data: "setuju" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6700 -form: Symfony\Component\Form\Form {#6384 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6698 …5} |
| full_name | "form-permohonan[konfirmasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_konfirmasi" |
| is_selected | Closure($choice, $value) {#6708 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6080 …} } |
| label | "Data dan informasi yang kami peroleh, kami gunakan sesuai dengan ketentuan perundang-undangan yang berlaku." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "konfirmasi" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_konfirmasi" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Setuju" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "setuju" |
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 | "entry" |
| 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, $viewData) {#6238 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6234 …} } |
| 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 {#6240 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Setuju" |
| 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() {#6375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6376 …} } } |
| validation_groups | null |
| value | "setuju" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_form-permohonan_konfirmasi_entry" ] |
| cache_key | "_form-permohonan_konfirmasi_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6711 -form: Symfony\Component\Form\Form {#6387 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6710 …5} |
| full_name | "form-permohonan[konfirmasi]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_konfirmasi_0" |
| label | "Setuju" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form-permohonan_konfirmasi_entry" |
| valid | true |
| value | "setuju" |
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-permohonan_submit" ] |
| cache_key | "_form-permohonan_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#6707 …5} |
| full_name | "form-permohonan[submit]" |
| id | "form-permohonan_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-permohonan_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) {#6178 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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() {#6180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6179 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "tabindex" => "-1" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form-permohonan_province_twitter_number" ] |
| cache_key | "_form-permohonan_province_twitter_number_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6713 -form: Symfony\Component\Form\Form {#6392 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6709 …5} |
| full_name | "form-permohonan[province_twitter_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan_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-permohonan_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 | "a553e9b3fbc3eddda9079bc0d862.2--8gJkm0Dvar0gHBaE31Ug5KbxRj_m3Etk1LCrtcR4.jJ6I4vVXuFSx7H9yaNFY-AABe48iwqrTY4gFT1uFGVCjiMrU0VSYXLznIw" |
| 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 | "a553e9b3fbc3eddda9079bc0d862.2--8gJkm0Dvar0gHBaE31Ug5KbxRj_m3Etk1LCrtcR4.jJ6I4vVXuFSx7H9yaNFY-AABe48iwqrTY4gFT1uFGVCjiMrU0VSYXLznIw" |
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 | "a553e9b3fbc3eddda9079bc0d862.2--8gJkm0Dvar0gHBaE31Ug5KbxRj_m3Etk1LCrtcR4.jJ6I4vVXuFSx7H9yaNFY-AABe48iwqrTY4gFT1uFGVCjiMrU0VSYXLznIw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6717 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5880 …} } |
| 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() {#6719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5888 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6716 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form-permohonan__token" ] |
| cache_key | "_form-permohonan__token_hidden" |
| compound | false |
| data | "a553e9b3fbc3eddda9079bc0d862.2--8gJkm0Dvar0gHBaE31Ug5KbxRj_m3Etk1LCrtcR4.jJ6I4vVXuFSx7H9yaNFY-AABe48iwqrTY4gFT1uFGVCjiMrU0VSYXLznIw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6729 -form: Symfony\Component\Form\Form {#6725 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6720 …5} |
| full_name | "form-permohonan[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form-permohonan__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-permohonan__token" |
| valid | true |
| value | "a553e9b3fbc3eddda9079bc0d862.2--8gJkm0Dvar0gHBaE31Ug5KbxRj_m3Etk1LCrtcR4.jJ6I4vVXuFSx7H9yaNFY-AABe48iwqrTY4gFT1uFGVCjiMrU0VSYXLznIw" |