Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 17:52 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
phenaproximaComment #2
phenaproximaComment #3
phl3tch commentedComment #4
alexpottIs this function even needed I can't work out how it will be called?
Comment #5
Maxis commentedI also did not find, but alread exist setHeader here https://api.drupal.org/api/drupal/core!vendor!guzzle!http!Guzzle!Http!Me... etc
may be need rework?
Comment #6
heddnI can't see where it is ever used either. Let's try removing it then.
Comment #7
tim.plunkettIn many cases, "it's not used in core" is not valid. See #2002918-26: Rename Views method get_items() to getItems()
In this case, the last known usage of set_header() was removed in 2007: http://drupalcode.org/project/views.git/commit/582713d
Comment #8
dawehnerYeah this seriously does not belong there!
Comment #9
alexpottCommitted 4d492fe and pushed to 8.x. Thanks!