function ocupload_features_api in One Click Upload 7
Same name and namespace in other branches
- 7.2 ocupload.module \ocupload_features_api()
Implements hook_features_api().
File
- ./
ocupload.module, line 261 - Hooks and general functions
Code
function ocupload_features_api() {
return array(
'ocupload_templates' => array(
'name' => t('One Click Upload'),
'file' => drupal_get_path('module', 'ocupload') . '/ocupload.features.inc',
'default_hook' => 'ocupload_templates',
'default_file' => FEATURES_DEFAULTS_INCLUDED,
),
);
}