protected function Rss::getChannelElements in Drupal 9
Same name and namespace in other branches
- 8 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 [];
}