Problem/Motivation
\Drupal\views\ViewExecutable::setResponse should use \Symfony\Component\HttpFoundation\Response in the docs.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | use_absolute-2544122-3.diff | 609 bytes | harjotsingh |
| #1 | setResponse.png | 151.59 KB | harjotsingh |
Comments
Comment #1
harjotsingh commentedI'm unsure what are the remaining task.
I could find only this in ViewExecutable.php
Comment #2
olli commented@harjotsingh: if you compare the docs for ViewExecutable::setResponse and ::getResponse you'll see that ::setResponse @param line is missing one "\".
Comment #3
harjotsingh commented@olli
Thanks for telling , added the missing "\".
Comment #4
olli commentedGreat!
Comment #5
dawehnerPerfect!
Comment #6
wim leersThanks!
Comment #7
alexpottDocs are nto frozen in beta. Committed 7fd9884 and pushed to 8.0.x. Thanks!