function Rss::get_channel_elements in Views (for Drupal 7) 8.3
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::get_channel_elements()
- Rss::render in lib/
Drupal/ views/ Plugin/ views/ style/ Rss.php - Render the display in this style.
File
- lib/
Drupal/ views/ Plugin/ views/ style/ Rss.php, line 91 - Definition of Drupal\views\Plugin\views\style\Rss.
Class
- Rss
- Default style plugin to render an RSS feed.
Namespace
Drupal\views\Plugin\views\styleCode
function get_channel_elements() {
return array();
}