You are here

function homebox_features_api in Homebox 6.3

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

Implementation of hook_features_api().

File

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

Code

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