protected function Rss::getChannelElements

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

Return value

An array that can be passed to format_xml_elements().

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

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Rss.php, line 95
Definition of Drupal\views\Plugin\views\style\Rss.

Class

Rss
Default style plugin to render an RSS feed.

Namespace

Drupal\views\Plugin\views\style

Code

protected function getChannelElements() {
  return array();
}