You are here

function hook_uuid_bean_features_export_render_alter in UUID Features Integration 7

Allows to modify the export object of a bean.

Parameters

object $export: The for the export modified bean.

object $bean: The original bean.

string $module: The module this is exported for.

1 invocation of hook_uuid_bean_features_export_render_alter()
uuid_bean_features_export_render in includes/uuid_bean.features.inc
Implements hook_features_export_render().

File

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

Code

function hook_uuid_bean_features_export_render_alter(&$export, $bean, $module) {
}