You are here

function imagecache_features_api in Features 6

Implementation of hook_features_api().

File

includes/features.imagecache.inc, line 6

Code

function imagecache_features_api() {
  return array(
    'imagecache' => array(
      'name' => t('Imagecache presets'),
      'default_hook' => 'imagecache_default_presets',
    ),
  );
}