function domain_locale_features_export_options in Domain Locale 7
Implements hook_features_export_options().
File
- ./
domain_locale.features.inc, line 23 - Features integration for Domain Locale.
Code
function domain_locale_features_export_options() {
return domain_locale_features_get_options();
}