function Rss::getChannelElements
Same name in other branches
- 9 core/modules/views/src/Plugin/views/style/Rss.php \Drupal\views\Plugin\views\style\Rss::getChannelElements()
- 10 core/modules/views/src/Plugin/views/style/Rss.php \Drupal\views\Plugin\views\style\Rss::getChannelElements()
- 11.x 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\styleCode
protected function getChannelElements() {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.