function heartbeat_features_api in Heartbeat 6.4
Implementation of hook_features_api().
File
- ./
heartbeat.module, line 613
Code
function heartbeat_features_api() {
require_once 'heartbeat.features.inc';
return _heartbeat_features_api();
}
Implementation of hook_features_api().
function heartbeat_features_api() {
require_once 'heartbeat.features.inc';
return _heartbeat_features_api();
}