You are here

function hook_uuid_user_features_export_render_alter in UUID Features Integration 7

Allows to modify the export object of an user.

Parameters

object $export: The for the export modified user.

object $user: The original user.

string $module: The module this is exported for.

1 invocation of hook_uuid_user_features_export_render_alter()
uuid_user_features_export_render in includes/uuid_user.features.inc
Implements hook_features_export_render().

File

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

Code

function hook_uuid_user_features_export_render_alter(&$export, $user, $module) {
}