You are here

function domain_content_node_operations_access in Domain Access 5

Callback for domain_content_node_operations().

This callback is required, but we actually do our action inside of domain_content_update_nodes().

1 string reference to 'domain_content_node_operations_access'
domain_content_node_operations in domain_content/domain_content.module
Implement hook_node_operations()

File

domain_content/domain_content.module, line 426
Editorial overview module.

Code

function domain_content_node_operations_access($nodes) {
}