function profile_features_api in Features 6
Implementation of hook_features_api().
File
- includes/
features.profile.inc, line 6
Code
function profile_features_api() {
return array(
'profile_field' => array(
'name' => t('Profile fields'),
'feature_source' => TRUE,
'default_hook' => 'profile_default_profile_fields',
'default_file' => FEATURES_DEFAULTS_INCLUDED,
),
);
}