You are here

function hook_uuid_term_features_export_options_alter in UUID Features Integration 7

Allows to adjust the features export options for terms.

Parameters

array $options: The features export options.

1 invocation of hook_uuid_term_features_export_options_alter()
uuid_term_features_export_options in includes/uuid_term.features.inc
Implements hook_features_export_options().

File

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

Code

function hook_uuid_term_features_export_options_alter(&$options) {
}