function heartbeat_features_export_options in Heartbeat 6.4
Implementation of hook_features_export_options().
File
- ./
heartbeat.features.inc, line 26 - Features support.
Code
function heartbeat_features_export_options() {
return _heartbeat_features_get_types();
}