function Rss::getChannelElements
Return an array of additional XHTML elements to add to the channel.
Return value
array 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\styleCode
protected function getChannelElements() {
  return [];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
