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

Comments

harjotsingh’s picture

StatusFileSize
new151.59 KB

I'm unsure what are the remaining task.
I could find only this in ViewExecutable.php

olli’s picture

Issue tags: +VDC

@harjotsingh: if you compare the docs for ViewExecutable::setResponse and ::getResponse you'll see that ::setResponse @param line is missing one "\".

harjotsingh’s picture

Status: Active » Needs review
StatusFileSize
new609 bytes

@olli
Thanks for telling , added the missing "\".

olli’s picture

Status: Needs review » Reviewed & tested by the community

Great!

dawehner’s picture

Perfect!

wim leers’s picture

Title: Use absolute documentation for \Drupal\views\ViewExecutable::setResponse » Missing leading backslash in documentation for \Drupal\views\ViewExecutable::setResponse
Issue tags: +Documentation

Thanks!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Docs are nto frozen in beta. Committed 7fd9884 and pushed to 8.0.x. Thanks!

  • alexpott committed 7fd9884 on 8.0.x
    Issue #2544122 by harjotsingh: Missing leading backslash in...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.