You are here

function forena_feeds_plugins in Forena Reports 8

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

Implements hook_feeds_plugins().

File

./forena.module, line 681

Code

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