function homebox_features_api in Homebox 6.2
Same name and namespace in other branches
- 6.3 homebox.module \homebox_features_api()
- 7.3 homebox.module \homebox_features_api()
- 7.2 homebox.module \homebox_features_api()
Implementation of hook_features_api().
File
- ./
homebox.module, line 1619 - 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();
}