Dumped Contents
In
Extension.php
line 28:
return;
}
dump(...$moreVars);
}
public function install(): void
Tightenco\Collect\Support\Collection {#5767
#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 {#5879
-config: Symfony\Component\Form\FormBuilder {#5880
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5902 …1}
-name: "form-pengaduan"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: true
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5769
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5768
-innerType: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
-typeExtensions: array:6 [
0 => Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension {#5766
-translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
}
1 => Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension {#5762
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759
-serverParams: Symfony\Component\Form\Util\ServerParams {#5758
-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 {#5763
-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 {#5772
-formRenderer: Symfony\Component\Form\FormRenderer {#5771
-engine: Symfony\Bridge\Twig\Form\TwigRendererEngine {#5770
-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 {#5773 …}
4 => Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension {#5774
-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 {#5758}
}
5 => Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension {#5775
-listener: Symfony\Component\Form\Extension\DataCollector\EventListener\DataCollectorListener {#5776
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5741
-dataExtractor: Symfony\Component\Form\Extension\DataCollector\FormDataExtractor {#5742}
-dataByForm: array:8 [
"000000006027c183000000003d9724c6" => 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) {#5787
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
"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() {#5789
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
$translationDomain: "validators"
$message: Closure() {#5788 …}
}
}
"validation_groups" => null
]
"default_data" => array:1 [
"norm" => []
]
"submitted_data" => []
]
"000000006027c18e000000003d9724c6" => 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 {#5796
+message: "This value should not be blank."
+allowNull: false
+normalizer: null
+payload: null
}
1 => Symfony\Component\Validator\Constraints\Length {#5797
+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 {#5796}
1 => Symfony\Component\Validator\Constraints\Length {#5797}
]
"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) {#5806
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
"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() {#5808
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
$translationDomain: "validators"
$message: Closure() {#5807}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006027c189000000003d9724c6" => 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) {#5819
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
"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() {#5821
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
$translationDomain: "validators"
$message: Closure() {#5820}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006027c074000000003d9724c6" => 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 {#5798
+message: "This value should not be blank."
+allowNull: false
+normalizer: null
+payload: null
}
1 => Symfony\Component\Validator\Constraints\Email {#5799
+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 {#5798}
1 => Symfony\Component\Validator\Constraints\Email {#5799}
]
"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) {#5833
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
"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() {#5835
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
$translationDomain: "validators"
$message: Closure() {#5832}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006027c077000000003d9724c6" => 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 {#5800
+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 {#5800}
]
"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) {#5842
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
"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() {#5844
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
$translationDomain: "validators"
$message: Closure() {#5843}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006027c072000000003d9724c6" => 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) {#5851
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
"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() {#5853
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
$translationDomain: "validators"
$message: Closure() {#5852}
}
}
"validation_groups" => null
]
"default_data" => array:2 [
"norm" => null
"view" => ""
]
"submitted_data" => []
]
"000000006027c07d000000003d9724c6" => 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" => []
]
"000000006027c07f000000003d9724c6" => 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) {#5871
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
"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() {#5873
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …}
$translationDomain: "validators"
$message: Closure() {#5872}
}
}
"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 {#5777
-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) {#5782
class: "Symfony\Component\Form\Extension\Validator\Type\BaseValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#5763}
}
]
"constraints" => array:1 [
0 => Closure(Options $options, $constraints) {#5783
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#5763}
}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options, $message) {#5785
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5773 …}
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) {#5778
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
]
"empty_data" => array:1 [
0 => Closure(Options $options) {#5779
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
]
"error_bubbling" => array:1 [
0 => Closure(Options $options) {#5781
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options) {#5780
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#5765 …}
}
]
]
-calling: []
-deprecated: array:1 [
"legacy_error_messages" => array:3 [
"package" => "symfony/form"
"version" => "5.2"
"message" => Closure(Options $options, $value) {#5784
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#5763}
}
]
]
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5741}
}
-viewTransformers: []
-modelTransformers: []
-dataMapper: Symfony\Component\Form\Extension\Core\DataMapper\DataMapper {#5761
-dataAccessor: Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor {#5757
-accessors: array:2 [
0 => Symfony\Component\Form\Extension\Core\DataAccessor\CallbackAccessor {#5760}
1 => Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor {#5764
-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) {#5787}
-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 {#5748
-registry: Symfony\Component\Form\FormRegistry {#5700
-extensions: array:1 [
0 => Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension {#5736
-guesser: null
-guesserLoaded: false
-typeContainer: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#5727
-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 {#5734
-generator: Closure() {#5729
class: "ContainerNKSVxEn\App_KernelDevDebugContainer"
this: ContainerNKSVxEn\App_KernelDevDebugContainer {#50 …}
}
-count: 6
}
"Symfony\Component\Form\Extension\Core\Type\RepeatedType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5737
-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 {#5749
-generator: Closure() {#5710
class: "ContainerNKSVxEn\App_KernelDevDebugContainer"
this: ContainerNKSVxEn\App_KernelDevDebugContainer {#50 …}
}
-count: 1
}
]
-guesserServices: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5746
-generator: Closure() {#5740
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 {#5769}
"Symfony\Component\Form\Extension\Core\Type\TextType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5802
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5803
-innerType: Symfony\Component\Form\Extension\Core\Type\TextType {#5801}
-typeExtensions: []
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5769}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5804
-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 {#5741}
}
"Symfony\Component\Form\Extension\Core\Type\TextareaType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5815
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5816
-innerType: Symfony\Component\Form\Extension\Core\Type\TextareaType {#5814}
-typeExtensions: []
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5802}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5817
-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 {#5741}
}
"Symfony\Component\Form\Extension\Core\Type\EmailType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5828
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5829
-innerType: Symfony\Component\Form\Extension\Core\Type\EmailType {#5827}
-typeExtensions: []
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5802}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5830
-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 {#5741}
}
"Symfony\Component\Form\Extension\Core\Type\ButtonType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5860
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5863
-innerType: Symfony\Component\Form\Extension\Core\Type\ButtonType {#5861}
-typeExtensions: []
-parent: null
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5866
-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 {#5741}
}
"Symfony\Component\Form\Extension\Core\Type\SubmitType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5864
-proxiedType: Symfony\Component\Form\ResolvedFormType {#5865
-innerType: Symfony\Component\Form\Extension\Core\Type\SubmitType {#5859}
-typeExtensions: array:1 [
0 => Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension {#5862}
]
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5860}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#5867
-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 {#5741}
}
]
-guesser: false
-resolvedTypeFactory: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy {#5708
-proxiedFactory: Symfony\Component\Form\ResolvedFormTypeFactory {#5744}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#5741}
}
-checkedTypes: []
}
}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759}
-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) {#5787}
"error_bubbling" => true
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5789}
"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 {#5881
-elements: array:7 [
"nama" => Symfony\Component\Form\Form {#5882
-config: Symfony\Component\Form\FormBuilder {#5883
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5913 …1}
-name: "nama"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5802}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5806}
-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 {#5796}
1 => Symfony\Component\Validator\Constraints\Length {#5797}
]
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5748}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759}
-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) {#5806}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5808}
"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 {#5796}
1 => Symfony\Component\Validator\Constraints\Length {#5797}
]
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5879}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5884
-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 {#5885
-config: Symfony\Component\Form\FormBuilder {#5886
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5914 …1}
-name: "alamat"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5815}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5819}
-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 {#5748}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759}
-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) {#5819}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5821}
"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 {#5879}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5887
-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 {#5888
-config: Symfony\Component\Form\FormBuilder {#5889
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5916 …1}
-name: "email"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5828}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5833}
-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 {#5798}
1 => Symfony\Component\Validator\Constraints\Email {#5799}
]
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5748}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759}
-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) {#5833}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5835}
"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 {#5798}
1 => Symfony\Component\Validator\Constraints\Email {#5799}
]
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5879}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5890
-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 {#5891
-config: Symfony\Component\Form\FormBuilder {#5892
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5918 …1}
-name: "nomor_telepon"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5802}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5842}
-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 {#5800}
]
]
]
-data: null
-dataClass: null
-dataLocked: false
-formFactory: Symfony\Component\Form\FormFactory {#5748}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759}
-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) {#5842}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5844}
"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 {#5800}
]
"legacy_error_messages" => true
]
-isEmptyCallback: null
}
-parent: Symfony\Component\Form\Form {#5879}
-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: "nomor_telepon"
-inheritData: false
-propertyPath: null
}
"saran_atau_kritik" => Symfony\Component\Form\Form {#5894
-config: Symfony\Component\Form\FormBuilder {#5895
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5920 …1}
-name: "saran_atau_kritik"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5815}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: true
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5851}
-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 {#5748}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759}
-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) {#5851}
"required" => true
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5853}
"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 {#5879}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5896
-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 {#5897
-clicked: false
-parent: Symfony\Component\Form\Form {#5879}
-config: Symfony\Component\Form\SubmitButtonBuilder {#5898
#locked: true
-disabled: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5864}
-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 {#5899
-config: Symfony\Component\Form\FormBuilder {#5900
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: Symfony\Component\EventDispatcher\ImmutableEventDispatcher {#5922 …1}
-name: "province_twitter_number"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#5802}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: false
-disabled: false
-errorBubbling: false
-emptyData: Closure(FormInterface $form) {#5871}
-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 {#5748}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#5759}
-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) {#5871}
"required" => false
"error_bubbling" => false
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#5873}
"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 {#5879}
-children: Symfony\Component\Form\Util\OrderedHashMap {#5901
-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
}