You are here

Functions in Views RSS 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
template_preprocess_views_view_views_rss theme/theme.inc Template preprocessor for views-view-views-rss.tpl.php.
views_rss_core_field_formatter_info modules/views_rss_core/views_rss_core.field.inc Implements hook_field_formatter_info().
views_rss_core_field_formatter_settings_form modules/views_rss_core/views_rss_core.field.inc Implements hook_field_formatter_settings_form().
views_rss_core_field_formatter_settings_summary modules/views_rss_core/views_rss_core.field.inc Implements hook_field_formatter_settings_summary().
views_rss_core_field_formatter_view modules/views_rss_core/views_rss_core.field.inc Implements hook_field_formatter_view().
views_rss_core_install modules/views_rss_core/views_rss_core.install Implements hook_install().
views_rss_core_preprocess_channel_atom_link modules/views_rss_core/views_rss_core.inc Preprocess function for channel <atom:link> element. 1
views_rss_core_preprocess_channel_category modules/views_rss_core/views_rss_core.inc Preprocess function for channel <category> element. 1
views_rss_core_preprocess_channel_cloud modules/views_rss_core/views_rss_core.inc Preprocess function for channel <cloud> element. 1
views_rss_core_preprocess_channel_date modules/views_rss_core/views_rss_core.inc Preprocess function for channel <pubDate> and <lastBuildDate> elements. 1
views_rss_core_preprocess_channel_description modules/views_rss_core/views_rss_core.inc Preprocess function for channel <description> element. 1
views_rss_core_preprocess_channel_image modules/views_rss_core/views_rss_core.inc Preprocess function for channel <image> element. 1
views_rss_core_preprocess_channel_language modules/views_rss_core/views_rss_core.inc Preprocess function for channel <language> element. 1
views_rss_core_preprocess_channel_link modules/views_rss_core/views_rss_core.inc Preprocess function for channel <link> element. 1 1
views_rss_core_preprocess_channel_skip modules/views_rss_core/views_rss_core.inc Preprocess function for channel <skipHours> and <skipDays> elements. 1
views_rss_core_preprocess_channel_title modules/views_rss_core/views_rss_core.inc Preprocess function for channel <title> element. 1 1
views_rss_core_preprocess_item_guid modules/views_rss_core/views_rss_core.inc Preprocess function for item <guid> element. 1
views_rss_core_preprocess_item_source modules/views_rss_core/views_rss_core.inc Preprocess function for item <source> element. 1
views_rss_core_uninstall modules/views_rss_core/views_rss_core.install Implements hook_uninstall().
views_rss_core_update_7201 modules/views_rss_core/views_rss_core.install Rename all old "enclosure_file" and "enclosure_image" field formatters for any field in any view to new "enclosure".
views_rss_core_views_query_alter modules/views_rss_core/views_rss_core.module Implements hook_views_query_alter().
views_rss_core_views_rss_channel_elements modules/views_rss_core/views_rss_core.module Implements hook_views_rss_channel_elements().
views_rss_core_views_rss_date_sources modules/views_rss_core/views_rss_core.module Implements hook_views_rss_date_sources().
views_rss_core_views_rss_item_elements modules/views_rss_core/views_rss_core.module Implements hook_views_rss_item_elements().
views_rss_core_views_rss_namespaces modules/views_rss_core/views_rss_core.module Implementation of hook_views_rss_namespaces().
views_rss_core_views_rss_options_form_validate modules/views_rss_core/views_rss_core.module Implements hook_views_rss_options_form_validate().
views_rss_dc_install modules/views_rss_dc/views_rss_dc.install Implements hook_install().
views_rss_dc_uninstall modules/views_rss_dc/views_rss_dc.install Implements hook_uninstall().
views_rss_dc_views_rss_item_elements modules/views_rss_dc/views_rss_dc.module Implements hook_views_rss_item_elements().
views_rss_dc_views_rss_namespaces modules/views_rss_dc/views_rss_dc.module Implements hook_views_rss_namespaces().
views_rss_extract_element_names ./views_rss.module Extracts and returns an array containing element namespace and name. 5
views_rss_get ./views_rss.module Returns an array of item elements defined by other modules with hook_views_rss_item_elements() and optionally altered with hook_views_rss_item_elements_alter() implementations. 7
views_rss_map_assoc ./views_rss.module Forms associative array from linear array, or returns original array if already associative. 1
views_rss_rewrite_relative_paths ./views_rss.module Preprocess callback. Replaces relative paths in element values with absolute URLs. Based on preg_match from rel_to_abs module by lourenzo, with added patch from issue #1335734 by joelstein. 3
views_rss_views_api ./views_rss.module Implements hook_views_api().
views_rss_views_data_alter views/views_rss.views.inc Implements hook_views_data_alter().
views_rss_views_handlers views/views_rss.views.inc Implements hook_views_handlers().
views_rss_views_plugins views/views_rss.views.inc Implements hook_views_style_plugins(). Adds view types to views UI interface.
_views_rss_process_date_sources ./views_rss.module Add table aliases for additional fields used for altering view query.
_views_rss_process_namespaces ./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.

Other projects