You are here

function hook_uuid_node_features_rebuild_alter in UUID Features Integration 7

Allows to handle specific import tasks for a node.

Parameters

object $node: The node to import.

string $module: The module to import for.

3 functions implement hook_uuid_node_features_rebuild_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

book_uuid_node_features_rebuild_alter in includes/modules/book.inc
Implements hook_uuid_node_features_rebuild_alter().
filefield_uuid_node_features_rebuild_alter in includes/modules/filefield.inc
Implements hook_uuid_node_features_rebuild_alter().
nodereference_uuid_node_features_rebuild_alter in includes/modules/nodereference.inc
Implements hook_uuid_node_features_rebuild_alter().
1 invocation of hook_uuid_node_features_rebuild_alter()
uuid_node_features_rebuild_nodes in includes/uuid_node.features.inc
Runs the node import multiple times to resolve dependencies.

File

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

Code

function hook_uuid_node_features_rebuild_alter(&$node, $module) {
}