constant VIEWS_RSS_PATH in Views RSS 6.2
Same name and namespace in other branches
- 7.2 views_rss.module \VIEWS_RSS_PATH
Module installation path.
4 uses of VIEWS_RSS_PATH
- views_rss_theme in ./
views_rss.module - Implementation of hook_theme().
- views_rss_views_api in ./
views_rss.module - Implementation of hook_views_api().
- views_rss_views_handlers in views/
views_rss.views.inc - Implementation of hook_views_handlers().
- views_rss_views_plugins in views/
views_rss.views.inc - Implementation of 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'));