You are here

function hook_node_registration_node_access in Node registration 7

Implements hook_node_registration_node_access().

Override standard NR node access for any operation.

Parameters

stdClass $node:

string $op:

stdClass $account:

string $reason:

1 function implements hook_node_registration_node_access()

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

nr_owners_node_registration_node_access in submodules/nr_owners/nr_owners.module
Implements hook_node_registration_node_access().
1 invocation of hook_node_registration_node_access()
node_registration_node_access in includes/node_registration.api.inc
Implements hook_node_access().

File

./node_registration.api.php, line 69

Code

function hook_node_registration_node_access($event_node, $op, $account, $reason) {
  $settings = $event_node->registration;
}