function fontyourface_features_api in @font-your-face 7.2
Implements hook_features_api().
File
- ./
fontyourface.module, line 302
Code
function fontyourface_features_api() {
return array(
'fontyourface' => array(
'name' => '@font-your-face',
'file' => drupal_get_path('module', 'fontyourface') . '/fontyourface.features.inc',
'default_hook' => 'fontyourface_features_default_font',
'feature_source' => TRUE,
),
);
}