function hook_uuid_user_features_rebuild_alter in UUID Features Integration 7
Allows to handle specific import tasks for an user.
Parameters
object $user: The user to import.
string $module: The module to import for.
1 invocation of hook_uuid_user_features_rebuild_alter()
- uuid_user_features_rebuild in includes/
uuid_user.features.inc - Implements hook_features_rebuild().
File
- ./
uuid_features.api.php, line 154 - Hooks provided by the UUID Features module.
Code
function hook_uuid_user_features_rebuild_alter(&$user, $module) {
}