You are here

10 calls to views_rss_get() in Views RSS 8.3

RssFields::buildOptionsForm in src/Plugin/views/style/RssFields.php
Provide a form to edit options for this plugin.
RssFields::buildOptionsForm in src/Plugin/views/row/RssFields.php
Provide a form for setting options.
RssFields::defineOptions in src/Plugin/views/style/RssFields.php
Information about options for all kinds of purposes will be held here.
RssFields::defineOptions in src/Plugin/views/row/RssFields.php
Information about options for all kinds of purposes will be held here.
RssFields::getChannelElements in src/Plugin/views/style/RssFields.php
Return an array of additional XHTML elements to add to the channel.
RssFields::getNamespaces in src/Plugin/views/style/RssFields.php
RssFields::mapRow in src/Plugin/views/row/RssFields.php
RssFields::render in src/Plugin/views/row/RssFields.php
Render a row object. This usually passes through to a theme template of some form, but not always.
views_rss_core_views_query_alter in modules/views_rss_core/views_rss_core.module
Implements hook_views_query_alter().
_views_rss_process_namespaces in ./views_rss.module
Add namespaces not defined by any hook_views_rss_namespaces(), but used in any of defined <channel> or <item> elements. Let's also add "xmlns" prefix by default to such namespaces.