Dumped Contents
In
Extension.php
line 28:
return;
}
dump(...$moreVars);
}
public function install(): void
Tightenco\Collect\Support\Collection {#5759
#items: array:3 [
"notification" => array:12 [
"enabled" => true
"debug" => false
"debug_address" => "[email protected]"
"debug_smtp" => true
"subject" => "Formulir Pengaduan"
"subject_prefix" => "[PPID RSPADGS]"
"replyto_name" => "{NAME}"
"replyto_email" => "{EMAIL}"
"to_name" => "PPID RSPAD Gatot Soebroto"
"to_email" => "[email protected]"
"from_name" => "PPID RSPAD Gatot Soebroto"
"from_email" => "[email protected]"
]
"feedback" => array:2 [
"success" => "Message submission successful"
"error" => "There are errors in the form, please fix before trying to resubmit"
]
"fields" => array:6 [
"nama" => array:2 [
"type" => "text"
"options" => array:4 [
"required" => true
"label" => "Nama"
"attr" => array:2 [
"placeholder" => "Nama Lengkap"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"constraints" => array:2 [
0 => "NotBlank"
1 => array:1 [
"Length" => array:2 [
"min" => 3
"max" => 128
]
]
]
]
]
"alamat" => array:2 [
"type" => "textarea"
"options" => array:3 [
"required" => true
"label" => "Alamat"
"attr" => array:2 [
"placeholder" => "Alamat"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
]
]
"email" => array:2 [
"type" => "email"
"options" => array:4 [
"required" => true
"label" => "Alamat E-Mail"
"attr" => array:2 [
"placeholder" => "Alamat E-Mail"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"constraints" => array:2 [
0 => "NotBlank"
1 => "Email"
]
]
]
"nomor_telepon" => array:2 [
"type" => "text"
"options" => array:4 [
"required" => true
"label" => "Nomor Telepon"
"attr" => array:3 [
"placeholder" => "Nomor Telepon"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
"pattern" => "[0-9]+"
]
"constraints" => array:1 [
0 => "NotBlank"
]
]
]
"saran_atau_kritik" => array:2 [
"type" => "textarea"
"options" => array:3 [
"required" => true
"label" => "Saran/Kritik"
"attr" => array:2 [
"placeholder" => "Saran/Kritik"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
]
]
"submit" => array:2 [
"type" => "submit"
"options" => array:2 [
"label" => "Kirim"
"attr" => array:1 [
"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"
]
]
]
]
]
#escapeWhenCastingToString: false
}
In
Extension.php
line 28:
return;
}
dump(...$moreVars);
}
public function install(): void
Symfony\Component\Form\Form {#5871
-config: Symfony\Component\Form\FormBuilder {#5872
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5894 …1}
-name: "form-pengaduan"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: true
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5761
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5760
-innerType: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …}
-typeExtensions: array:6 [
0 => Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension {#5758
-translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
}
1 => Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension {#5754
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751
-serverParams: Symfony\Component\Form\Util\ServerParams {#5750
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#169
-requests: array:1 [
0 => Symfony\Component\HttpFoundation\Request {#16
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#21
#parameters: array:9 [ …9]
}
+request: Symfony\Component\HttpFoundation\InputBag {#19
#parameters: []
}
+query: Symfony\Component\HttpFoundation\InputBag {#20
#parameters: []
}
+server: Symfony\Component\HttpFoundation\ServerBag {#24
#parameters: array:49 [ …49]
}
+files: Symfony\Component\HttpFoundation\FileBag {#23
#parameters: []
}
+cookies: Symfony\Component\HttpFoundation\InputBag {#22
#parameters: []
}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#25
#headers: array:15 [ …15]
#cacheControl: []
}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: null
#pathInfo: "/page/formulir-pengaduan"
#requestUri: "/page/formulir-pengaduan"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Symfony\Component\HttpFoundation\Session\Session {#1781
#storage: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage {#1779 …6}
-flashName: "flashes"
-attributeName: "attributes"
-data: & []
-usageIndex: & 3
-usageReporter: array:2 [ …2]
}
#locale: "en"
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
-isSafeContentPreferred: null
basePath: ""
format: "html"
}
]
}
}
}
}
2 => Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#5755
-validator: Symfony\Component\Validator\Validator\TraceableValidator {#1100
-validator: Symfony\Component\Validator\Validator\RecursiveValidator {#1108
#contextFactory: Symfony\Component\Validator\Context\ExecutionContextFactory {#1107
-translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
-translationDomain: "validators"
}
#metadataFactory: Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory {#1106
#loader: Symfony\Component\Validator\Mapping\Loader\LoaderChain {#1105 …1}
#cache: null
#loadedClasses: []
}
#validatorFactory: Symfony\Component\Validator\ContainerConstraintValidatorFactory {#1095
-container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1096 …8}
-validators: []
}
#objectInitializers: array:1 [
0 => Symfony\Bridge\Doctrine\Validator\DoctrineInitializer {#1097 …1}
]
}
-collectedData: []
}
-violationMapper: Symfony\Component\Form\Extension\Validator\ViolationMapper\ViolationMapper {#5764
-formRenderer: Symfony\Component\Form\FormRenderer {#5763
-engine: Symfony\Bridge\Twig\Form\TwigRendererEngine {#5762
-environment: Twig\Environment {#219 …18}
-template: null
#defaultThemes: array:4 [ …4]
#themes: []
#useDefaultThemes: []
#resources: []
-resourceHierarchyLevels: []
}
-csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#999
-generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1035
-entropy: 256
}
-storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1036
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#169}
-namespace: "_csrf"
-session: null
}
-namespace: Closure() {#1038
class: "Symfony\Component\Security\Csrf\CsrfTokenManager"
this: Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
use: {
$namespace: Symfony\Component\HttpFoundation\RequestStack {#169}
$superGlobalNamespaceGenerator: Closure() {#1037 …}
}
}
}
-blockNameHierarchyMap: []
-hierarchyLevelMap: []
-variableStack: []
}
-translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
-allowNonSynchronized: false
}
-legacyErrorMessages: true
}
3 => Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5765 …}
4 => Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension {#5766
-defaultTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
-defaultEnabled: true
-defaultFieldName: "_token"
-translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
-translationDomain: "validators"
-serverParams: Symfony\Component\Form\Util\ServerParams {#5750}
}
5 => Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension {#5767
-listener: Symfony\Component\Form\Extension\DataCollector\EventListener\DataCollectorListener {#5768
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733
-dataExtractor: Symfony\Component\Form\Extension\DataCollector\FormDataExtractor {#5734}
-dataByForm: array:8 [
"000000006f1cdf5c000000001a44d16a" => array:8 [
"id" => "form-pengaduan"
"name" => "form-pengaduan"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\FormType"
"synchronized" => true
"passed_options" => array:2 [
"attr" => array:1 [
"class" => "boltforms"
]
"data" => []
]
"resolved_options" => array:51 [
"action" => ""
"allow_extra_fields" => false
"allow_file_upload" => false
"attr" => array:1 [
"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}
"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
]
"default_data" => array:1 [
"norm" => []
]
"submitted_data" => []
]
"000000006f1cdf41000000001a44d16a" => array:8 [
"id" => "form-pengaduan_nama"
"name" => "nama"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\TextType"
"synchronized" => true
"passed_options" => array:4 [
"attr" => array:2 [
"placeholder" => "Nama Lengkap"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5788
+message: "This value should not be blank."
+allowNull: false
+normalizer: null
+payload: null
}
1 => 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"
"required" => true
]
"resolved_options" => array:50 [
"action" => ""
"allow_extra_fields" => false
"allow_file_upload" => false
"attr" => array:2 [
"placeholder" => "Nama Lengkap"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"attr_translation_parameters" => []
"auto_initialize" => true
"block_name" => null
"block_prefix" => null
"by_reference" => true
"compound" => false
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5788}
1 => Symfony\Component\Validator\Constraints\Length {#5789}
]
"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}
"data_class" => null
"disabled" => false
"empty_data" => Closure(FormInterface $form) {#5798
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"
"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() {#5800
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() {#5799}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006f1cdf46000000001a44d16a" => array:8 [
"id" => "form-pengaduan_alamat"
"name" => "alamat"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\TextareaType"
"synchronized" => true
"passed_options" => array:4 [
"attr" => array:2 [
"placeholder" => "Alamat"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"constraints" => []
"label" => "Alamat"
"required" => true
]
"resolved_options" => array:50 [
"action" => ""
"allow_extra_fields" => false
"allow_file_upload" => false
"attr" => array:2 [
"placeholder" => "Alamat"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"attr_translation_parameters" => []
"auto_initialize" => true
"block_name" => null
"block_prefix" => null
"by_reference" => true
"compound" => false
"constraints" => []
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_protection" => true
"csrf_token_id" => null
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"data_class" => null
"disabled" => false
"empty_data" => Closure(FormInterface $form) {#5811
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"
"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() {#5813
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() {#5812}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006f1cdf4b000000001a44d16a" => array:8 [
"id" => "form-pengaduan_email"
"name" => "email"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\EmailType"
"synchronized" => true
"passed_options" => array:4 [
"attr" => array:2 [
"placeholder" => "Alamat E-Mail"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5790
+message: "This value should not be blank."
+allowNull: false
+normalizer: null
+payload: null
}
1 => Symfony\Component\Validator\Constraints\Email {#5791
+message: "This value is not a valid email address."
+mode: null
+normalizer: null
+payload: null
}
]
"label" => "Alamat E-Mail"
"required" => true
]
"resolved_options" => array:50 [
"action" => ""
"allow_extra_fields" => false
"allow_file_upload" => false
"attr" => array:2 [
"placeholder" => "Alamat E-Mail"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"attr_translation_parameters" => []
"auto_initialize" => true
"block_name" => null
"block_prefix" => null
"by_reference" => true
"compound" => false
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5790}
1 => Symfony\Component\Validator\Constraints\Email {#5791}
]
"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}
"data_class" => null
"disabled" => false
"empty_data" => Closure(FormInterface $form) {#5825
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 E-Mail"
"label_attr" => []
"label_format" => null
"label_html" => false
"label_translation_parameters" => []
"legacy_error_messages" => true
"mapped" => true
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"priority" => 0
"property_path" => null
"required" => true
"row_attr" => []
"setter" => null
"translation_domain" => null
"trim" => true
"upload_max_size_message" => Closure() {#5827
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() {#5824}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006f1cdf48000000001a44d16a" => array:8 [
"id" => "form-pengaduan_nomor_telepon"
"name" => "nomor_telepon"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\TextType"
"synchronized" => true
"passed_options" => array:4 [
"attr" => array:3 [
"placeholder" => "Nomor Telepon"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
"pattern" => "[0-9]+"
]
"constraints" => array:1 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5792
+message: "This value should not be blank."
+allowNull: false
+normalizer: null
+payload: null
}
]
"label" => "Nomor Telepon"
"required" => true
]
"resolved_options" => array:50 [
"action" => ""
"allow_extra_fields" => false
"allow_file_upload" => false
"attr" => array:3 [
"placeholder" => "Nomor Telepon"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
"pattern" => "[0-9]+"
]
"attr_translation_parameters" => []
"auto_initialize" => true
"block_name" => null
"block_prefix" => null
"by_reference" => true
"compound" => false
"constraints" => array:1 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5792}
]
"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}
"data_class" => null
"disabled" => false
"empty_data" => Closure(FormInterface $form) {#5834
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"
"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() {#5836
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() {#5835}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006f1cdf4d000000001a44d16a" => array:8 [
"id" => "form-pengaduan_saran_atau_kritik"
"name" => "saran_atau_kritik"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\TextareaType"
"synchronized" => true
"passed_options" => array:4 [
"attr" => array:2 [
"placeholder" => "Saran/Kritik"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"constraints" => []
"label" => "Saran/Kritik"
"required" => true
]
"resolved_options" => array:50 [
"action" => ""
"allow_extra_fields" => false
"allow_file_upload" => false
"attr" => array:2 [
"placeholder" => "Saran/Kritik"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"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}
"data_class" => null
"disabled" => false
"empty_data" => Closure(FormInterface $form) {#5843
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" => "Saran/Kritik"
"label_attr" => []
"label_format" => null
"label_html" => false
"label_translation_parameters" => []
"legacy_error_messages" => true
"mapped" => true
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"priority" => 0
"property_path" => null
"required" => true
"row_attr" => []
"setter" => null
"translation_domain" => null
"trim" => true
"upload_max_size_message" => Closure() {#5845
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() {#5844}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006f1cdeb2000000001a44d16a" => array:8 [
"id" => "form-pengaduan_submit"
"name" => "submit"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\SubmitType"
"synchronized" => true
"passed_options" => array:2 [
"attr" => array:1 [
"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"
]
"resolved_options" => array:16 [
"attr" => array:1 [
"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
]
"default_data" => array:1 [
"norm" => null
]
"submitted_data" => []
]
"000000006f1cdeb0000000001a44d16a" => array:8 [
"id" => "form-pengaduan_province_twitter_number"
"name" => "province_twitter_number"
"type_class" => "Symfony\Component\Form\Extension\Core\Type\TextType"
"synchronized" => true
"passed_options" => array:2 [
"attr" => array:2 [
"tabindex" => "-1"
"autocomplete" => "off"
]
"required" => false
]
"resolved_options" => array:50 [
"action" => ""
"allow_extra_fields" => false
"allow_file_upload" => false
"attr" => array:2 [
"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}
"data_class" => null
"disabled" => false
"empty_data" => Closure(FormInterface $form) {#5863
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() {#5865
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() {#5864}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
]
-dataByView: null
-formsByView: null
#data: array:3 [
"forms" => []
"forms_by_hash" => []
"nb_errors" => 0
]
-cloner: null
}
}
}
]
-parent: null
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5769
-defined: array:51 [
"block_name" => true
"block_prefix" => true
"disabled" => true
"label" => true
"label_format" => true
"row_attr" => true
"label_html" => true
"label_translation_parameters" => true
"attr_translation_parameters" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"priority" => true
"form_attr" => true
"data" => true
"data_class" => true
"empty_data" => true
"trim" => true
"required" => true
"property_path" => true
"mapped" => true
"by_reference" => true
"error_bubbling" => true
"label_attr" => true
"inherit_data" => true
"compound" => true
"method" => true
"action" => true
"post_max_size_message" => true
"upload_max_size_message" => true
"allow_file_upload" => true
"help" => true
"help_attr" => true
"help_html" => true
"help_translation_parameters" => true
"invalid_message" => true
"invalid_message_parameters" => true
"is_empty_callback" => true
"getter" => true
"setter" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"legacy_error_messages" => true
"allow_extra_fields" => true
"extra_fields_message" => true
"csrf_protection" => true
"csrf_field_name" => true
"csrf_message" => true
"csrf_token_manager" => true
"csrf_token_id" => true
]
-defaults: array:50 [
"block_name" => null
"block_prefix" => null
"disabled" => false
"label" => null
"label_format" => null
"row_attr" => []
"label_html" => false
"label_translation_parameters" => []
"attr_translation_parameters" => []
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => null
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"error_bubbling" => null
"label_attr" => []
"inherit_data" => false
"compound" => true
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"upload_max_size_message" => null
"allow_file_upload" => false
"help" => null
"help_attr" => []
"help_html" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"legacy_error_messages" => true
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
]
-nested: []
-required: []
-resolved: array:29 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => true
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => array:1 [
0 => Closure(Options $options, $groups) {#5774
class: "Symfony\Component\Form\Extension\Validator\Type\BaseValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#5755}
}
]
"constraints" => array:1 [
0 => Closure(Options $options, $constraints) {#5775
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#5755}
}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options, $message) {#5777
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"
}
}
]
]
-allowedValues: []
-allowedTypes: array:17 [
"block_prefix" => array:2 [
0 => "null"
1 => "string"
]
"attr" => array:1 [
0 => "array"
]
"row_attr" => array:1 [
0 => "array"
]
"label_html" => array:1 [
0 => "bool"
]
"priority" => array:1 [
0 => "int"
]
"form_attr" => array:2 [
0 => "bool"
1 => "string"
]
"label_attr" => array:1 [
0 => "array"
]
"action" => array:1 [
0 => "string"
]
"upload_max_size_message" => array:1 [
0 => "callable"
]
"help" => array:3 [
0 => "string"
1 => "null"
2 => "Symfony\Component\Translation\TranslatableMessage"
]
"help_attr" => array:1 [
0 => "array"
]
"help_html" => array:1 [
0 => "bool"
]
"is_empty_callback" => array:2 [
0 => "null"
1 => "callable"
]
"getter" => array:2 [
0 => "null"
1 => "callable"
]
"setter" => array:2 [
0 => "null"
1 => "callable"
]
"constraints" => array:2 [
0 => "Symfony\Component\Validator\Constraint"
1 => "Symfony\Component\Validator\Constraint[]"
]
"legacy_error_messages" => array:1 [
0 => "bool"
]
]
-info: array:3 [
"priority" => "The form rendering priority (higher priorities will be rendered first)"
"getter" => "A callable that accepts two arguments (the view data and the current form field) and must return a value."
"setter" => "A callable that accepts three arguments (a reference to the view data, the submitted value and the current form field)."
]
-lazy: array:4 [
"data_class" => array:1 [
0 => Closure(Options $options) {#5770
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …}
}
]
"empty_data" => array:1 [
0 => Closure(Options $options) {#5771
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …}
}
]
"error_bubbling" => array:1 [
0 => Closure(Options $options) {#5773
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …}
}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options) {#5772
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5757 …}
}
]
]
-calling: []
-deprecated: array:1 [
"legacy_error_messages" => array:3 [
"package" => "symfony/form"
"version" => "5.2"
"message" => Closure(Options $options, $value) {#5776
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#5755}
}
]
]
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733}
}
-viewTransformers: []
-modelTransformers: []
-dataMapper: Symfony\Component\Form\Extension\Core\DataMapper\DataMapper {#5753
-dataAccessor: Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor {#5749
-accessors: array:2 [
0 => Symfony\Component\Form\Extension\Core\DataAccessor\CallbackAccessor {#5752}
1 => Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor {#5756
-propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#1130
-magicMethodsFlags: 3
-ignoreInvalidIndices: true
-ignoreInvalidProperty: false
-cacheItemPool: Symfony\Component\Cache\Adapter\ArrayAdapter {#1131
-storeSerialized: false
-values: []
-expiries: []
-defaultLifetime: 0
-maxLifetime: 0.0
-maxItems: 0
#logger: null
}
-propertyPathCache: []
-readInfoExtractor: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor {#1128
-mutatorPrefixes: array:3 [
0 => "add"
1 => "remove"
2 => "set"
]
-accessorPrefixes: array:4 [
0 => "get"
1 => "is"
2 => "has"
3 => "can"
]
-arrayMutatorPrefixes: array:2 [
0 => "add"
1 => "remove"
]
-enableConstructorExtraction: true
-methodReflectionFlags: 256
-magicMethodsFlags: 3
-propertyReflectionFlags: 256
-inflector: Symfony\Component\String\Inflector\EnglishInflector {#1129}
-arrayMutatorPrefixesFirst: array:3 [
0 => "add"
1 => "remove"
2 => "set"
]
-arrayMutatorPrefixesLast: array:3 [
0 => "set"
1 => "remove"
2 => "add"
]
}
-writeInfoExtractor: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor {#1128}
-readPropertyCache: []
-writePropertyCache: []
}
}
]
}
}
-required: true
-disabled: false
-errorBubbling: true
-emptyData: Closure(FormInterface $form) {#5779}
-attributes: array:1 [
"data_collector/passed_options" => array:2 [
"attr" => array:1 [
"class" => "boltforms"
]
"data" => []
]
]
-data: []
-dataClass: null
-dataLocked: true
-formFactory: Symfony\Component\Form\FormFactory {#5740
-registry: Symfony\Component\Form\FormRegistry {#5692
-extensions: array:1 [
0 => Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension {#5728
-guesser: null
-guesserLoaded: false
-typeContainer: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#5719
-factory: Symfony\Component\DependencyInjection\Container::getService($registry, string $id, ?string $method, $load) {#51
this: ContainerNKSVxEn\App_KernelDevDebugContainer {#50 …}
}
-serviceMap: array:13 [
"Bolt\BoltForms\Form\CaptchaType" => array:4 [
0 => "privates"
1 => "Bolt\BoltForms\Form\CaptchaType"
2 => "getCaptchaTypeService"
3 => false
]
"Bolt\BoltForms\Form\ContenttypeType" => array:4 [
0 => "privates"
1 => "Bolt\BoltForms\Form\ContenttypeType"
2 => "getContenttypeTypeService"
3 => false
]
"Bolt\Form\ChangePasswordFormType" => array:4 [
0 => "privates"
1 => "Bolt\Form\ChangePasswordFormType"
2 => "getChangePasswordFormTypeService"
3 => false
]
"Bolt\Form\FieldTypes\PasswordWithPreviewType" => array:4 [
0 => "privates"
1 => "Bolt\Form\FieldTypes\PasswordWithPreviewType"
2 => "getPasswordWithPreviewTypeService"
3 => false
]
"Bolt\Form\LoginType" => array:4 [
0 => "privates"
1 => "Bolt\Form\LoginType"
2 => "getLoginTypeService"
3 => false
]
"Bolt\Form\ResetPasswordRequestFormType" => array:4 [
0 => "privates"
1 => "Bolt\Form\ResetPasswordRequestFormType"
2 => "getResetPasswordRequestFormTypeService"
3 => false
]
"Bolt\Form\UserType" => array:4 [
0 => "privates"
1 => "Bolt\Form\UserType"
2 => "getUserTypeService"
3 => false
]
"Gregwar\CaptchaBundle\Type\CaptchaType" => array:4 [
0 => "services"
1 => "gregwar_captcha.type"
2 => "getGregwarCaptcha_TypeService"
3 => false
]
"Symfony\Bridge\Doctrine\Form\Type\EntityType" => array:4 [
0 => "privates"
1 => "form.type.entity"
2 => "getForm_Type_EntityService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\ChoiceType" => array:4 [
0 => "privates"
1 => "form.type.choice"
2 => "getForm_Type_ChoiceService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\ColorType" => array:4 [
0 => "privates"
1 => "form.type.color"
2 => "getForm_Type_ColorService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\FileType" => array:4 [
0 => "services"
1 => ".container.private.form.type.file"
2 => "get_Container_Private_Form_Type_FileService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\FormType" => array:4 [
0 => "privates"
1 => "form.type.form"
2 => "getForm_Type_FormService"
3 => false
]
]
-serviceTypes: array:13 [
"Bolt\BoltForms\Form\CaptchaType" => "?"
"Bolt\BoltForms\Form\ContenttypeType" => "?"
"Bolt\Form\ChangePasswordFormType" => "?"
"Bolt\Form\FieldTypes\PasswordWithPreviewType" => "?"
"Bolt\Form\LoginType" => "?"
"Bolt\Form\ResetPasswordRequestFormType" => "?"
"Bolt\Form\UserType" => "?"
"Gregwar\CaptchaBundle\Type\CaptchaType" => "?"
"Symfony\Bridge\Doctrine\Form\Type\EntityType" => "?"
"Symfony\Component\Form\Extension\Core\Type\ChoiceType" => "?"
"Symfony\Component\Form\Extension\Core\Type\ColorType" => "?"
"Symfony\Component\Form\Extension\Core\Type\FileType" => "?"
"Symfony\Component\Form\Extension\Core\Type\FormType" => "?"
]
-externalId: null
-container: null
-factories: array:13 [
"Bolt\BoltForms\Form\CaptchaType" => array:4 [
0 => "privates"
1 => "Bolt\BoltForms\Form\CaptchaType"
2 => "getCaptchaTypeService"
3 => false
]
"Bolt\BoltForms\Form\ContenttypeType" => array:4 [
0 => "privates"
1 => "Bolt\BoltForms\Form\ContenttypeType"
2 => "getContenttypeTypeService"
3 => false
]
"Bolt\Form\ChangePasswordFormType" => array:4 [
0 => "privates"
1 => "Bolt\Form\ChangePasswordFormType"
2 => "getChangePasswordFormTypeService"
3 => false
]
"Bolt\Form\FieldTypes\PasswordWithPreviewType" => array:4 [
0 => "privates"
1 => "Bolt\Form\FieldTypes\PasswordWithPreviewType"
2 => "getPasswordWithPreviewTypeService"
3 => false
]
"Bolt\Form\LoginType" => array:4 [
0 => "privates"
1 => "Bolt\Form\LoginType"
2 => "getLoginTypeService"
3 => false
]
"Bolt\Form\ResetPasswordRequestFormType" => array:4 [
0 => "privates"
1 => "Bolt\Form\ResetPasswordRequestFormType"
2 => "getResetPasswordRequestFormTypeService"
3 => false
]
"Bolt\Form\UserType" => array:4 [
0 => "privates"
1 => "Bolt\Form\UserType"
2 => "getUserTypeService"
3 => false
]
"Gregwar\CaptchaBundle\Type\CaptchaType" => array:4 [
0 => "services"
1 => "gregwar_captcha.type"
2 => "getGregwarCaptcha_TypeService"
3 => false
]
"Symfony\Bridge\Doctrine\Form\Type\EntityType" => array:4 [
0 => "privates"
1 => "form.type.entity"
2 => "getForm_Type_EntityService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\ChoiceType" => array:4 [
0 => "privates"
1 => "form.type.choice"
2 => "getForm_Type_ChoiceService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\ColorType" => array:4 [
0 => "privates"
1 => "form.type.color"
2 => "getForm_Type_ColorService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\FileType" => array:4 [
0 => "services"
1 => ".container.private.form.type.file"
2 => "get_Container_Private_Form_Type_FileService"
3 => false
]
"Symfony\Component\Form\Extension\Core\Type\FormType" => array:4 [
0 => "privates"
1 => "form.type.form"
2 => "getForm_Type_FormService"
3 => false
]
]
-loading: []
-providedTypes: null
}
-typeExtensionServices: array:3 [
"Symfony\Component\Form\Extension\Core\Type\FormType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5726
-generator: Closure() {#5721
class: "ContainerNKSVxEn\App_KernelDevDebugContainer"
this: ContainerNKSVxEn\App_KernelDevDebugContainer {#50 …}
}
-count: 6
}
"Symfony\Component\Form\Extension\Core\Type\RepeatedType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5729
-generator: Closure() {#2214
class: "ContainerNKSVxEn\App_KernelDevDebugContainer"
this: ContainerNKSVxEn\App_KernelDevDebugContainer {#50 …}
}
-count: 1
}
"Symfony\Component\Form\Extension\Core\Type\SubmitType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5741
-generator: Closure() {#5702
class: "ContainerNKSVxEn\App_KernelDevDebugContainer"
this: ContainerNKSVxEn\App_KernelDevDebugContainer {#50 …}
}
-count: 1
}
]
-guesserServices: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5738
-generator: Closure() {#5732
class: "ContainerNKSVxEn\App_KernelDevDebugContainer"
this: ContainerNKSVxEn\App_KernelDevDebugContainer {#50 …}
}
-count: 2
}
}
]
-types: array:6 [
"Symfony\Component\Form\Extension\Core\Type\FormType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5761}
"Symfony\Component\Form\Extension\Core\Type\TextType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5794
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5795
-innerType: Symfony\Component\Form\Extension\Core\Type\TextType {#5793}
-typeExtensions: []
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5761}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5796
-defined: array:51 [
"block_name" => true
"block_prefix" => true
"disabled" => true
"label" => true
"label_format" => true
"row_attr" => true
"label_html" => true
"label_translation_parameters" => true
"attr_translation_parameters" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"priority" => true
"form_attr" => true
"data" => true
"data_class" => true
"empty_data" => true
"trim" => true
"required" => true
"property_path" => true
"mapped" => true
"by_reference" => true
"error_bubbling" => true
"label_attr" => true
"inherit_data" => true
"compound" => true
"method" => true
"action" => true
"post_max_size_message" => true
"upload_max_size_message" => true
"allow_file_upload" => true
"help" => true
"help_attr" => true
"help_html" => true
"help_translation_parameters" => true
"invalid_message" => true
"invalid_message_parameters" => true
"is_empty_callback" => true
"getter" => true
"setter" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"legacy_error_messages" => true
"allow_extra_fields" => true
"extra_fields_message" => true
"csrf_protection" => true
"csrf_field_name" => true
"csrf_message" => true
"csrf_token_manager" => true
"csrf_token_id" => true
]
-defaults: array:50 [
"block_name" => null
"block_prefix" => null
"disabled" => false
"label" => null
"label_format" => null
"row_attr" => []
"label_html" => false
"label_translation_parameters" => []
"attr_translation_parameters" => []
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => null
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"error_bubbling" => null
"label_attr" => []
"inherit_data" => false
"compound" => false
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"upload_max_size_message" => null
"allow_file_upload" => false
"help" => null
"help_attr" => []
"help_html" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"legacy_error_messages" => true
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
]
-nested: []
-required: []
-resolved: array:29 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => array:1 [ …1]
"constraints" => array:1 [ …1]
"upload_max_size_message" => array:1 [ …1]
]
-allowedValues: []
-allowedTypes: array:17 [
"block_prefix" => array:2 [ …2]
"attr" => array:1 [ …1]
"row_attr" => array:1 [ …1]
"label_html" => array:1 [ …1]
"priority" => array:1 [ …1]
"form_attr" => array:2 [ …2]
"label_attr" => array:1 [ …1]
"action" => array:1 [ …1]
"upload_max_size_message" => array:1 [ …1]
"help" => array:3 [ …3]
"help_attr" => array:1 [ …1]
"help_html" => array:1 [ …1]
"is_empty_callback" => array:2 [ …2]
"getter" => array:2 [ …2]
"setter" => array:2 [ …2]
"constraints" => array:2 [ …2]
"legacy_error_messages" => array:1 [ …1]
]
-info: array:3 [
"priority" => "The form rendering priority (higher priorities will be rendered first)"
"getter" => "A callable that accepts two arguments (the view data and the current form field) and must return a value."
"setter" => "A callable that accepts three arguments (a reference to the view data, the submitted value and the current form field)."
]
-lazy: array:4 [
"data_class" => array:1 [ …1]
"empty_data" => array:1 [ …1]
"error_bubbling" => array:1 [ …1]
"upload_max_size_message" => array:1 [ …1]
]
-calling: []
-deprecated: array:1 [
"legacy_error_messages" => array:3 [ …3]
]
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733}
}
"Symfony\Component\Form\Extension\Core\Type\TextareaType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5807
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5808
-innerType: Symfony\Component\Form\Extension\Core\Type\TextareaType {#5806}
-typeExtensions: []
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5794}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5809
-defined: array:51 [
"block_name" => true
"block_prefix" => true
"disabled" => true
"label" => true
"label_format" => true
"row_attr" => true
"label_html" => true
"label_translation_parameters" => true
"attr_translation_parameters" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"priority" => true
"form_attr" => true
"data" => true
"data_class" => true
"empty_data" => true
"trim" => true
"required" => true
"property_path" => true
"mapped" => true
"by_reference" => true
"error_bubbling" => true
"label_attr" => true
"inherit_data" => true
"compound" => true
"method" => true
"action" => true
"post_max_size_message" => true
"upload_max_size_message" => true
"allow_file_upload" => true
"help" => true
"help_attr" => true
"help_html" => true
"help_translation_parameters" => true
"invalid_message" => true
"invalid_message_parameters" => true
"is_empty_callback" => true
"getter" => true
"setter" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"legacy_error_messages" => true
"allow_extra_fields" => true
"extra_fields_message" => true
"csrf_protection" => true
"csrf_field_name" => true
"csrf_message" => true
"csrf_token_manager" => true
"csrf_token_id" => true
]
-defaults: array:50 [
"block_name" => null
"block_prefix" => null
"disabled" => false
"label" => null
"label_format" => null
"row_attr" => []
"label_html" => false
"label_translation_parameters" => []
"attr_translation_parameters" => []
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => null
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"error_bubbling" => null
"label_attr" => []
"inherit_data" => false
"compound" => false
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"upload_max_size_message" => null
"allow_file_upload" => false
"help" => null
"help_attr" => []
"help_html" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"legacy_error_messages" => true
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
]
-nested: []
-required: []
-resolved: array:29 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => array:1 [ …1]
"constraints" => array:1 [ …1]
"upload_max_size_message" => array:1 [ …1]
]
-allowedValues: []
-allowedTypes: array:17 [
"block_prefix" => array:2 [ …2]
"attr" => array:1 [ …1]
"row_attr" => array:1 [ …1]
"label_html" => array:1 [ …1]
"priority" => array:1 [ …1]
"form_attr" => array:2 [ …2]
"label_attr" => array:1 [ …1]
"action" => array:1 [ …1]
"upload_max_size_message" => array:1 [ …1]
"help" => array:3 [ …3]
"help_attr" => array:1 [ …1]
"help_html" => array:1 [ …1]
"is_empty_callback" => array:2 [ …2]
"getter" => array:2 [ …2]
"setter" => array:2 [ …2]
"constraints" => array:2 [ …2]
"legacy_error_messages" => array:1 [ …1]
]
-info: array:3 [
"priority" => "The form rendering priority (higher priorities will be rendered first)"
"getter" => "A callable that accepts two arguments (the view data and the current form field) and must return a value."
"setter" => "A callable that accepts three arguments (a reference to the view data, the submitted value and the current form field)."
]
-lazy: array:4 [
"data_class" => array:1 [ …1]
"empty_data" => array:1 [ …1]
"error_bubbling" => array:1 [ …1]
"upload_max_size_message" => array:1 [ …1]
]
-calling: []
-deprecated: array:1 [
"legacy_error_messages" => array:3 [ …3]
]
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733}
}
"Symfony\Component\Form\Extension\Core\Type\EmailType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5820
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5821
-innerType: Symfony\Component\Form\Extension\Core\Type\EmailType {#5819}
-typeExtensions: []
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5794}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5822
-defined: array:51 [
"block_name" => true
"block_prefix" => true
"disabled" => true
"label" => true
"label_format" => true
"row_attr" => true
"label_html" => true
"label_translation_parameters" => true
"attr_translation_parameters" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"priority" => true
"form_attr" => true
"data" => true
"data_class" => true
"empty_data" => true
"trim" => true
"required" => true
"property_path" => true
"mapped" => true
"by_reference" => true
"error_bubbling" => true
"label_attr" => true
"inherit_data" => true
"compound" => true
"method" => true
"action" => true
"post_max_size_message" => true
"upload_max_size_message" => true
"allow_file_upload" => true
"help" => true
"help_attr" => true
"help_html" => true
"help_translation_parameters" => true
"invalid_message" => true
"invalid_message_parameters" => true
"is_empty_callback" => true
"getter" => true
"setter" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"legacy_error_messages" => true
"allow_extra_fields" => true
"extra_fields_message" => true
"csrf_protection" => true
"csrf_field_name" => true
"csrf_message" => true
"csrf_token_manager" => true
"csrf_token_id" => true
]
-defaults: array:50 [
"block_name" => null
"block_prefix" => null
"disabled" => false
"label" => null
"label_format" => null
"row_attr" => []
"label_html" => false
"label_translation_parameters" => []
"attr_translation_parameters" => []
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => null
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"error_bubbling" => null
"label_attr" => []
"inherit_data" => false
"compound" => false
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"upload_max_size_message" => null
"allow_file_upload" => false
"help" => null
"help_attr" => []
"help_html" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"legacy_error_messages" => true
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
…5
]
-nested: []
-required: []
-resolved: array:28 [ …28]
-normalizers: array:3 [ …3]
-allowedValues: []
-allowedTypes: array:17 [ …17]
-info: array:3 [ …3]
-lazy: array:5 [ …5]
-calling: []
-deprecated: array:1 [ …1]
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733}
}
"Symfony\Component\Form\Extension\Core\Type\ButtonType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5852
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5855
-innerType: Symfony\Component\Form\Extension\Core\Type\ButtonType {#5853}
-typeExtensions: []
-parent: null
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5858
-defined: array:14 [ …14]
-defaults: array:14 [ …14]
-nested: []
-required: []
-resolved: array:8 [ …8]
-normalizers: []
-allowedValues: []
-allowedTypes: array:6 [ …6]
-info: array:1 [ …1]
-lazy: []
-calling: []
-deprecated: []
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733}
}
"Symfony\Component\Form\Extension\Core\Type\SubmitType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5856
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5857
-innerType: Symfony\Component\Form\Extension\Core\Type\SubmitType {#5851}
-typeExtensions: array:1 [
0 => Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension {#5854}
]
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5852}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5859
-defined: array:16 [ …16]
-defaults: array:16 [ …16]
-nested: []
-required: []
-resolved: array:8 [ …8]
-normalizers: array:1 [ …1]
-allowedValues: []
-allowedTypes: array:7 [ …7]
-info: array:1 [ …1]
-lazy: []
-calling: []
-deprecated: []
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733}
}
]
-guesser: false
-resolvedTypeFactory: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy {#5700
-proxiedFactory: Symfony\Component\Form\ResolvedFormTypeFactory {#5736}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5733}
}
-checkedTypes: []
}
}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751}
-autoInitialize: true
-options: array:51 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => true
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
"block_prefix" => null
"row_attr" => []
"label_html" => false
"attr" => array:1 [
"class" => "boltforms"
]
"priority" => 0
"form_attr" => false
"data" => []
"data_class" => null
"empty_data" => Closure(FormInterface $form) {#5779}
"error_bubbling" => true
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5781}
"help" => null
"help_attr" => []
"help_html" => false
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => []
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: null
-children: Symfony\Component\Form\Util\OrderedHashMap {#5873
-elements: array:7 [
"nama" => Symfony\Component\Form\Form {#5874
-config: Symfony\Component\Form\FormBuilder {#5875
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5905 …1}
-name: "nama"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5794}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5798}
-attributes: array:1 [
"data_collector/passed_options" => array:4 [
"required" => true
"label" => "Nama"
"attr" => array:2 [
"placeholder" => "Nama Lengkap"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5788}
1 => Symfony\Component\Validator\Constraints\Length {#5789}
]
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5740}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751}
-autoInitialize: false
-options: array:50 [
"block_name" => null
"disabled" => false
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
"block_prefix" => null
"label" => "Nama"
"row_attr" => []
"label_html" => false
"attr" => array:2 [
"placeholder" => "Nama Lengkap"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => Closure(FormInterface $form) {#5798}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5800}
"help" => null
"help_attr" => []
"help_html" => false
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5788}
1 => Symfony\Component\Validator\Constraints\Length {#5789}
]
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5871}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5876
-elements: []
-orderedKeys: []
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: null
-normData: null
-viewData: ""
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
-name: "nama"
-inheritData: false
-propertyPath: null
}
"alamat" => Symfony\Component\Form\Form {#5877
-config: Symfony\Component\Form\FormBuilder {#5878
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5906 …1}
-name: "alamat"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5807}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5811}
-attributes: array:1 [
"data_collector/passed_options" => array:4 [
"required" => true
"label" => "Alamat"
"attr" => array:2 [
"placeholder" => "Alamat"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"constraints" => []
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5740}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751}
-autoInitialize: false
-options: array:50 [
"block_name" => null
"disabled" => false
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
"block_prefix" => null
"label" => "Alamat"
"row_attr" => []
"label_html" => false
"attr" => array:2 [
"placeholder" => "Alamat"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => Closure(FormInterface $form) {#5811}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5813}
"help" => null
"help_attr" => []
"help_html" => false
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => []
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5871}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5879
-elements: []
-orderedKeys: []
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: null
-normData: null
-viewData: ""
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
-name: "alamat"
-inheritData: false
-propertyPath: null
}
"email" => Symfony\Component\Form\Form {#5880
-config: Symfony\Component\Form\FormBuilder {#5881
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5908 …1}
-name: "email"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5820}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5825}
-attributes: array:1 [
"data_collector/passed_options" => array:4 [
"required" => true
"label" => "Alamat E-Mail"
"attr" => array:2 [
"placeholder" => "Alamat E-Mail"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5790}
1 => Symfony\Component\Validator\Constraints\Email {#5791}
]
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5740}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751}
-autoInitialize: false
-options: array:50 [
"block_name" => null
"disabled" => false
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
"block_prefix" => null
"label" => "Alamat E-Mail"
"row_attr" => []
"label_html" => false
"attr" => array:2 [
"placeholder" => "Alamat E-Mail"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
]
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => Closure(FormInterface $form) {#5825}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5827}
"help" => null
"help_attr" => []
"help_html" => false
"legacy_error_messages" => true
"invalid_message" => "This value is not valid."
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => array:2 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5790}
1 => Symfony\Component\Validator\Constraints\Email {#5791}
]
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5871}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5882
-elements: []
-orderedKeys: []
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: null
-normData: null
-viewData: ""
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
-name: "email"
-inheritData: false
-propertyPath: null
}
"nomor_telepon" => Symfony\Component\Form\Form {#5883
-config: Symfony\Component\Form\FormBuilder {#5884
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5910 …1}
-name: "nomor_telepon"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5794}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5834}
-attributes: array:1 [
"data_collector/passed_options" => array:4 [
"required" => true
"label" => "Nomor Telepon"
"attr" => array:3 [
"placeholder" => "Nomor Telepon"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
"pattern" => "[0-9]+"
]
"constraints" => array:1 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5792}
]
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5740}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751}
-autoInitialize: false
-options: array:50 [
"block_name" => null
"disabled" => false
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
"block_prefix" => null
"label" => "Nomor Telepon"
"row_attr" => []
"label_html" => false
"attr" => array:3 [
"placeholder" => "Nomor Telepon"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 mt-2"
"pattern" => "[0-9]+"
]
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => Closure(FormInterface $form) {#5834}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5836}
"help" => null
"help_attr" => []
"help_html" => false
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => array:1 [
0 => Symfony\Component\Validator\Constraints\NotBlank {#5792}
]
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5871}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5885
-elements: []
-orderedKeys: []
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: null
-normData: null
-viewData: ""
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
-name: "nomor_telepon"
-inheritData: false
-propertyPath: null
}
"saran_atau_kritik" => Symfony\Component\Form\Form {#5886
-config: Symfony\Component\Form\FormBuilder {#5887
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5912 …1}
-name: "saran_atau_kritik"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5807}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5843}
-attributes: array:1 [
"data_collector/passed_options" => array:4 [
"required" => true
"label" => "Saran/Kritik"
"attr" => array:2 [
"placeholder" => "Saran/Kritik"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"constraints" => []
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5740}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751}
-autoInitialize: false
-options: array:50 [
"block_name" => null
"disabled" => false
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
"block_prefix" => null
"label" => "Saran/Kritik"
"row_attr" => []
"label_html" => false
"attr" => array:2 [
"placeholder" => "Saran/Kritik"
"class" => "w-full rounded-md transition-all bg-white border border-gray-200 py-3 px-4 h-48 mt-2"
]
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => Closure(FormInterface $form) {#5843}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5845}
"help" => null
"help_attr" => []
"help_html" => false
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => []
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5871}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5888
-elements: []
-orderedKeys: []
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: null
-normData: null
-viewData: ""
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
-name: "saran_atau_kritik"
-inheritData: false
-propertyPath: null
}
"submit" => Symfony\Component\Form\SubmitButton {#5889
-clicked: false
-parent: Symfony\Component\Form\Form {#5871}
-config: Symfony\Component\Form\SubmitButtonBuilder {#5890
#locked: true
-disabled: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5856}
-name: "submit"
-attributes: array:1 [
"data_collector/passed_options" => array:2 [
"label" => "Kirim"
"attr" => array:1 [
"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"
]
]
]
-options: array:16 [
"block_name" => null
"disabled" => false
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => false
"block_prefix" => null
"label" => "Kirim"
"row_attr" => []
"label_html" => false
"attr" => array:1 [
"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"
]
"priority" => 0
"form_attr" => false
"validate" => true
"validation_groups" => null
]
}
-submitted: false
}
"province_twitter_number" => Symfony\Component\Form\Form {#5891
-config: Symfony\Component\Form\FormBuilder {#5892
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5914 …1}
-name: "province_twitter_number"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5794}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: false
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5863}
-attributes: array:1 [
"data_collector/passed_options" => array:2 [
"required" => false
"attr" => array:2 [
"tabindex" => "-1"
"autocomplete" => "off"
]
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5740}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5751}
-autoInitialize: false
-options: array:50 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"error_mapping" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#999}
"csrf_token_id" => null
"block_prefix" => null
"row_attr" => []
"label_html" => false
"attr" => array:2 [
"tabindex" => "-1"
"autocomplete" => "off"
]
"priority" => 0
"form_attr" => false
"data_class" => null
"empty_data" => Closure(FormInterface $form) {#5863}
"required" => false
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5865}
"help" => null
"help_attr" => []
"help_html" => false
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => []
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5871}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5893
-elements: []
-orderedKeys: []
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: null
-normData: null
-viewData: ""
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
-name: "province_twitter_number"
-inheritData: false
-propertyPath: null
}
]
-orderedKeys: array:7 [
0 => "nama"
1 => "alamat"
2 => "email"
3 => "nomor_telepon"
4 => "saran_atau_kritik"
5 => "submit"
6 => "province_twitter_number"
]
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: []
-normData: []
-viewData: []
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
-name: "form-pengaduan"
-inheritData: false
-propertyPath: null
}