You are here

function ocupload_features_api in One Click Upload 7.2

Same name and namespace in other branches
  1. 7 ocupload.module \ocupload_features_api()

Implements hook_features_api().

File

./ocupload.module, line 368

Code

function ocupload_features_api() {
  return array(
    'ocupload_templates' => array(
      'name' => t('One Click Upload'),
      'file' => _ocupload_get_path() . '/ocupload.features.inc',
      'default_hook' => 'ocupload_templates',
      'default_file' => FEATURES_DEFAULTS_INCLUDED,
    ),
  );
}