You are here

protected property Feed::$renderer in Drupal 10

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

The renderer.

Type: \Drupal\Core\Render\RendererInterface

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;