You are here

function hansel_features_export_options in Hansel breadcrumbs 7

Same name and namespace in other branches
  1. 8 hansel.features.inc \hansel_features_export_options()

Implements hook_features_export_options().

File

./hansel.features.inc, line 16

Code

function hansel_features_export_options() {
  return array(
    'config' => t('Configuration'),
    'settings' => t('Settings'),
  );
}