function domain_theme_features_export_options in Domain Access 7.3
Implements hook_features_export_options().
File
- domain_theme/
domain_theme.features.inc, line 11 - Features support for Domain Theme.
Code
function domain_theme_features_export_options() {
return domain_features_get_options();
}