- 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() {#2936 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2934 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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 {#2264 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2287 …} -namespace: Closure() {#2281 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#2931 class: "Strictify\FormMapper\Extension\FactoryExtension" this: Strictify\FormMapper\Extension\FactoryExtension {#1642 …} use: { $factory: Closure(ComplaintCategory $category, Address $address) {#2933 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
factory | Closure(ComplaintCategory $category, Address $address) {#2933 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
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() {#2944 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#1625 …} } |
remove_value | Closure() {#2935 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
required | true |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2937 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
upload_max_size_message | Closure() {#2932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1516 …} $translationDomain: "validators" $message: Closure() {#2929 …} } } |
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 {#4058 -form: Symfony\Component\Form\Form {#3932 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4070 …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 {#2965 +payload: null +message: "This value should not be null." } ] |
[ Symfony\Component\Validator\Constraints\Type {#2972 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\Category\ComplaintCategory" } Symfony\Component\Validator\Constraints\NotNull {#2965 +payload: null +message: "This value should not be null." } ] |
dynamic | true |
same as passed value |
get_value | Closure(Complaint $complaint) {#2961 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
same as passed value |
update_value | Closure(ComplaintCategory $category, Complaint $complaint) {#2960 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2936 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2978 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2994 …} } |
choice_filter | Closure(?ComplaintCategory $category) {#2979 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2994 …} } |
choice_label | Closure(ComplaintCategory $category) {#2977 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2994 …} } |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3727 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2974 -om: ContainerWWLuR3X\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1050 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1464 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ App\Entity\Category\ComplaintCategory {#3447 #name: "Compliment for Shoveller" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#2996 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 #name: "Compliments" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3486 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } App\Entity\Category\ComplaintCategory {#3459 #name: "fire hydrant" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3461 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 #name: "Snow Blown on:" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3512 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3428 #name: "Driveway Missed on 1st Pass" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3456 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 #name: "Missed Service" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3680 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } App\Entity\Category\ComplaintCategory {#3421 #name: "Starter Kit with Scoop" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3425 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 #name: "Salt Delivery" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3494 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3415 #name: "Driveway-late" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3419 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3414 #name: "Late" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3573 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 3 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } App\Entity\Category\ComplaintCategory {#3408 #name: "Posts Remaining" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3412 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 #name: "Client Property Tasks" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3702 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 8 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3472 #name: "Call Back - 6AM-9AM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3405 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 #name: "Call-Back Service" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3497 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 6 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } App\Entity\Category\ComplaintCategory {#3479 #name: "Client just reporting plows" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3475 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 #name: "Plow Ridge" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3636 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3485 #name: "Call Back Anytime" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3481 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} App\Entity\Category\ComplaintCategory {#3493 #name: "Walkway Missed" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3489 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 …2} Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} App\Entity\Category\ComplaintCategory {#3504 #name: "Call Back 12PM-3PM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3500 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } App\Entity\Category\ComplaintCategory {#3509 #name: "Driver not getting close to the driveway surface" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3505 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 #name: "Clearing Issues on Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3565 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 6 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 …2} App\Entity\Category\ComplaintCategory {#3518 #name: "Client harassment of staff" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3514 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 #name: "Manager" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3663 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3520 …} } App\Entity\Category\ComplaintCategory {#3525 #name: "Unverified Missed" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3521 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } App\Entity\Category\ComplaintCategory {#3530 #name: "Sloppy Work on Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3526 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } App\Entity\Category\ComplaintCategory {#3535 #name: "Call Back - 3PM-6PM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3531 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } App\Entity\Category\ComplaintCategory {#3540 #name: "Client wishes to speak to manager" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3536 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } App\Entity\Category\ComplaintCategory {#3545 #name: "Starter Kit" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3541 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3550 #name: "Driver not getting close enough to garage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3546 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } App\Entity\Category\ComplaintCategory {#3555 #name: "Confirmed Web Order" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3551 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3560 #name: "To be Installed by Management" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3556 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3564 #name: "New Client/no posts" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3561 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} App\Entity\Category\ComplaintCategory {#3571 #name: "Confirmed WFS problem" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3567 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3572 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3414 …2} App\Entity\Category\ComplaintCategory {#3580 #name: "Lower City Water Valve" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3576 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3585 #name: "road" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3581 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } App\Entity\Category\ComplaintCategory {#3590 #name: "Plow came by - need out in next 2-3 hours" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3586 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } App\Entity\Category\ComplaintCategory {#3595 #name: "Install Red Marker for Obstructions" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3591 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3600 #name: "Call Back 9AM-12PM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3596 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } App\Entity\Category\ComplaintCategory {#3605 #name: "Drill in Red Markers" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3601 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3610 #name: "Compliment for Office Staff" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3606 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } App\Entity\Category\ComplaintCategory {#3615 #name: "Walkway-late" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3611 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3414 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } App\Entity\Category\ComplaintCategory {#3620 #name: "Driveway not being cleared marker to marker" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3616 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } App\Entity\Category\ComplaintCategory {#3625 #name: "city sidewalk" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3621 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } App\Entity\Category\ComplaintCategory {#3630 #name: "Competitor there before us" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3626 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3414 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } App\Entity\Category\ComplaintCategory {#3635 #name: "Drill Approved by Client" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3631 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 …2} App\Entity\Category\ComplaintCategory {#3642 #name: "Plow came by - need out in next 4-6 hours" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3638 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3647 #name: "911 - EMERGENCY SERVICE" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3643 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3652 #name: "General Thank You" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3648 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } App\Entity\Category\ComplaintCategory {#3657 #name: "Driveway Missed on City Plow pass" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3653 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } App\Entity\Category\ComplaintCategory {#3662 #name: "Plow came by - need out in next hour" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3658 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} App\Entity\Category\ComplaintCategory {#3669 #name: "neighbour's property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3665 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } App\Entity\Category\ComplaintCategory {#3674 #name: "OPT-OUT - ALREADY CLEARED FEB 26" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3670 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: true -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } App\Entity\Category\ComplaintCategory {#3679 #name: "Call-Back Jan 17" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3675 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} App\Entity\Category\ComplaintCategory {#3686 #name: "Driveway Missed on 2nd Pass" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3682 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } App\Entity\Category\ComplaintCategory {#3691 #name: "Refill" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3687 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3696 #name: "Sloppy Work on Driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3692 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } App\Entity\Category\ComplaintCategory {#3701 #name: "Trim Trees - awaiting permission" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3697 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} App\Entity\Category\ComplaintCategory {#3708 #name: "Trim Trees - Permission Granted" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3704 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } App\Entity\Category\ComplaintCategory {#3713 #name: "Compliment for the Driver" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3709 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } App\Entity\Category\ComplaintCategory {#3718 #name: "Driver putting neighbour's snow on client's property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3714 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } ] |
class | "App\Entity\Category\ComplaintCategory" |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2934 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Type {#2972 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\Category\ComplaintCategory" } Symfony\Component\Validator\Constraints\NotNull {#2965 +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 {#2264 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2287 …} -namespace: Closure() {#2281 …} } |
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) {#2961 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
getter | null |
group_by | Closure(ComplaintCategory $category) {#2986 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2994 …} } |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2974 -om: ContainerWWLuR3X\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1050 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1464 …} -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 {#2988 -_em: Doctrine\ORM\EntityManager {#1127 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3728 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "o" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2981 #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 {#3001 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
remove_entry | Closure() {#2944 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#1625 …} } |
remove_value | Closure() {#2935 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2960 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
upload_max_size_message | Closure() {#2985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1516 …} $translationDomain: "validators" $message: Closure() {#2984 …} } } |
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 | [ "Compliments" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4067 +label: "Compliments" +choices: [ 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +label: "Compliment for Shoveller" +value: "0228fe4a-13a7-4896-96f4-638651912bff" +data: App\Entity\Category\ComplaintCategory {#3447 #name: "Compliment for Shoveller" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#2996 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 #name: "Compliments" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3486 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +label: "Compliment for Office Staff" +value: "90b253e0-6a88-44fa-8651-af365f5d4a76" +data: App\Entity\Category\ComplaintCategory {#3610 #name: "Compliment for Office Staff" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3606 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +label: "General Thank You" +value: "c96e7ef3-708c-4083-ad3e-eaae759db411" +data: App\Entity\Category\ComplaintCategory {#3652 #name: "General Thank You" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3648 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +label: "Compliment for the Driver" +value: "fb10055c-e92d-4c1f-8f0f-12eb1dfcb4a4" +data: App\Entity\Category\ComplaintCategory {#3713 #name: "Compliment for the Driver" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3709 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3460 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } ] } "Snow Blown on:" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4069 +label: "Snow Blown on:" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4054 +label: "fire hydrant" +value: "04b0b559-9c9b-4e35-8eef-c0c7144f54e2" +data: App\Entity\Category\ComplaintCategory {#3459 #name: "fire hydrant" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3461 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 #name: "Snow Blown on:" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3512 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4019 +label: "road" +value: "65dc775d-47de-4a38-ae98-da464d6f6443" +data: App\Entity\Category\ComplaintCategory {#3585 #name: "road" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3581 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +label: "city sidewalk" +value: "b290680e-ec41-4bc7-bef7-7bd7a2407bf0" +data: App\Entity\Category\ComplaintCategory {#3625 #name: "city sidewalk" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3621 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +label: "neighbour's property" +value: "e2f38d59-19bc-4b87-bd16-67dd648d0cae" +data: App\Entity\Category\ComplaintCategory {#3669 #name: "neighbour's property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3665 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3458 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Missed Service" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4056 +label: "Missed Service" +choices: [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +label: "Driveway Missed on 1st Pass" +value: "0b24641c-cd83-450f-a079-c902ad6b26d7" +data: App\Entity\Category\ComplaintCategory {#3428 #name: "Driveway Missed on 1st Pass" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3456 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 #name: "Missed Service" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3680 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 100 ] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +label: "Walkway Missed" +value: "29d4c496-815b-4af2-bbb9-83c975a91fc5" +data: App\Entity\Category\ComplaintCategory {#3493 #name: "Walkway Missed" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3489 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 100 ] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +label: "Unverified Missed" +value: "3ca7d022-d12d-437f-b2c2-83941f5357e1" +data: App\Entity\Category\ComplaintCategory {#3525 #name: "Unverified Missed" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3521 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +label: "Driveway Missed on City Plow pass" +value: "d03e7245-e705-4b23-93b4-95a258d0ad3c" +data: App\Entity\Category\ComplaintCategory {#3657 #name: "Driveway Missed on City Plow pass" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3653 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 65 ] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +label: "Driveway Missed on 2nd Pass" +value: "f1580bbc-ba6b-4254-9827-74e1782c9fb8" +data: App\Entity\Category\ComplaintCategory {#3686 #name: "Driveway Missed on 2nd Pass" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3682 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3427 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 65 ] +labelTranslationParameters: [] } ] } "Salt Delivery" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4061 +label: "Salt Delivery" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +label: "Starter Kit with Scoop" +value: "0b42b704-c451-470d-99ac-a5a95e7b4729" +data: App\Entity\Category\ComplaintCategory {#3421 #name: "Starter Kit with Scoop" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3425 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 #name: "Salt Delivery" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3494 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +label: "Starter Kit" +value: "417c407b-a886-4bc2-b18a-5c520adfafa3" +data: App\Entity\Category\ComplaintCategory {#3545 #name: "Starter Kit" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3541 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4029 +label: "Confirmed Web Order" +value: "4642d107-7c66-4ca2-98ba-20a7cf3375f1" +data: App\Entity\Category\ComplaintCategory {#3555 #name: "Confirmed Web Order" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3551 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 65 ] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +label: "Refill" +value: "f3fcd312-8b0b-4e93-bcab-deb789be0bff" +data: App\Entity\Category\ComplaintCategory {#3691 #name: "Refill" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3687 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3420 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Late" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4050 +label: "Late" +choices: [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3917 +label: "Driveway-late" +value: "0fb3f4e6-5f83-4340-8669-9e6bb3c9b6d1" +data: App\Entity\Category\ComplaintCategory {#3415 #name: "Driveway-late" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3419 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3414 #name: "Late" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3573 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 3 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +label: "Walkway-late" +value: "a03226fc-276c-464b-afef-e293a16b60bf" +data: App\Entity\Category\ComplaintCategory {#3615 #name: "Walkway-late" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3611 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3414 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +label: "Competitor there before us" +value: "b5d09e53-bbbc-4c9a-a6c8-cfc228446b4e" +data: App\Entity\Category\ComplaintCategory {#3630 #name: "Competitor there before us" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3626 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3414 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } ] } "Client Property Tasks" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3965 +label: "Client Property Tasks" +choices: [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3939 +label: "Posts Remaining" +value: "11afa537-2844-4e80-999f-19d6d75f90ee" +data: App\Entity\Category\ComplaintCategory {#3408 #name: "Posts Remaining" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3412 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 #name: "Client Property Tasks" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3702 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 8 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4028 +label: "To be Installed by Management" +value: "4f1177c5-da22-4696-bc5d-b56854ed1be1" +data: App\Entity\Category\ComplaintCategory {#3560 #name: "To be Installed by Management" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3556 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +label: "Lower City Water Valve" +value: "65cabbd1-8bf1-44fb-90c7-90730eb21116" +data: App\Entity\Category\ComplaintCategory {#3580 #name: "Lower City Water Valve" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3576 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4018 +label: "Install Red Marker for Obstructions" +value: "7fe33a6c-d5e7-4081-a67e-832684222153" +data: App\Entity\Category\ComplaintCategory {#3595 #name: "Install Red Marker for Obstructions" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3591 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +label: "Drill in Red Markers" +value: "8f9b9fd1-b6ef-4ec6-9cfa-38ba2c957a70" +data: App\Entity\Category\ComplaintCategory {#3605 #name: "Drill in Red Markers" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3601 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +label: "Drill Approved by Client" +value: "b77cc920-952a-4b08-a45a-b68e77add569" +data: App\Entity\Category\ComplaintCategory {#3635 #name: "Drill Approved by Client" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3631 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +label: "Trim Trees - awaiting permission" +value: "f6c4eb67-222e-4f68-84a2-902f55a09d75" +data: App\Entity\Category\ComplaintCategory {#3701 #name: "Trim Trees - awaiting permission" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3697 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +label: "Trim Trees - Permission Granted" +value: "f9cb83c0-c6a7-49f6-bcd1-6be35e2c4ffe" +data: App\Entity\Category\ComplaintCategory {#3708 #name: "Trim Trees - Permission Granted" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3704 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3402 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } ] } "Call-Back Service" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4009 +label: "Call-Back Service" +choices: [ 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +label: "Call Back - 6AM-9AM" +value: "1a13452d-af95-4bfc-8502-9f4441a49caa" +data: App\Entity\Category\ComplaintCategory {#3472 #name: "Call Back - 6AM-9AM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3405 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 #name: "Call-Back Service" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3497 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 6 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +label: "Call Back Anytime" +value: "24ae91fa-aa3f-4b1d-99f3-87ba17455504" +data: App\Entity\Category\ComplaintCategory {#3485 #name: "Call Back Anytime" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3481 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4043 +label: "Call Back 12PM-3PM" +value: "3511b86e-01db-4519-97a6-ea806d394424" +data: App\Entity\Category\ComplaintCategory {#3504 #name: "Call Back 12PM-3PM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3500 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +label: "Call Back - 3PM-6PM" +value: "3ea23f05-efa3-47d2-b380-827701d99ce1" +data: App\Entity\Category\ComplaintCategory {#3535 #name: "Call Back - 3PM-6PM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3531 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +label: "Call Back 9AM-12PM" +value: "848e25b3-08c1-4034-947a-8de604604cee" +data: App\Entity\Category\ComplaintCategory {#3600 #name: "Call Back 9AM-12PM" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3596 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3474 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +label: "Call-Back Jan 17" +value: "e8580171-b48b-4766-b427-5da8532f49c9" +data: App\Entity\Category\ComplaintCategory {#3679 #name: "Call-Back Jan 17" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3675 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3473 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Plow Ridge" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4047 +label: "Plow Ridge" +choices: [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +label: "Client just reporting plows" +value: "245025bf-123b-4989-a19e-aabfdf65e3de" +data: App\Entity\Category\ComplaintCategory {#3479 #name: "Client just reporting plows" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3475 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 #name: "Plow Ridge" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3636 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +label: "Plow came by - need out in next 2-3 hours" +value: "7970ecd9-14ea-433e-b2df-60088180c4bd" +data: App\Entity\Category\ComplaintCategory {#3590 #name: "Plow came by - need out in next 2-3 hours" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3586 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3426 …} } +attr: [ "data-priority" => 65 ] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +label: "Plow came by - need out in next 4-6 hours" +value: "c330a6b4-8085-4776-8519-169714cddedd" +data: App\Entity\Category\ComplaintCategory {#3642 #name: "Plow came by - need out in next 4-6 hours" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3638 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +label: "Plow came by - need out in next hour" +value: "d09474ae-dd63-44ac-a783-d85ec963b767" +data: App\Entity\Category\ComplaintCategory {#3662 #name: "Plow came by - need out in next hour" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3658 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3480 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 100 ] +labelTranslationParameters: [] } ] } "Clearing Issues on Property" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4041 +label: "Clearing Issues on Property" +choices: [ 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +label: "Driver not getting close to the driveway surface" +value: "3591c279-8fad-4bb3-90eb-0aba69fc1d1f" +data: App\Entity\Category\ComplaintCategory {#3509 #name: "Driver not getting close to the driveway surface" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3505 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 #name: "Clearing Issues on Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3565 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 6 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +label: "Sloppy Work on Walkway" +value: "3caf025c-3d3a-4c01-8811-073e6be742a8" +data: App\Entity\Category\ComplaintCategory {#3530 #name: "Sloppy Work on Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3526 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4031 +label: "Driver not getting close enough to garage" +value: "42777339-a7f4-4cdf-b0af-ee6459c1a04e" +data: App\Entity\Category\ComplaintCategory {#3550 #name: "Driver not getting close enough to garage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3546 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4015 +label: "Driveway not being cleared marker to marker" +value: "b02358ac-9ea8-4911-86fe-55e966f87e5b" +data: App\Entity\Category\ComplaintCategory {#3620 #name: "Driveway not being cleared marker to marker" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3616 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +label: "Sloppy Work on Driveway" +value: "f4a6a306-e63c-47b0-b0cd-405d3222915e" +data: App\Entity\Category\ComplaintCategory {#3696 #name: "Sloppy Work on Driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3692 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +label: "Driver putting neighbour's snow on client's property" +value: "fec0e936-8ffc-4c2a-bc3c-2772215b8722" +data: App\Entity\Category\ComplaintCategory {#3718 #name: "Driver putting neighbour's snow on client's property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3714 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3510 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Manager" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#4038 +label: "Manager" +choices: [ 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +label: "Client harassment of staff" +value: "3b95cb31-ebef-4fd2-b52d-f961994665f1" +data: App\Entity\Category\ComplaintCategory {#3518 #name: "Client harassment of staff" -priority: 65 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3514 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 #name: "Manager" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3663 …} #company: App\Entity\Company\Company {#1431 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3520 …} } +attr: [ "data-priority" => 65 ] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +label: "Client wishes to speak to manager" +value: "3fa364c3-567c-488a-9a45-0270e9ea2855" +data: App\Entity\Category\ComplaintCategory {#3540 #name: "Client wishes to speak to manager" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3536 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3511 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +label: "Confirmed WFS problem" +value: "5e3ccb40-172c-4d1c-8533-80a64338297f" +data: App\Entity\Category\ComplaintCategory {#3571 #name: "Confirmed WFS problem" -priority: 20 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3567 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3572 …} } +attr: [ "data-priority" => 20 ] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +label: "911 - EMERGENCY SERVICE" +value: "c47da544-2b9b-4183-8d4e-408c60dba093" +data: App\Entity\Category\ComplaintCategory {#3647 #name: "911 - EMERGENCY SERVICE" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3643 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3464 …} } +attr: [ "data-priority" => 100 ] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +label: "OPT-OUT - ALREADY CLEARED FEB 26" +value: "e684a769-656d-4cea-a793-b2fca5e2a95e" +data: App\Entity\Category\ComplaintCategory {#3674 #name: "OPT-OUT - ALREADY CLEARED FEB 26" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3670 …} #company: App\Entity\Company\Company {#1431 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3519 …2} -requiresDateOfIncident: true -nrOfChildren: 0 -weight: Proxies\__CG__\App\Entity\Category\ComplaintCategoryWeight {#3413 …} } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4053 -form: Symfony\Component\Form\Form {#3969 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4052 …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) {#4014 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2952 …} } |
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 {#2955 +payload: null +message: "This value should not be null." } ] |
[ Symfony\Component\Validator\Constraints\Type {#3891 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\System\Address\Address" } Symfony\Component\Validator\Constraints\NotNull {#2955 +payload: null +message: "This value should not be null." } ] |
get_value | Closure(Complaint $complaint) {#2953 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
same as passed value |
label | "Address" |
same as passed value |
update_value | Closure(Address $address, Complaint $complaint) {#2954 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2936 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2934 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Type {#3891 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\System\Address\Address" } Symfony\Component\Validator\Constraints\NotNull {#2955 +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 {#2264 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2287 …} -namespace: Closure() {#2281 …} } |
data_class | null |
debounce | 100 |
disabled | false |
display | Closure(Address $address) {#3797 class: "App\Form\Autocomplete\AddressAutocompleteType" this: App\Form\Autocomplete\AddressAutocompleteType {#3744 …} } |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3884 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2499 …} } |
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) {#3890 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3821 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3828 …} } } |
find_one_by_value | Closure() {#3735 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3821 …} } |
form_attr | false |
get_value | Closure(Complaint $complaint) {#2953 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
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() {#3826 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3821 …} } |
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() {#2944 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#1625 …} } |
remove_value | Closure() {#2935 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
required | true |
row_attr | [] |
search | Closure(string $term) {#3798 class: "App\Form\Autocomplete\AddressAutocompleteType" this: App\Form\Autocomplete\AddressAutocompleteType {#3744 …} use: { $repo: App\Repository\System\Address\AddressRepository {#3733 …} $company: App\Entity\Company\Company {#1431 …} } } |
setter | null |
show_factory_error | true |
suggestions | Closure() {#3802 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3821 …} } |
translation_domain | null |
trim | true |
update_value | Closure(Address $address, Complaint $complaint) {#2954 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
upload_max_size_message | Closure() {#3886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1516 …} $translationDomain: "validators" $message: Closure() {#3885 …} } } |
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 {#4039 -form: Symfony\Component\Form\Form {#3990 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4042 …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() {#2936 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2934 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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 {#2264 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2287 …} -namespace: Closure() {#2281 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3974 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2499 …} } |
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() {#2944 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#1625 …} } |
remove_value | Closure() {#2935 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
required | false |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2937 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
upload_max_size_message | Closure() {#3936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1516 …} $translationDomain: "validators" $message: Closure() {#3975 …} } } |
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 {#4062 -form: Symfony\Component\Form\Form {#3993 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4059 …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() {#2936 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2934 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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 {#2264 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2287 …} -namespace: Closure() {#2281 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3955 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2499 …} } |
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() {#2944 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#1625 …} } |
remove_value | Closure() {#2935 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
required | true |
row_attr | [] |
setter | null |
show_factory_error | true |
tom_select_options | [] |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2937 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
upload_max_size_message | Closure() {#3962 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1516 …} $translationDomain: "validators" $message: Closure() {#3956 …} } } |
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 {#4055 -form: Symfony\Component\Form\Form {#3996 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4068 …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) {#2956 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
same as passed value |
required | false |
false
|
update_value | Closure(?string $description, Complaint $complaint) {#2957 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2936 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2934 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Type {#3918 +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 {#2264 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2287 …} -namespace: Closure() {#2281 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3911 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2499 …} } |
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) {#2956 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
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() {#2944 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#1625 …} } |
remove_value | Closure() {#2935 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2957 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1632 …} } |
upload_max_size_message | Closure() {#3913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1516 …} $translationDomain: "validators" $message: Closure() {#3912 …} } } |
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 {#3726 -form: Symfony\Component\Form\Form {#3999 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3888 …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 | "b9d74bdc56bb00ae30741f8330b.-m4F2gUIiVFYAn9JEPRyvodABkJsN2QbcS7yLIrHrS0.jBY9sD1pxhg1NR58IcEHyv5xcSwuABJJFB6UQcO1nnW_PH-5ZkW-PCF0EA" |
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 | "b9d74bdc56bb00ae30741f8330b.-m4F2gUIiVFYAn9JEPRyvodABkJsN2QbcS7yLIrHrS0.jBY9sD1pxhg1NR58IcEHyv5xcSwuABJJFB6UQcO1nnW_PH-5ZkW-PCF0EA" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2936 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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) {#2934 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
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 {#2264 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2287 …} -namespace: Closure() {#2281 …} } |
data | "b9d74bdc56bb00ae30741f8330b.-m4F2gUIiVFYAn9JEPRyvodABkJsN2QbcS7yLIrHrS0.jBY9sD1pxhg1NR58IcEHyv5xcSwuABJJFB6UQcO1nnW_PH-5ZkW-PCF0EA" |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#4091 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2499 …} } |
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() {#2944 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#1625 …} } |
remove_value | Closure() {#2935 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
required | false |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2937 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2900 …} } |
upload_max_size_message | Closure() {#4065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1516 …} $translationDomain: "validators" $message: Closure() {#4090 …} } } |
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 | "b9d74bdc56bb00ae30741f8330b.-m4F2gUIiVFYAn9JEPRyvodABkJsN2QbcS7yLIrHrS0.jBY9sD1pxhg1NR58IcEHyv5xcSwuABJJFB6UQcO1nnW_PH-5ZkW-PCF0EA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4112 -form: Symfony\Component\Form\Form {#4108 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4093 …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 | "b9d74bdc56bb00ae30741f8330b.-m4F2gUIiVFYAn9JEPRyvodABkJsN2QbcS7yLIrHrS0.jBY9sD1pxhg1NR58IcEHyv5xcSwuABJJFB6UQcO1nnW_PH-5ZkW-PCF0EA" |