- 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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5781 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5782 …} } } |
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 {#6384 -form: Symfony\Component\Form\Form {#6065 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6132 …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 {#5790 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5791 +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 {#5790 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5791 +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 {#5790 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5791 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5810 …} } } |
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 {#5491 -form: Symfony\Component\Form\Form {#6068 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3235 …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 {#5792 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5793 +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 {#5792 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5793 +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 {#5792 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5793 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5819 …} } } |
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 {#5688 -form: Symfony\Component\Form\Form {#6071 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6345 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
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() {#5833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5834 …} } } |
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 {#6337 -form: Symfony\Component\Form\Form {#6074 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5873 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5848 …} } } |
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 {#6529 -form: Symfony\Component\Form\Form {#6077 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6499 …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 {#5794 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5794 +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 {#5794 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5857 …} } } |
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 {#6495 -form: Symfony\Component\Form\Form {#6080 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6530 …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 {#5795 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5796 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5795 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5796 +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 {#5795 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5796 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5870 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5872 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5869 …} } } |
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 {#6491 -form: Symfony\Component\Form\Form {#6083 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6536 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5879 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5880 …} } } |
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 {#6537 -form: Symfony\Component\Form\Form {#6086 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6538 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5888 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5889 …} } } |
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 {#6539 -form: Symfony\Component\Form\Form {#6089 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6540 …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 {#5797 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5798 +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 {#5797 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5798 +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 {#5797 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5798 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5897 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5898 …} } } |
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 {#6541 -form: Symfony\Component\Form\Form {#6092 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6542 …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 {#5799 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5800 +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 {#5799 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5800 +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 {#5799 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5800 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5906 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5907 …} } } |
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 {#6543 -form: Symfony\Component\Form\Form {#6095 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6544 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
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() {#5916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5915 …} } } |
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 {#6545 -form: Symfony\Component\Form\Form {#6098 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6546 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5924 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5925 …} } } |
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 {#6547 -form: Symfony\Component\Form\Form {#6101 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6548 …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 {#5801 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5801 +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 {#5801 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5933 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5934 …} } } |
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 {#6549 -form: Symfony\Component\Form\Form {#6104 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6550 …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 {#5802 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5803 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5802 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5803 +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 {#5802 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5803 +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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5942 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5943 …} } } |
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 {#6551 -form: Symfony\Component\Form\Form {#6107 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6552 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5951 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#5953 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5952 …} } } |
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 {#6553 -form: Symfony\Component\Form\Form {#6110 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6554 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
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() {#5973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5972 …} } } |
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 {#5982 +label: "Langsung" +value: "langsung" +data: "langsung" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5983 +label: "Website" +value: "website" +data: "website" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5984 +label: "E-Mail" +value: "email" +data: "email" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5985 +label: "Fax" +value: "fax" +data: "fax" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5986 +label: "Via Pos" +value: "via_pos" +data: "via_pos" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6555 -form: Symfony\Component\Form\Form {#6165 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6556 …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) {#6557 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5959 …} } |
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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6121 …} } } |
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 {#6561 -form: Symfony\Component\Form\Form {#6168 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6560 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6130 …} } } |
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 {#6562 -form: Symfony\Component\Form\Form {#6171 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6563 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6139 …} } } |
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 {#6564 -form: Symfony\Component\Form\Form {#6174 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6565 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6149 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6148 …} } } |
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 {#6566 -form: Symfony\Component\Form\Form {#6177 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6567 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6157 …} } } |
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 {#6568 -form: Symfony\Component\Form\Form {#6180 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6569 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
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() {#5995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5994 …} } } |
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 {#6003 +label: "Tercetak" +value: "tercetak" +data: "tercetak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6004 +label: "Terekam" +value: "terekam" +data: "terekam" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6559 -form: Symfony\Component\Form\Form {#6201 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6558 …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) {#6571 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5959 …} } |
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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6185 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6184 …} } } |
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 {#6574 -form: Symfony\Component\Form\Form {#6204 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6573 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6193 …} } } |
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 {#6575 -form: Symfony\Component\Form\Form {#6207 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6576 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
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() {#6013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6012 …} } } |
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 {#6021 +label: "Langsung" +value: "langsung" +data: "langsung" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6022 +label: "Via Pos" +value: "via_pos" +data: "via_pos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6023 +label: "E-Mail" +value: "email" +data: "email" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6572 -form: Symfony\Component\Form\Form {#6237 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6570 …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) {#6578 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5959 …} } |
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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6212 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6211 …} } } |
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 {#6581 -form: Symfony\Component\Form\Form {#6240 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6580 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6221 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6220 …} } } |
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 {#6582 -form: Symfony\Component\Form\Form {#6243 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6583 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6230 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6229 …} } } |
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 {#6584 -form: Symfony\Component\Form\Form {#6246 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6585 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
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() {#6032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6031 …} } } |
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 {#6040 +label: "Setuju" +value: "setuju" +data: "setuju" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6579 -form: Symfony\Component\Form\Form {#6263 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6577 …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) {#6587 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5959 …} } |
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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#6117 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6113 …} } |
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 {#6119 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() {#6254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6255 …} } } |
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 {#6590 -form: Symfony\Component\Form\Form {#6266 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6589 …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 {#6586 …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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6057 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#6059 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6058 …} } } |
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 {#6592 -form: Symfony\Component\Form\Form {#6271 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6588 …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 | "7a8af1f16bf922.beiT7d0H-nJm7P0H3jbzp2sDLShU_Ql7FbfPWw8LwOw.VLzQj5RynDQqoc9YllipzQZzG2Ehi0xNXIaQAVs5tbRa28W87HPJJw6kzQ" |
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 | "7a8af1f16bf922.beiT7d0H-nJm7P0H3jbzp2sDLShU_Ql7FbfPWw8LwOw.VLzQj5RynDQqoc9YllipzQZzG2Ehi0xNXIaQAVs5tbRa28W87HPJJw6kzQ" |
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 {#999 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036 …} -namespace: Closure() {#1038 …} } |
data | "7a8af1f16bf922.beiT7d0H-nJm7P0H3jbzp2sDLShU_Ql7FbfPWw8LwOw.VLzQj5RynDQqoc9YllipzQZzG2Ehi0xNXIaQAVs5tbRa28W87HPJJw6kzQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6596 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5759 …} } |
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() {#6598 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6595 …} } } |
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 | "7a8af1f16bf922.beiT7d0H-nJm7P0H3jbzp2sDLShU_Ql7FbfPWw8LwOw.VLzQj5RynDQqoc9YllipzQZzG2Ehi0xNXIaQAVs5tbRa28W87HPJJw6kzQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6608 -form: Symfony\Component\Form\Form {#6604 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6599 …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 | "7a8af1f16bf922.beiT7d0H-nJm7P0H3jbzp2sDLShU_Ql7FbfPWw8LwOw.VLzQj5RynDQqoc9YllipzQZzG2Ehi0xNXIaQAVs5tbRa28W87HPJJw6kzQ" |