You are here

function homebox_features_api in Homebox 7.2

Same name and namespace in other branches
  1. 6.3 homebox.module \homebox_features_api()
  2. 6.2 homebox.module \homebox_features_api()
  3. 7.3 homebox.module \homebox_features_api()

Implements hook_features_api().

File

./homebox.module, line 1588
Homebox main file, takes care of global functions settings constants, etc.

Code

function homebox_features_api() {
  module_load_include('inc', 'homebox', 'homebox.features');
  return _homebox_features_api();
}