You are here

function spaces_features_api in Spaces 6.2

Implementation of hook_features_api().

File

./spaces.module, line 322

Code

function spaces_features_api() {
  return array(
    'spaces' => array(
      'default_hook' => 'spaces_presets',
      'default_file' => FEATURES_DEFAULTS_INCLUDED_COMMON,
      'file' => drupal_get_path('module', 'spaces') . '/spaces.features.inc',
    ),
  );
}