You are here

function hook_node_registration_update in Node registration 7

Implements hook_node_registration_update().

1 function implements hook_node_registration_update()

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

node_registration_node_registration_update in ./node_registration.module
Implements hook_node_registration_update().

File

./node_registration.api.php, line 108

Code

function hook_node_registration_update($registration) {
}