- 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) {#5779 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5780 …} } } |
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 {#6382 -form: Symfony\Component\Form\Form {#6063 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6130 …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 {#5788 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5789 +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 {#5788 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5789 +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 {#5788 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5789 +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) {#5807 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5808 …} } } |
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 {#5489 -form: Symfony\Component\Form\Form {#6066 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3233 …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 {#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: 16 +min: 16 +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: 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 {#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: 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) {#5816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5817 …} } } |
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 {#5686 -form: Symfony\Component\Form\Form {#6069 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6343 …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() {#5831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5832 …} } } |
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 {#6335 -form: Symfony\Component\Form\Form {#6072 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5871 …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) {#5845 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5846 …} } } |
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 {#6527 -form: Symfony\Component\Form\Form {#6075 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6497 …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 {#5792 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5792 +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 {#5792 +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) {#5854 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5855 …} } } |
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 {#6493 -form: Symfony\Component\Form\Form {#6078 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6528 …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 {#5793 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5794 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5793 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5794 +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 {#5793 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5794 +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) {#5868 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5867 …} } } |
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 {#6489 -form: Symfony\Component\Form\Form {#6081 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6534 …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) {#5877 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5878 …} } } |
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 {#6535 -form: Symfony\Component\Form\Form {#6084 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6536 …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) {#5886 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5887 …} } } |
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 {#6537 -form: Symfony\Component\Form\Form {#6087 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6538 …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 {#5795 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5796 +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 {#5795 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5796 +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 {#5795 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#5796 +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) {#5895 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5896 …} } } |
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 {#6539 -form: Symfony\Component\Form\Form {#6090 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6540 …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 {#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: 16 +min: 16 +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: 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 {#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: 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) {#5904 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5905 …} } } |
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 {#6541 -form: Symfony\Component\Form\Form {#6093 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6542 …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() {#5914 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5913 …} } } |
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 {#6543 -form: Symfony\Component\Form\Form {#6096 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6544 …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) {#5922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5923 …} } } |
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 {#6545 -form: Symfony\Component\Form\Form {#6099 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6546 …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 {#5799 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5799 +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 {#5799 +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) {#5931 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5932 …} } } |
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 {#6547 -form: Symfony\Component\Form\Form {#6102 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6548 …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 {#5800 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5801 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5800 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5801 +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 {#5800 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5801 +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) {#5940 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5941 …} } } |
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 {#6549 -form: Symfony\Component\Form\Form {#6105 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6550 …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) {#5949 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#5951 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5950 …} } } |
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 {#6551 -form: Symfony\Component\Form\Form {#6108 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6552 …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() {#5971 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5970 …} } } |
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 {#5980 +label: "Langsung" +value: "langsung" +data: "langsung" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5981 +label: "Website" +value: "website" +data: "website" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5982 +label: "E-Mail" +value: "email" +data: "email" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5983 +label: "Fax" +value: "fax" +data: "fax" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5984 +label: "Via Pos" +value: "via_pos" +data: "via_pos" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6553 -form: Symfony\Component\Form\Form {#6163 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6554 …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) {#6555 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5957 …} } |
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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6121 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6119 …} } } |
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 {#6559 -form: Symfony\Component\Form\Form {#6166 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6558 …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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6128 …} } } |
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 {#6560 -form: Symfony\Component\Form\Form {#6169 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6561 …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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6137 …} } } |
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 {#6562 -form: Symfony\Component\Form\Form {#6172 …} -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_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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6146 …} } } |
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 {#6564 -form: Symfony\Component\Form\Form {#6175 …} -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_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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6155 …} } } |
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 {#6566 -form: Symfony\Component\Form\Form {#6178 …} -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_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() {#5993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#5992 …} } } |
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 {#6001 +label: "Tercetak" +value: "tercetak" +data: "tercetak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6002 +label: "Terekam" +value: "terekam" +data: "terekam" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6557 -form: Symfony\Component\Form\Form {#6199 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6556 …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) {#6569 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5957 …} } |
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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6182 …} } } |
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 {#6572 -form: Symfony\Component\Form\Form {#6202 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6571 …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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6191 …} } } |
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 {#6573 -form: Symfony\Component\Form\Form {#6205 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6574 …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() {#6011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6010 …} } } |
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 {#6019 +label: "Langsung" +value: "langsung" +data: "langsung" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6020 +label: "Via Pos" +value: "via_pos" +data: "via_pos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6021 +label: "E-Mail" +value: "email" +data: "email" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6570 -form: Symfony\Component\Form\Form {#6235 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6568 …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) {#6576 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5957 …} } |
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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6209 …} } } |
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 {#6579 -form: Symfony\Component\Form\Form {#6238 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6578 …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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6218 …} } } |
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 {#6580 -form: Symfony\Component\Form\Form {#6241 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6581 …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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6228 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6227 …} } } |
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 {#6582 -form: Symfony\Component\Form\Form {#6244 …} -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_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() {#6030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6029 …} } } |
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 {#6038 +label: "Setuju" +value: "setuju" +data: "setuju" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6577 -form: Symfony\Component\Form\Form {#6261 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6575 …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) {#6585 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5957 …} } |
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) {#6115 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6111 …} } |
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 {#6117 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() {#6252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6253 …} } } |
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 {#6588 -form: Symfony\Component\Form\Form {#6264 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6587 …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 {#6584 …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) {#6055 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#6057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6056 …} } } |
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 {#6590 -form: Symfony\Component\Form\Form {#6269 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6586 …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 | "0da7a287d280.i25vYChaX4nQWQw7mCJClmACyv3wUeDKkq2LmljRBQA.7wYnEX9rB6Sna01k3GcW5BZQuI-qBLSJ9urP3TqjVkHeK1ZUbDQZyp0uOA" |
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 | "0da7a287d280.i25vYChaX4nQWQw7mCJClmACyv3wUeDKkq2LmljRBQA.7wYnEX9rB6Sna01k3GcW5BZQuI-qBLSJ9urP3TqjVkHeK1ZUbDQZyp0uOA" |
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 | "0da7a287d280.i25vYChaX4nQWQw7mCJClmACyv3wUeDKkq2LmljRBQA.7wYnEX9rB6Sna01k3GcW5BZQuI-qBLSJ9urP3TqjVkHeK1ZUbDQZyp0uOA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6594 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …} } |
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() {#6596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $translationDomain: "validators" $message: Closure() {#6593 …} } } |
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 | "0da7a287d280.i25vYChaX4nQWQw7mCJClmACyv3wUeDKkq2LmljRBQA.7wYnEX9rB6Sna01k3GcW5BZQuI-qBLSJ9urP3TqjVkHeK1ZUbDQZyp0uOA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6606 -form: Symfony\Component\Form\Form {#6602 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6597 …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 | "0da7a287d280.i25vYChaX4nQWQw7mCJClmACyv3wUeDKkq2LmljRBQA.7wYnEX9rB6Sna01k3GcW5BZQuI-qBLSJ9urP3TqjVkHeK1ZUbDQZyp0uOA" |