Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Apr 2015 at 12:07 UTC
Updated:
18 Apr 2015 at 14:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
keopxComment #2
cilefen commentedThe comment in #2472975-5: Replace all drupal_render calls in core/modules/ckeditor applies here.
Comment #3
keopxComment #4
keopxComment #5
mile23There are a couple of references to
drupal_render()in doc blocks inAggregatorController.php.There's also a use of
drupal_render_root()inRss.php, but that might be out of scope of this issue.Comment #6
keopxComment #7
keopxComment #9
keopxComment #10
keopxComment #11
cilefen commentedYou could inject the render into RssPluginBase.
Comment #12
cilefen commentedThis is a duplicate as per #2393329-41: Replace all drupal_render calls with the service, and inject it, if possible.