You are here

function hook_uuid_current_search_configuration_features_export_options_alter in UUID Features Integration 7

Allows to adjust the export options for the current search configuration.

Parameters

array $options: The features export options.

1 invocation of hook_uuid_current_search_configuration_features_export_options_alter()
uuid_current_search_configuration_features_export_options in includes/uuid_current_search_configuration.features.inc
Implements hook_features_export_options().

File

./uuid_features.api.php, line 184
Hooks provided by the UUID Features module.

Code

function hook_uuid_current_search_configuration_features_export_options_alter(&$options) {
}