You are here

constant VIEWS_RSS_PATH in Views RSS 7.2

Same name and namespace in other branches
  1. 6.2 views_rss.module \VIEWS_RSS_PATH

Module installation path.

3 uses of VIEWS_RSS_PATH
views_rss_views_api in ./views_rss.module
Implements hook_views_api().
views_rss_views_handlers in views/views_rss.views.inc
Implements hook_views_handlers().
views_rss_views_plugins in views/views_rss.views.inc
Implements hook_views_style_plugins(). Adds view types to views UI interface.

File

./views_rss.module, line 16
Module providing fields-based views style plugin for RSS feed generation.

Code

define('VIEWS_RSS_PATH', drupal_get_path('module', 'views_rss'));