function weight_features_export_options in Weight 7.2
Implements hook_features_export_options().
File
- ./
weight.features.inc, line 6
Code
function weight_features_export_options() {
$settings = array_keys(_weight_get_settings());
return drupal_map_assoc($settings);
}