- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 174
- 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() {#2902 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2900 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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 {#2196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2217 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2219 …} -namespace: Closure() {#2213 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#2897 class: "Strictify\FormMapper\Extension\FactoryExtension" this: Strictify\FormMapper\Extension\FactoryExtension {#1472 …} use: { $factory: Closure(ComplaintCategory $category, Address $address) {#2899 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
factory | Closure(ComplaintCategory $category, Address $address) {#2899 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
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() {#2910 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2298 …} } |
remove_value | Closure() {#2901 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
required | true |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2903 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
upload_max_size_message | Closure() {#2898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2796 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2316 …} $translationDomain: "validators" $message: Closure() {#2895 …} } } |
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 {#3945 -form: Symfony\Component\Form\Form {#3819 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3957 …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 {#2931 +payload: null +message: "This value should not be null." } ] |
[ Symfony\Component\Validator\Constraints\Type {#2938 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\Category\ComplaintCategory" } Symfony\Component\Validator\Constraints\NotNull {#2931 +payload: null +message: "This value should not be null." } ] |
dynamic | true |
same as passed value |
get_value | Closure(Complaint $complaint) {#2927 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
same as passed value |
update_value | Closure(ComplaintCategory $category, Complaint $complaint) {#2926 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2902 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2944 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2960 …} } |
choice_filter | Closure(?ComplaintCategory $category) {#2945 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2960 …} } |
choice_label | Closure(ComplaintCategory $category) {#2943 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2960 …} } |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3614 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2940 -om: ContainerWWLuR3X\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1050 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1681 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ App\Entity\Category\ComplaintCategory {#3441 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#2962 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3434 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3587 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453 #name: "Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3459 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 2 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3438 #name: "Snow on Fire Hydrant" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3435 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 #name: "Snow Placement" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3546 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 7 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3456 #name: "Sloppy work" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3440 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 #name: "Clearing Issues on Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3484 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 10 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3453} App\Entity\Category\ComplaintCategory {#3463 #name: "Snow Blown on Neighbour's Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3454 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3432 #name: "Damage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3462 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 #name: "Misc." -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3476 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3427 #name: "Missed or late on 1st Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3430 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3426 #name: "Missed Service" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3482 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 3 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3422 #name: "Neighbour Snow on Clients Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3425 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3418 #name: "Moved Car" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3421 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3414 #name: "New Sign-Up" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3417 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3410 #name: "Walkway done late" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3413 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3405 #name: "Compliments" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3409 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } App\Entity\Category\ComplaintCategory {#3471 #name: "Plow Ridge" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3469 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null } App\Entity\Category\ComplaintCategory {#3475 #name: "1-Shot Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3472 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} App\Entity\Category\ComplaintCategory {#3481 #name: "Driveway not being cleaned Marker-to-Marker" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3478 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3426 …2} Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} App\Entity\Category\ComplaintCategory {#3489 #name: "Walkway missed" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3486 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3493 #name: "Driver did neighbour's driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3490 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3497 #name: "Plow came by - needs out ASAP" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3494 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3501 #name: "Compliments for Office Staff" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3498 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3505 #name: "Calling to see if we're going out today" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3502 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3434 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3509 #name: "Driveway Too Narrow at the bottom" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3506 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3513 #name: "Driver blew garbage/flyers" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3510 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3517 #name: "Too far from garage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3514 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3521 #name: "Snow blown on Trees/Shrubs" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3518 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3525 #name: "Compliment for Shoveller" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3522 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3529 #name: "Plow ridge at end of drive-way and client can not get out" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3526 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3533 #name: "Compliment for the Driver" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3530 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3537 #name: "Missed or late on 2nd Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3534 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3426 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3541 #name: "Driveway Blocked by Vehicle" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3538 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3545 #name: "Snow blown on House/Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3542 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} App\Entity\Category\ComplaintCategory {#3551 #name: "Sloppy Work on the walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3548 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3555 #name: "Client reporting plows" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3552 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3559 #name: "Plow came by - needs out 2-3 hours" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3556 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3563 #name: "Snow in Road" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3560 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3567 #name: "Driver doing the wrong side" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3564 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3571 #name: "Needs out by a certain time" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3568 …} #company: App\Entity\Company\Company {#1569 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3574 #name: "Competitor there before us" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3572 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3578 #name: "Driver blew snow on ornaments/lawn decorations" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3575 …} #company: App\Entity\Company\Company {#1569 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3582 #name: "Driveway Missed on City Plow Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3579 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3426 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3586 #name: "Driver not getting close enough to surface" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3583 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3434 …2} App\Entity\Category\ComplaintCategory {#3593 #name: "1-Shot Driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3590 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3597 #name: "Client called to apologize" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3594 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3601 #name: "Snow on City Sidewalk" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3598 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } App\Entity\Category\ComplaintCategory {#3605 #name: "General Thank You" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3602 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } ] |
class | "App\Entity\Category\ComplaintCategory" |
compare | Closure(mixed $defaultValue, mixed $submittedValue) {#2900 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Type {#2938 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\Category\ComplaintCategory" } Symfony\Component\Validator\Constraints\NotNull {#2931 +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 {#2196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2217 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2219 …} -namespace: Closure() {#2213 …} } |
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) {#2927 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
getter | null |
group_by | Closure(ComplaintCategory $category) {#2952 class: "App\Form\Choice\ComplaintCategoryChoice" this: App\Form\Choice\ComplaintCategoryChoice {#2960 …} } |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2940 -om: ContainerWWLuR3X\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1050 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1681 …} -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 {#2954 -_em: Doctrine\ORM\EntityManager {#1127 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3615 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "o" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2947 #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 {#2967 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
remove_entry | Closure() {#2910 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2298 …} } |
remove_value | Closure() {#2901 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2926 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
upload_max_size_message | Closure() {#2951 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2796 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2316 …} $translationDomain: "validators" $message: Closure() {#2950 …} } } |
validation_groups | null |
write_error_message | null |
View Variables
Variable | Value |
---|---|
action | "" |
append | null |
attr | [ "data-action" => "change->dynamic-field#onChange" "autocomplete" => "off" "autofill" => "off" "role" => "presentation" "placeholder" => "-- Category --" "select_all" => false ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "complaint_category_choice" "_front_complaint_category" ] |
cache_key | "_front_complaint_category_complaint_category_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ "Other" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3954 +label: "Other" +choices: [ 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3953 +label: "Other" +value: "000042d4-af96-4f0c-ac76-868b9371d1b2" +data: App\Entity\Category\ComplaintCategory {#3441 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#2962 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3434 #name: "Other" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3587 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453 #name: "Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3459 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 2 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3924 +label: "Calling to see if we're going out today" +value: "4a8eadfa-1983-4c98-ba58-7fb43d78e85f" +data: App\Entity\Category\ComplaintCategory {#3505 #name: "Calling to see if we're going out today" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3502 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3434 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Snow Placement" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3956 +label: "Snow Placement" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +label: "Snow on Fire Hydrant" +value: "07e2a91f-0da9-4f21-9cd0-79342e4c9795" +data: App\Entity\Category\ComplaintCategory {#3438 #name: "Snow on Fire Hydrant" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3435 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 #name: "Snow Placement" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3546 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 7 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3949 +label: "Snow Blown on Neighbour's Property" +value: "1379f126-8c17-4cb3-8241-289f95f66524" +data: App\Entity\Category\ComplaintCategory {#3463 #name: "Snow Blown on Neighbour's Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3454 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3852 +label: "Neighbour Snow on Clients Property" +value: "2267fe10-8f47-4916-b847-90afc17b86e5" +data: App\Entity\Category\ComplaintCategory {#3422 #name: "Neighbour Snow on Clients Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3425 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3920 +label: "Snow blown on Trees/Shrubs" +value: "75045f6d-66d6-4dff-93c5-6d10dd32d58c" +data: App\Entity\Category\ComplaintCategory {#3521 #name: "Snow blown on Trees/Shrubs" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3518 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3912 +label: "Snow blown on House/Walkway" +value: "8859e173-d85e-4eac-bfc5-736f59a66ab9" +data: App\Entity\Category\ComplaintCategory {#3545 #name: "Snow blown on House/Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3542 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3892 +label: "Snow in Road" +value: "acba4dc4-9bce-4f33-bdc5-d950319e3712" +data: App\Entity\Category\ComplaintCategory {#3563 #name: "Snow in Road" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3560 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3963 +label: "Snow on City Sidewalk" +value: "e972876f-3ab3-48f3-bdeb-b3100a5f9312" +data: App\Entity\Category\ComplaintCategory {#3601 #name: "Snow on City Sidewalk" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3598 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3439 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Clearing Issues on Property" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3943 +label: "Clearing Issues on Property" +choices: [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3950 +label: "Sloppy work" +value: "0d32e0c1-7ab1-41d0-8fbd-83447d03c505" +data: App\Entity\Category\ComplaintCategory {#3456 #name: "Sloppy work" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3440 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 #name: "Clearing Issues on Property" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3484 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 10 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3933 +label: "Driveway not being cleaned Marker-to-Marker" +value: "3420b830-3235-420e-bf50-b8df12e95019" +data: App\Entity\Category\ComplaintCategory {#3481 #name: "Driveway not being cleaned Marker-to-Marker" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3478 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3931 +label: "Driver did neighbour's driveway" +value: "435b52f1-6bba-4253-b03a-1b290e61b1b0" +data: App\Entity\Category\ComplaintCategory {#3493 #name: "Driver did neighbour's driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3490 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3923 +label: "Driveway Too Narrow at the bottom" +value: "5a99b045-9343-4617-8c4f-223ac6d0ebb6" +data: App\Entity\Category\ComplaintCategory {#3509 #name: "Driveway Too Narrow at the bottom" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3506 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +label: "Driver blew garbage/flyers" +value: "5efc9fdb-ab6f-4131-be21-b40fbb3c07c0" +data: App\Entity\Category\ComplaintCategory {#3513 #name: "Driver blew garbage/flyers" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3510 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3921 +label: "Too far from garage" +value: "5ff242e9-7243-4839-b637-95017262690e" +data: App\Entity\Category\ComplaintCategory {#3517 #name: "Too far from garage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3514 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3914 +label: "Driveway Blocked by Vehicle" +value: "80210f0a-584d-4700-8480-aa1574b67618" +data: App\Entity\Category\ComplaintCategory {#3541 #name: "Driveway Blocked by Vehicle" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3538 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3897 +label: "Driver doing the wrong side" +value: "b3b83eeb-7538-4da9-8d06-e68bc08096b4" +data: App\Entity\Category\ComplaintCategory {#3567 #name: "Driver doing the wrong side" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3564 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3894 +label: "Driver blew snow on ornaments/lawn decorations" +value: "c32eb0eb-184f-48c3-88f9-ce8c31a2fd66" +data: App\Entity\Category\ComplaintCategory {#3578 #name: "Driver blew snow on ornaments/lawn decorations" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3575 …} #company: App\Entity\Company\Company {#1569 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3959 +label: "Driver not getting close enough to surface" +value: "cc2286cc-86e9-4bbb-a9b7-b3950a03b1e8" +data: App\Entity\Category\ComplaintCategory {#3586 #name: "Driver not getting close enough to surface" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3583 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3455 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Misc." => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3947 +label: "Misc." +choices: [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +label: "Damage" +value: "18f30651-d9c4-4d86-afd4-4d8b1ef3b2a2" +data: App\Entity\Category\ComplaintCategory {#3432 #name: "Damage" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3462 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 #name: "Misc." -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3476 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3826 +label: "Moved Car" +value: "22b8a2fd-592e-4921-9889-db5aae950ea2" +data: App\Entity\Category\ComplaintCategory {#3418 #name: "Moved Car" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3421 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3613 +label: "New Sign-Up" +value: "231db0b8-84bb-4ac9-b7fa-96c2c9e05e6f" +data: App\Entity\Category\ComplaintCategory {#3414 #name: "New Sign-Up" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3417 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3895 +label: "Needs out by a certain time" +value: "b581357e-462d-46d9-b537-6a0484331c8d" +data: App\Entity\Category\ComplaintCategory {#3571 #name: "Needs out by a certain time" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3568 …} #company: App\Entity\Company\Company {#1569 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3961 +label: "1-Shot Driveway" +value: "ce0b64fa-39d5-4572-88d6-94189d53d9b6" +data: App\Entity\Category\ComplaintCategory {#3593 #name: "1-Shot Driveway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3590 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3431 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Missed Service" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3804 +label: "Missed Service" +choices: [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3775 +label: "Missed or late on 1st Pass" +value: "1bc927a4-182a-4703-92d4-83327fc92135" +data: App\Entity\Category\ComplaintCategory {#3427 #name: "Missed or late on 1st Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3430 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3426 #name: "Missed Service" -priority: 100 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3482 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 3 -weight: null +__isInitialized__: true …2 } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3915 +label: "Missed or late on 2nd Pass" +value: "7f1a851e-53a9-4fdc-80e1-a99d76319213" +data: App\Entity\Category\ComplaintCategory {#3537 #name: "Missed or late on 2nd Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3534 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3426 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3902 +label: "Driveway Missed on City Plow Pass" +value: "c58a2b96-a1f8-4d2c-b37d-f7d266dc9155" +data: App\Entity\Category\ComplaintCategory {#3582 #name: "Driveway Missed on City Plow Pass" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3579 …} #company: App\Entity\Company\Company {#1382 …} -parent: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3426 …2} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Walkway" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3893 +label: "Walkway" +choices: [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3901 +label: "Walkway done late" +value: "26d60f83-3d51-4dba-a047-8a8ff94c6196" +data: App\Entity\Category\ComplaintCategory {#3410 #name: "Walkway done late" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3413 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3934 +label: "1-Shot Walkway" +value: "3368b06e-908f-444c-836f-ce4305cfd653" +data: App\Entity\Category\ComplaintCategory {#3475 #name: "1-Shot Walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3472 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3932 +label: "Walkway missed" +value: "42860ee7-8614-4658-a43c-7a1f82039468" +data: App\Entity\Category\ComplaintCategory {#3489 #name: "Walkway missed" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3486 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3906 +label: "Sloppy Work on the walkway" +value: "96aff392-c3a2-4f24-9dbb-73aad904238d" +data: App\Entity\Category\ComplaintCategory {#3551 #name: "Sloppy Work on the walkway" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3548 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3453} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3960 +label: "Other" +value: "cc755f6a-2aa9-4d85-9bb1-efbe2fd83f8f" +data: Proxies\__CG__\App\Entity\Category\ComplaintCategory {#3434 …2} +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Plow Ridge" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3929 +label: "Plow Ridge" +choices: [ 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3928 +label: "Plow came by - needs out ASAP" +value: "47e73673-095e-4056-8b6a-2eb23028fbcd" +data: App\Entity\Category\ComplaintCategory {#3497 #name: "Plow came by - needs out ASAP" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3494 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471 #name: "Plow Ridge" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3469 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 4 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3918 +label: "Plow ridge at end of drive-way and client can not get out" +value: "75969d9d-fc16-441a-8bbe-15b1fbfdb689" +data: App\Entity\Category\ComplaintCategory {#3529 #name: "Plow ridge at end of drive-way and client can not get out" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3526 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3907 +label: "Client reporting plows" +value: "9c851046-e58b-4399-8687-4f7027ff6c6b" +data: App\Entity\Category\ComplaintCategory {#3555 #name: "Client reporting plows" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3552 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3905 +label: "Plow came by - needs out 2-3 hours" +value: "a8225523-b604-427e-b3a7-f0e2c9cd944b" +data: App\Entity\Category\ComplaintCategory {#3559 #name: "Plow came by - needs out 2-3 hours" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3556 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3471} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } "Compliments" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3926 +label: "Compliments" +choices: [ 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3925 +label: "Compliments for Office Staff" +value: "48bec7a6-f233-453b-bd73-97266b6fcbbf" +data: App\Entity\Category\ComplaintCategory {#3501 #name: "Compliments for Office Staff" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3498 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405 #name: "Compliments" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3409 …} #company: App\Entity\Company\Company {#1382 …} -parent: null -requiresDateOfIncident: false -nrOfChildren: 5 -weight: null } -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3919 +label: "Compliment for Shoveller" +value: "7551533d-9f6d-428f-8692-1e655c8f6bde" +data: App\Entity\Category\ComplaintCategory {#3525 #name: "Compliment for Shoveller" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3522 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3916 +label: "Compliment for the Driver" +value: "7c0fec9e-1f65-4329-b1dd-335ee38b0415" +data: App\Entity\Category\ComplaintCategory {#3533 #name: "Compliment for the Driver" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3530 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3962 +label: "Client called to apologize" +value: "d8539e9c-d8ba-47c8-9ddf-3e7a2bd8d64c" +data: App\Entity\Category\ComplaintCategory {#3597 #name: "Client called to apologize" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3594 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3964 +label: "General Thank You" +value: "fc964c57-4086-4d7e-afa0-44d6712992b1" +data: App\Entity\Category\ComplaintCategory {#3605 #name: "General Thank You" -priority: 45 -description: null #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#3602 …} #company: App\Entity\Company\Company {#1382 …} -parent: App\Entity\Category\ComplaintCategory {#3405} -requiresDateOfIncident: false -nrOfChildren: 0 -weight: null } +attr: [ "data-priority" => 45 ] +labelTranslationParameters: [] } ] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3940 -form: Symfony\Component\Form\Form {#3856 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3939 …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) {#3896 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2918 …} } |
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 {#2921 +payload: null +message: "This value should not be null." } ] |
[ Symfony\Component\Validator\Constraints\Type {#3778 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\System\Address\Address" } Symfony\Component\Validator\Constraints\NotNull {#2921 +payload: null +message: "This value should not be null." } ] |
get_value | Closure(Complaint $complaint) {#2919 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
same as passed value |
label | "Address" |
same as passed value |
update_value | Closure(Address $address, Complaint $complaint) {#2920 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2902 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2900 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Type {#3778 +payload: null +message: "This value should be of type {{ type }}." +type: "App\Entity\System\Address\Address" } Symfony\Component\Validator\Constraints\NotNull {#2921 +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 {#2196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2217 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2219 …} -namespace: Closure() {#2213 …} } |
data_class | null |
debounce | 100 |
disabled | false |
display | Closure(Address $address) {#3684 class: "App\Form\Autocomplete\AddressAutocompleteType" this: App\Form\Autocomplete\AddressAutocompleteType {#3631 …} } |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3771 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2465 …} } |
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) {#3777 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3708 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3715 …} } } |
find_one_by_value | Closure() {#3622 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3708 …} } |
form_attr | false |
get_value | Closure(Complaint $complaint) {#2919 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
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() {#3713 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3708 …} } |
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() {#2910 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2298 …} } |
remove_value | Closure() {#2901 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
required | true |
row_attr | [] |
search | Closure(string $term) {#3685 class: "App\Form\Autocomplete\AddressAutocompleteType" this: App\Form\Autocomplete\AddressAutocompleteType {#3631 …} use: { $repo: App\Repository\System\Address\AddressRepository {#3620 …} $company: App\Entity\Company\Company {#1382 …} } } |
setter | null |
show_factory_error | true |
suggestions | Closure() {#3689 class: "wjb\AutocompleteBundle\Form\Type\AutocompleteType" this: wjb\AutocompleteBundle\Form\Type\AutocompleteType {#3708 …} } |
translation_domain | null |
trim | true |
update_value | Closure(Address $address, Complaint $complaint) {#2920 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
upload_max_size_message | Closure() {#3773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2796 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2316 …} $translationDomain: "validators" $message: Closure() {#3772 …} } } |
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 {#3927 -form: Symfony\Component\Form\Form {#3877 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3930 …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() {#2902 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2900 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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 {#2196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2217 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2219 …} -namespace: Closure() {#2213 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3861 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2465 …} } |
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() {#2910 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2298 …} } |
remove_value | Closure() {#2901 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
required | false |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2903 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
upload_max_size_message | Closure() {#3823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2796 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2316 …} $translationDomain: "validators" $message: Closure() {#3862 …} } } |
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 {#3955 -form: Symfony\Component\Form\Form {#3880 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3942 …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() {#2902 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2900 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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 {#2196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2217 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2219 …} -namespace: Closure() {#2213 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2465 …} } |
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() {#2910 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2298 …} } |
remove_value | Closure() {#2901 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
required | true |
row_attr | [] |
setter | null |
show_factory_error | true |
tom_select_options | [] |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2903 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
upload_max_size_message | Closure() {#3849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2796 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2316 …} $translationDomain: "validators" $message: Closure() {#3843 …} } } |
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 {#3952 -form: Symfony\Component\Form\Form {#3883 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3965 …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) {#2922 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
same as passed value |
required | false |
false
|
update_value | Closure(?string $description, Complaint $complaint) {#2923 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2902 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2900 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Type {#3805 +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 {#2196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2217 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2219 …} -namespace: Closure() {#2213 …} } |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3798 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2465 …} } |
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) {#2922 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
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() {#2910 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2298 …} } |
remove_value | Closure() {#2901 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2923 class: "App\Form\Front\Complaint\ComplaintType" this: App\Form\Front\Complaint\ComplaintType {#1775 …} } |
upload_max_size_message | Closure() {#3800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2796 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2316 …} $translationDomain: "validators" $message: Closure() {#3799 …} } } |
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 {#3937 -form: Symfony\Component\Form\Form {#3886 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3948 …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 | "288d908c7cb07a0.Tq_4SmfEtR46kPPGkr6HppxVtkoPRV58rl_DgZzEmkU.Lf6IOA2K-05M5qqH9snY1_Rt2XI2fWg54zSUrO-vqQgM2LU9NfDSe0_Upg" |
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 | "288d908c7cb07a0.Tq_4SmfEtR46kPPGkr6HppxVtkoPRV58rl_DgZzEmkU.Lf6IOA2K-05M5qqH9snY1_Rt2XI2fWg54zSUrO-vqQgM2LU9NfDSe0_Upg" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
_collection_remove_entry_callback | null |
action | "" |
add_value | Closure() {#2902 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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) {#2900 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
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 {#2196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2217 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2219 …} -namespace: Closure() {#2213 …} } |
data | "288d908c7cb07a0.Tq_4SmfEtR46kPPGkr6HppxVtkoPRV58rl_DgZzEmkU.Lf6IOA2K-05M5qqH9snY1_Rt2XI2fWg54zSUrO-vqQgM2LU9NfDSe0_Upg" |
data_class | null |
disabled | false |
documentation | [] |
dynamic | false |
empty_data | Closure(FormInterface $form) {#3968 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2465 …} } |
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() {#2910 class: "Strictify\FormMapper\Extension\RemoveEntryExtension" this: Strictify\FormMapper\Extension\RemoveEntryExtension {#2298 …} } |
remove_value | Closure() {#2901 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
required | false |
row_attr | [] |
setter | null |
show_factory_error | true |
translation_domain | null |
trim | true |
update_value | Closure(mixed $data) {#2903 class: "Strictify\FormMapper\Extension\MapperExtension" this: Strictify\FormMapper\Extension\MapperExtension {#2866 …} } |
upload_max_size_message | Closure() {#3966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2796 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2316 …} $translationDomain: "validators" $message: Closure() {#3967 …} } } |
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 | "288d908c7cb07a0.Tq_4SmfEtR46kPPGkr6HppxVtkoPRV58rl_DgZzEmkU.Lf6IOA2K-05M5qqH9snY1_Rt2XI2fWg54zSUrO-vqQgM2LU9NfDSe0_Upg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3989 -form: Symfony\Component\Form\Form {#3985 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3970 …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 | "288d908c7cb07a0.Tq_4SmfEtR46kPPGkr6HppxVtkoPRV58rl_DgZzEmkU.Lf6IOA2K-05M5qqH9snY1_Rt2XI2fWg54zSUrO-vqQgM2LU9NfDSe0_Upg" |