- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 136
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- E-mails
- Notifications
- Geocoder
- Mercure
- Redis
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
front_complaint
"App\Form\Front\Complaint\ComplaintType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2906 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
allow_autocomplete | false |
allow_extra_fields | false |
allow_file_upload | false |
append | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_reload_on_change | false |
auto_submit_all_errors | false |
block_name | null |
block_prefix | null |
by_reference | true |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2904 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
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 {#2200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2221 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2223 …} -namespace: Closure() {#2217 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#2901 class: "Strictify\FormMapper\Extension\FactoryExtension" this: Strictify\FormMapper\Extension\FactoryExtension {#589 …} use: { $factory: Closure(ComplaintCategory $category, Address $address) {#2903 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
factory | Closure(ComplaintCategory $category, Address $address) {#2903 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
factory_error_message | null |
form_attr | false |
get_value | null |
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" |
placeholder | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
prepend | null |
priority | 0 |
property_path | null |
remove_entry | Closure() {#2914 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2302 …} } |
remove_value | Closure() {#2905 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
required | true |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2907 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
upload_max_size_message | Closure() {#2902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2320 …} $translationDomain: "validators" $message: Closure() {#2899 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "action" => "/" "autocomplete" => "off" "autofill" => "off" "role" => "presentation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "front_complaint" "_front_complaint" ] |
cache_key | "_front_complaint_front_complaint" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3949 -form: Symfony\Component\Form\Form {#3823 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3961 …5} |
full_name | "front_complaint" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "front_complaint" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "front_complaint" |
prepend | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_front_complaint" |
valid | true |
value | null |
category
"App\Form\Choice\ComplaintCategoryChoice"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotNull {#2935 +payload: null +message: "This value should not be null." } ] |
[ Symfony\Component\Validator\Constraints\Type {#2942 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\Category\ComplaintCategory" } Symfony\Component\Validator\Constraints\NotNull {#2935 +payload: null +message: "This value should not be null." } ] |
dynamic | true |
same as passed value |
get_value | Closure(Complaint $complaint) {#2931 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
same as passed value |
update_value | Closure(ComplaintCategory $category, Complaint $complaint) {#2930 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2906 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
allow_autocomplete | false |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
append | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_reload_on_change | false |
auto_submit_all_errors | false |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | Closure(AbstractCategory $category) {#2948 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2964 …} } |
choice_filter | Closure(?ComplaintCategory $category) {#2949 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2964 …} } |
choice_label | Closure(ComplaintCategory $category) {#2947 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2964 …} } |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3618 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2944 -om: ContainerWWLuR3X\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1050 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1683 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ App\Entity\Category\ComplaintCategory {#3445 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#2966 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3438 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3591 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457 #name: "Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3463 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 2 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3442 #name: "Snow on Fire Hydrant" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3439 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 #name: "Snow Placement" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3550 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 7 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3460 #name: "Sloppy work" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3444 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 #name: "Clearing Issues on Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3488 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 10 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3457} App\Entity\Category\ComplaintCategory {#3467 #name: "Snow Blown on Neighbour's Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3458 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3436 #name: "Damage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3466 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 #name: "Misc." -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3480 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3431 #name: "Missed or late on 1st Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3434 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3430 #name: "Missed Service" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3486 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 3 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3426 #name: "Neighbour Snow on Clients Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3429 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3422 #name: "Moved Car" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3425 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3418 #name: "New Sign-Up" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3421 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3414 #name: "Walkway done late" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3417 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3409 #name: "Compliments" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3413 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } App\Entity\Category\ComplaintCategory {#3475 #name: "Plow Ridge" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3473 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null } App\Entity\Category\ComplaintCategory {#3479 #name: "1-Shot Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3476 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} App\Entity\Category\ComplaintCategory {#3485 #name: "Driveway not being cleaned Marker-to-Marker" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3482 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3430 …2} Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} App\Entity\Category\ComplaintCategory {#3493 #name: "Walkway missed" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3490 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3497 #name: "Driver did neighbour's driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3494 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3501 #name: "Plow came by - needs out ASAP" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3498 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3505 #name: "Compliments for Office Staff" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3502 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3509 #name: "Calling to see if we're going out today" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3506 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3438 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3513 #name: "Driveway Too Narrow at the bottom" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3510 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3517 #name: "Driver blew garbage/flyers" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3514 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3521 #name: "Too far from garage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3518 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3525 #name: "Snow blown on Trees/Shrubs" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3522 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3529 #name: "Compliment for Shoveller" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3526 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3533 #name: "Plow ridge at end of drive-way and client can not get out" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3530 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3537 #name: "Compliment for the Driver" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3534 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3541 #name: "Missed or late on 2nd Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3538 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3430 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3545 #name: "Driveway Blocked by Vehicle" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3542 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3549 #name: "Snow blown on House/Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3546 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} App\Entity\Category\ComplaintCategory {#3555 #name: "Sloppy Work on the walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3552 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3559 #name: "Client reporting plows" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3556 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3563 #name: "Plow came by - needs out 2-3 hours" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3560 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3567 #name: "Snow in Road" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3564 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3571 #name: "Driver doing the wrong side" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3568 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3575 #name: "Needs out by a certain time" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3572 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3578 #name: "Competitor there before us" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3576 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3582 #name: "Driver blew snow on ornaments/lawn decorations" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3579 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3586 #name: "Driveway Missed on City Plow Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3583 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3430 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3590 #name: "Driver not getting close enough to surface" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3587 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3438 …2} App\Entity\Category\ComplaintCategory {#3597 #name: "1-Shot Driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3594 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3601 #name: "Client called to apologize" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3598 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3605 #name: "Snow on City Sidewalk" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3602 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3609 #name: "General Thank You" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3606 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } ] |
class | "App\Entity\Category\ComplaintCategory" |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2904 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Type {#2942 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\Category\ComplaintCategory" } Symfony\Component\Validator\Constraints\NotNull {#2935 +payload: null +message: "This value should not be null." } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2221 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2223 …} -namespace: Closure() {#2217 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | true |
em | ContainerWWLuR3X\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1050 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
factory | null |
factory_error_message | null |
form_attr | false |
get_value | Closure(Complaint $complaint) {#2931 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
getter | null |
group_by | Closure(ComplaintCategory $category) {#2956 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2964 …} } |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2944 -om: ContainerWWLuR3X\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1050 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1683 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } |
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 |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | "-- Category --" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
prepend | null |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#2958 -_em: Doctrine\ORM\EntityManager {#1127 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3619 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "o" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2951 #from: "App\Entity\Category\ComplaintCategory" #alias: "o" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#2971 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
remove_entry | Closure() {#2914 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2302 …} } |
remove_value | Closure() {#2905 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
required | true |
row_attr | [] |
select_all | false |
setter | null |
show_factory_error | true |
tom_select_options | [] |
translation_domain | null |
trim | false |
update_value | Closure(ComplaintCategory $category, Complaint $complaint) {#2930 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
upload_max_size_message | Closure() {#2955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2320 …} $translationDomain: "validators" $message: Closure() {#2954 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "data-action" => "change->dynamic-field#onChange" "autocomplete" => "off" "autofill" => "off" "role" => "presentation" "placeholder" => "-- Category --" "select_all" => false ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "complaint_category_choice" "_front_complaint_category" ] |
cache_key | "_front_complaint_category_complaint_category_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ "Other" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3958 +label: "Other" +choices: [ 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3957 +label: "Other" +value: "000042d4-af96-4f0c-ac76-868b9371d1b2" +data: App\Entity\Category\ComplaintCategory {#3445 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#2966 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3438 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3591 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457 #name: "Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3463 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 2 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3928 +label: "Calling to see if we're going out today" +value: "4a8eadfa-1983-4c98-ba58-7fb43d78e85f" +data: App\Entity\Category\ComplaintCategory {#3509 #name: "Calling to see if we're going out today" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3506 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3438 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Snow Placement" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3960 +label: "Snow Placement" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3945 +label: "Snow on Fire Hydrant" +value: "07e2a91f-0da9-4f21-9cd0-79342e4c9795" +data: App\Entity\Category\ComplaintCategory {#3442 #name: "Snow on Fire Hydrant" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3439 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 #name: "Snow Placement" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3550 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 7 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3953 +label: "Snow Blown on Neighbour's Property" +value: "1379f126-8c17-4cb3-8241-289f95f66524" +data: App\Entity\Category\ComplaintCategory {#3467 #name: "Snow Blown on Neighbour's Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3458 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3856 +label: "Neighbour Snow on Clients Property" +value: "2267fe10-8f47-4916-b847-90afc17b86e5" +data: App\Entity\Category\ComplaintCategory {#3426 #name: "Neighbour Snow on Clients Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3429 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3924 +label: "Snow blown on Trees/Shrubs" +value: "75045f6d-66d6-4dff-93c5-6d10dd32d58c" +data: App\Entity\Category\ComplaintCategory {#3525 #name: "Snow blown on Trees/Shrubs" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3522 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3916 +label: "Snow blown on House/Walkway" +value: "8859e173-d85e-4eac-bfc5-736f59a66ab9" +data: App\Entity\Category\ComplaintCategory {#3549 #name: "Snow blown on House/Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3546 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3896 +label: "Snow in Road" +value: "acba4dc4-9bce-4f33-bdc5-d950319e3712" +data: App\Entity\Category\ComplaintCategory {#3567 #name: "Snow in Road" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3564 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3967 +label: "Snow on City Sidewalk" +value: "e972876f-3ab3-48f3-bdeb-b3100a5f9312" +data: App\Entity\Category\ComplaintCategory {#3605 #name: "Snow on City Sidewalk" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3602 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3443 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Clearing Issues on Property" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3947 +label: "Clearing Issues on Property" +choices: [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3954 +label: "Sloppy work" +value: "0d32e0c1-7ab1-41d0-8fbd-83447d03c505" +data: App\Entity\Category\ComplaintCategory {#3460 #name: "Sloppy work" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3444 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 #name: "Clearing Issues on Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3488 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 10 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3937 +label: "Driveway not being cleaned Marker-to-Marker" +value: "3420b830-3235-420e-bf50-b8df12e95019" +data: App\Entity\Category\ComplaintCategory {#3485 #name: "Driveway not being cleaned Marker-to-Marker" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3482 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3935 +label: "Driver did neighbour's driveway" +value: "435b52f1-6bba-4253-b03a-1b290e61b1b0" +data: App\Entity\Category\ComplaintCategory {#3497 #name: "Driver did neighbour's driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3494 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3927 +label: "Driveway Too Narrow at the bottom" +value: "5a99b045-9343-4617-8c4f-223ac6d0ebb6" +data: App\Entity\Category\ComplaintCategory {#3513 #name: "Driveway Too Narrow at the bottom" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3510 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3926 +label: "Driver blew garbage/flyers" +value: "5efc9fdb-ab6f-4131-be21-b40fbb3c07c0" +data: App\Entity\Category\ComplaintCategory {#3517 #name: "Driver blew garbage/flyers" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3514 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3925 +label: "Too far from garage" +value: "5ff242e9-7243-4839-b637-95017262690e" +data: App\Entity\Category\ComplaintCategory {#3521 #name: "Too far from garage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3518 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3918 +label: "Driveway Blocked by Vehicle" +value: "80210f0a-584d-4700-8480-aa1574b67618" +data: App\Entity\Category\ComplaintCategory {#3545 #name: "Driveway Blocked by Vehicle" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3542 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3901 +label: "Driver doing the wrong side" +value: "b3b83eeb-7538-4da9-8d06-e68bc08096b4" +data: App\Entity\Category\ComplaintCategory {#3571 #name: "Driver doing the wrong side" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3568 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3898 +label: "Driver blew snow on ornaments/lawn decorations" +value: "c32eb0eb-184f-48c3-88f9-ce8c31a2fd66" +data: App\Entity\Category\ComplaintCategory {#3582 #name: "Driver blew snow on ornaments/lawn decorations" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3579 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3963 +label: "Driver not getting close enough to surface" +value: "cc2286cc-86e9-4bbb-a9b7-b3950a03b1e8" +data: App\Entity\Category\ComplaintCategory {#3590 #name: "Driver not getting close enough to surface" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3587 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3459 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Misc." => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3951 +label: "Misc." +choices: [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3950 +label: "Damage" +value: "18f30651-d9c4-4d86-afd4-4d8b1ef3b2a2" +data: App\Entity\Category\ComplaintCategory {#3436 #name: "Damage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3466 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 #name: "Misc." -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3480 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3830 +label: "Moved Car" +value: "22b8a2fd-592e-4921-9889-db5aae950ea2" +data: App\Entity\Category\ComplaintCategory {#3422 #name: "Moved Car" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3425 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3617 +label: "New Sign-Up" +value: "231db0b8-84bb-4ac9-b7fa-96c2c9e05e6f" +data: App\Entity\Category\ComplaintCategory {#3418 #name: "New Sign-Up" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3421 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3899 +label: "Needs out by a certain time" +value: "b581357e-462d-46d9-b537-6a0484331c8d" +data: App\Entity\Category\ComplaintCategory {#3575 #name: "Needs out by a certain time" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3572 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3965 +label: "1-Shot Driveway" +value: "ce0b64fa-39d5-4572-88d6-94189d53d9b6" +data: App\Entity\Category\ComplaintCategory {#3597 #name: "1-Shot Driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3594 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3435 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Missed Service" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3808 +label: "Missed Service" +choices: [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3779 +label: "Missed or late on 1st Pass" +value: "1bc927a4-182a-4703-92d4-83327fc92135" +data: App\Entity\Category\ComplaintCategory {#3431 #name: "Missed or late on 1st Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3434 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3430 #name: "Missed Service" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3486 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 3 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3919 +label: "Missed or late on 2nd Pass" +value: "7f1a851e-53a9-4fdc-80e1-a99d76319213" +data: App\Entity\Category\ComplaintCategory {#3541 #name: "Missed or late on 2nd Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3538 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3430 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3906 +label: "Driveway Missed on City Plow Pass" +value: "c58a2b96-a1f8-4d2c-b37d-f7d266dc9155" +data: App\Entity\Category\ComplaintCategory {#3586 #name: "Driveway Missed on City Plow Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3583 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3430 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Walkway" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3897 +label: "Walkway" +choices: [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3905 +label: "Walkway done late" +value: "26d60f83-3d51-4dba-a047-8a8ff94c6196" +data: App\Entity\Category\ComplaintCategory {#3414 #name: "Walkway done late" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3417 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3938 +label: "1-Shot Walkway" +value: "3368b06e-908f-444c-836f-ce4305cfd653" +data: App\Entity\Category\ComplaintCategory {#3479 #name: "1-Shot Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3476 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3936 +label: "Walkway missed" +value: "42860ee7-8614-4658-a43c-7a1f82039468" +data: App\Entity\Category\ComplaintCategory {#3493 #name: "Walkway missed" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3490 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3910 +label: "Sloppy Work on the walkway" +value: "96aff392-c3a2-4f24-9dbb-73aad904238d" +data: App\Entity\Category\ComplaintCategory {#3555 #name: "Sloppy Work on the walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3552 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3457} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3964 +label: "Other" +value: "cc755f6a-2aa9-4d85-9bb1-efbe2fd83f8f" +data: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3438 …2} +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Plow Ridge" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3933 +label: "Plow Ridge" +choices: [ 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3932 +label: "Plow came by - needs out ASAP" +value: "47e73673-095e-4056-8b6a-2eb23028fbcd" +data: App\Entity\Category\ComplaintCategory {#3501 #name: "Plow came by - needs out ASAP" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3498 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475 #name: "Plow Ridge" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3473 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +label: "Plow ridge at end of drive-way and client can not get out" +value: "75969d9d-fc16-441a-8bbe-15b1fbfdb689" +data: App\Entity\Category\ComplaintCategory {#3533 #name: "Plow ridge at end of drive-way and client can not get out" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3530 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3911 +label: "Client reporting plows" +value: "9c851046-e58b-4399-8687-4f7027ff6c6b" +data: App\Entity\Category\ComplaintCategory {#3559 #name: "Client reporting plows" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3556 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3909 +label: "Plow came by - needs out 2-3 hours" +value: "a8225523-b604-427e-b3a7-f0e2c9cd944b" +data: App\Entity\Category\ComplaintCategory {#3563 #name: "Plow came by - needs out 2-3 hours" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3560 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3475} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Compliments" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3930 +label: "Compliments" +choices: [ 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3929 +label: "Compliments for Office Staff" +value: "48bec7a6-f233-453b-bd73-97266b6fcbbf" +data: App\Entity\Category\ComplaintCategory {#3505 #name: "Compliments for Office Staff" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3502 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409 #name: "Compliments" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3413 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3923 +label: "Compliment for Shoveller" +value: "7551533d-9f6d-428f-8692-1e655c8f6bde" +data: App\Entity\Category\ComplaintCategory {#3529 #name: "Compliment for Shoveller" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3526 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3920 +label: "Compliment for the Driver" +value: "7c0fec9e-1f65-4329-b1dd-335ee38b0415" +data: App\Entity\Category\ComplaintCategory {#3537 #name: "Compliment for the Driver" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3534 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3966 +label: "Client called to apologize" +value: "d8539e9c-d8ba-47c8-9ddf-3e7a2bd8d64c" +data: App\Entity\Category\ComplaintCategory {#3601 #name: "Client called to apologize" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3598 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3968 +label: "General Thank You" +value: "fc964c57-4086-4d7e-afa0-44d6712992b1" +data: App\Entity\Category\ComplaintCategory {#3609 #name: "General Thank You" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3606 …} #company: Proxies\__CG__\App\Entity\Company\Company {#1572 …} -parent: App\Entity\Category\ComplaintCategory {#3409} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3944 -form: Symfony\Component\Form\Form {#3860 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3943 …5} |
full_name | "front_complaint[category]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "front_complaint_category" |
is_selected | Closure($choice, $value) {#3900 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2922 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category" |
placeholder | "-- Category --" |
placeholder_in_choices | false |
preferred_choices | [] |
prepend | null |
priority | 0 |
required | true |
row_attr | [ "data-controller" => "dynamic-field" ] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_front_complaint_category" |
uses_autocomplete | false |
valid | true |
value | "" |
address
"App\Form\Autocomplete\AddressAutocompleteType"
Default Data
Property | Value |
---|---|
Model Format |
null
|
Normalized Format | [ "id" => "" "value" => "" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "required" => true ] |
[ "required" => true ] |
constraints | [ Symfony\Component\Validator\Constraints\NotNull {#2925 +payload: null +message: "This value should not be null." } ] |
[ Symfony\Component\Validator\Constraints\Type {#3782 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\System\Address\Address" } Symfony\Component\Validator\Constraints\NotNull {#2925 +payload: null +message: "This value should not be null." } ] |
get_value | Closure(Complaint $complaint) {#2923 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
same as passed value |
label | "Address" |
same as passed value |
update_value | Closure(Address $address, Complaint $complaint) {#2924 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2906 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
allow_autocomplete | false |
allow_extra_fields | false |
allow_file_upload | false |
append | null |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_reload_on_change | false |
auto_submit_all_errors | false |
block_name | null |
block_prefix | null |
by_reference | true |
class | "App\Entity\System\Address\Address" |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2904 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Type {#3782 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\System\Address\Address" } Symfony\Component\Validator\Constraints\NotNull {#2925 +payload: null +message: "This value should not be null." } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2221 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2223 …} -namespace: Closure() {#2217 …} } |
data_class | null |
debounce | 100 |
disabled | false |
display | Closure(Address $address) {#3688 class: "App\Form\Autocomplete\AddressAutocompleteType" this: App\Form\Autocomplete\AddressAutocompleteType {#3635 …} } |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3775 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2469 …} } |
error_bubbling | true |
error_mapping | [ "." => "value" ] |
extra_fields_message | "This form should not contain extra fields." |
factory | null |
factory_error_message | null |
find_one_by_id | Closure($id) {#3781 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3712 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3719 …} } } |
find_one_by_value | Closure() {#3626 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3712 …} } |
form_attr | false |
get_value | Closure(Complaint $complaint) {#2923 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid, please select one from available choices" |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
not_found | Closure() {#3717 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3712 …} } |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
prepend | null |
priority | 0 |
property_path | null |
remove_entry | Closure() {#2914 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2302 …} } |
remove_value | Closure() {#2905 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
required | true |
row_attr | [] |
search | Closure(string $term) {#3689 class: "App\Form\Autocomplete\AddressAutocompleteType" this: App\Form\Autocomplete\AddressAutocompleteType {#3635 …} use: { $repo: App\Repository\System\Address\AddressRepository {#3624 …} $company: App\Entity\Company\Company {#1431 …} } } |
setter | null |
show_factory_error | true |
suggestions | Closure() {#3693 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3712 …} } |
translation_domain | null |
trim | true |
update_value | Closure(Address $address, Complaint $complaint) {#2924 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
upload_max_size_message | Closure() {#3777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2320 …} $translationDomain: "validators" $message: Closure() {#3776 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "required" => true "autocomplete" => "off" "autofill" => "off" "role" => "presentation" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "autocomplete" "generic_address" "_front_complaint_address" ] |
cache_key | "_front_complaint_address_generic_address" |
compound | true |
data | [ "id" => "" "value" => "" ] |
debounce | 100 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3931 -form: Symfony\Component\Form\Form {#3881 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3934 …5} |
form_class | "QXBwXEZvcm1cRnJvbnRcQ29tcGxhaW50XENvbXBsYWludFR5cGU=" |
form_field | "YWRkcmVzcw==" |
full_name | "front_complaint[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "front_complaint_address" |
label | "Address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
prepend | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
suggestions | [] |
translation_domain | null |
unique_block_prefix | "_front_complaint_address" |
valid | true |
value | [ "id" => "" "value" => "" ] |
id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-wjb-autocomplete-id" => "" "autocomplete" => "off" ] |
[ "data-wjb-autocomplete-id" => "" "autocomplete" => "off" ] |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2906 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
allow_autocomplete | false |
allow_extra_fields | false |
allow_file_upload | false |
append | null |
attr | [ "data-wjb-autocomplete-id" => "" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_reload_on_change | false |
auto_submit_all_errors | false |
block_name | null |
block_prefix | null |
by_reference | true |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2904 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
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 {#2200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2221 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2223 …} -namespace: Closure() {#2217 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3865 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2469 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
factory | null |
factory_error_message | null |
form_attr | false |
get_value | null |
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" |
placeholder | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
prepend | null |
priority | 0 |
property_path | null |
remove_entry | Closure() {#2914 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2302 …} } |
remove_value | Closure() {#2905 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
required | false |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2907 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
upload_max_size_message | Closure() {#3827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2320 …} $translationDomain: "validators" $message: Closure() {#3866 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "data-wjb-autocomplete-id" => "" "autocomplete" => "off" "autofill" => "off" "role" => "presentation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_front_complaint_address_id" ] |
cache_key | "_front_complaint_address_id_hidden" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3959 -form: Symfony\Component\Form\Form {#3884 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3946 …5} |
full_name | "front_complaint[address][id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "front_complaint_address_id" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "id" |
prepend | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_front_complaint_address_id" |
valid | true |
value | "" |
value
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "required" => true "autocomplete" => "off" "data-wjb-autocomplete-value" => "" ] |
[ "required" => true "autocomplete" => "off" "data-wjb-autocomplete-value" => "" ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2906 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
allow_autocomplete | false |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
append | null |
attr | [ "required" => true "autocomplete" => "off" "data-wjb-autocomplete-value" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_reload_on_change | false |
auto_submit_all_errors | false |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2904 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
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 {#2200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2221 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2223 …} -namespace: Closure() {#2217 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3846 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2469 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
factory | null |
factory_error_message | null |
form_attr | false |
get_value | null |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
prepend | null |
priority | 0 |
property_path | null |
remove_entry | Closure() {#2914 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2302 …} } |
remove_value | Closure() {#2905 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
required | true |
row_attr | [] |
setter | null |
show_factory_error | true |
tom_select_options | [] |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2907 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
upload_max_size_message | Closure() {#3853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2320 …} $translationDomain: "validators" $message: Closure() {#3847 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "required" => true "autocomplete" => "off" "data-wjb-autocomplete-value" => "" "autofill" => "off" "role" => "presentation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_front_complaint_address_value" ] |
cache_key | "_front_complaint_address_value_search" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3956 -form: Symfony\Component\Form\Form {#3887 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3969 …5} |
full_name | "front_complaint[address][value]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "front_complaint_address_value" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "value" |
prepend | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_front_complaint_address_value" |
uses_autocomplete | false |
valid | true |
value | "" |
description
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "rows" => 10 ] |
[ "rows" => 10 ] |
get_value | Closure(Complaint $complaint) {#2926 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
same as passed value |
required | false |
false
|
update_value | Closure(?string $description, Complaint $complaint) {#2927 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2906 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
allow_autocomplete | false |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
append | null |
attr | [ "rows" => 10 ] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_reload_on_change | false |
auto_submit_all_errors | false |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2904 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Type {#3809 +payload: null +message: "This value should be of type {{ type }}." +type: "string" } ] |
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 {#2200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2221 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2223 …} -namespace: Closure() {#2217 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3802 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2469 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
factory | null |
factory_error_message | null |
form_attr | false |
get_value | Closure(Complaint $complaint) {#2926 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
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 |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
prepend | null |
priority | 0 |
property_path | null |
remove_entry | Closure() {#2914 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2302 …} } |
remove_value | Closure() {#2905 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
required | false |
row_attr | [] |
setter | null |
show_factory_error | true |
tom_select_options | [] |
translation_domain | null |
trim | true |
update_value | Closure(?string $description, Complaint $complaint) {#2927 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1772 …} } |
upload_max_size_message | Closure() {#3804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2320 …} $translationDomain: "validators" $message: Closure() {#3803 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "rows" => 10 "autocomplete" => "off" "autofill" => "off" "role" => "presentation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_front_complaint_description" ] |
cache_key | "_front_complaint_description_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3941 -form: Symfony\Component\Form\Form {#3890 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3952 …5} |
full_name | "front_complaint[description]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "front_complaint_description" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "description" |
pattern | null |
prepend | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_front_complaint_description" |
uses_autocomplete | false |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "565d06e6138007b642f5ac8aa8ff.O-WxN0p_ichJuqZ5nBlfA8qrTMAY_15RZ1Cz-liDdsI.XIGIVgYNy6Ex9dY0qSA-Vo7-HZBzzxwSFiGDsQv3RbRLltRAGAjcjDjr0Q" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "565d06e6138007b642f5ac8aa8ff.O-WxN0p_ichJuqZ5nBlfA8qrTMAY_15RZ1Cz-liDdsI.XIGIVgYNy6Ex9dY0qSA-Vo7-HZBzzxwSFiGDsQv3RbRLltRAGAjcjDjr0Q" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2906 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
allow_autocomplete | false |
allow_extra_fields | false |
allow_file_upload | false |
append | null |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_reload_on_change | false |
auto_submit_all_errors | false |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2904 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
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 {#2200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2221 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2223 …} -namespace: Closure() {#2217 …} } |
data | "565d06e6138007b642f5ac8aa8ff.O-WxN0p_ichJuqZ5nBlfA8qrTMAY_15RZ1Cz-liDdsI.XIGIVgYNy6Ex9dY0qSA-Vo7-HZBzzxwSFiGDsQv3RbRLltRAGAjcjDjr0Q" |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3972 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2469 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
factory | null |
factory_error_message | null |
form_attr | false |
get_value | null |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
placeholder | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
prepend | null |
priority | 0 |
property_path | null |
remove_entry | Closure() {#2914 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2302 …} } |
remove_value | Closure() {#2905 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
required | false |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2907 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2870 …} } |
upload_max_size_message | Closure() {#3970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2320 …} $translationDomain: "validators" $message: Closure() {#3971 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "action" => "/" "autocomplete" => "off" "autofill" => "off" "role" => "presentation" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_front_complaint__token" ] |
cache_key | "_front_complaint__token_hidden" |
compound | false |
data | "565d06e6138007b642f5ac8aa8ff.O-WxN0p_ichJuqZ5nBlfA8qrTMAY_15RZ1Cz-liDdsI.XIGIVgYNy6Ex9dY0qSA-Vo7-HZBzzxwSFiGDsQv3RbRLltRAGAjcjDjr0Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3993 -form: Symfony\Component\Form\Form {#3989 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3974 …5} |
full_name | "front_complaint[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "front_complaint__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
prepend | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_front_complaint__token" |
valid | true |
value | "565d06e6138007b642f5ac8aa8ff.O-WxN0p_ichJuqZ5nBlfA8qrTMAY_15RZ1Cz-liDdsI.XIGIVgYNy6Ex9dY0qSA-Vo7-HZBzzxwSFiGDsQv3RbRLltRAGAjcjDjr0Q" |