You are here

function hook_uuid_field_collection_features_export_options_alter in UUID Features Integration 7

Allows to adjust the features export options for field collections.

Parameters

array $options: The features export options.

1 invocation of hook_uuid_field_collection_features_export_options_alter()
uuid_field_collection_features_export_options in includes/uuid_field_collection.features.inc
Implements hook_features_export_options().

File

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

Code

function hook_uuid_field_collection_features_export_options_alter(&$options) {
}