function hook_uuid_bean_features_export_alter in UUID Features Integration 7
Allows to modify features metadata for a bean.
Parameters
array $data: The array of the features export data
object $bean: The bean to export.
1 invocation of hook_uuid_bean_features_export_alter()
- uuid_bean_features_export in includes/
uuid_bean.features.inc - Implements hook_features_export().
File
- ./
uuid_features.api.php, line 196 - Hooks provided by the UUID Features module.
Code
function hook_uuid_bean_features_export_alter(&$data, $bean) {
}