You are here

function forena_feeds_plugins in Forena Reports 7.3

Same name and namespace in other branches
  1. 8 forena.module \forena_feeds_plugins()
  2. 7.5 forena.module \forena_feeds_plugins()
  3. 7.4 forena.module \forena_feeds_plugins()

Implements hook_feeds_plugins().

File

./forena.module, line 1447

Code

function forena_feeds_plugins() {
  module_load_include('inc', 'forena', 'feeds/forena_feeds');
  return _forena_feeds_plugins();
}