You are here

function domain_content_node_operations_process in Domain Access 6.2

Same name and namespace in other branches
  1. 7.3 domain_content/domain_content.module \domain_content_node_operations_process()
  2. 7.2 domain_content/domain_content.module \domain_content_node_operations_process()

Callback for domain_content_node_operations().

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

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

File

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

Code

function domain_content_node_operations_process($nodes) {
}