You are here

protected property Feed::$renderer in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/Feed.php \Drupal\views\Plugin\views\display\Feed::renderer
  2. 10 core/modules/views/src/Plugin/views/display/Feed.php \Drupal\views\Plugin\views\display\Feed::renderer

The renderer.

Type: \Drupal\Core\Render\RendererInterface

Overrides PluginBase::$renderer

File

core/modules/views/src/Plugin/views/display/Feed.php, line 51

Class

Feed
The plugin that handles a feed, such as RSS or atom.

Namespace

Drupal\views\Plugin\views\display

Code

protected $renderer;