You are here

protected function Rss::getChannelElements in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/style/Rss.php \Drupal\views\Plugin\views\style\Rss::getChannelElements()

Return an array of additional XHTML elements to add to the channel.

Return value

A render array.

1 call to Rss::getChannelElements()
Rss::render in core/modules/views/src/Plugin/views/style/Rss.php
Render the display in this style.

File

core/modules/views/src/Plugin/views/style/Rss.php, line 80

Class

Rss
Default style plugin to render an RSS feed.

Namespace

Drupal\views\Plugin\views\style

Code

protected function getChannelElements() {
  return [];
}