function domain_content_node_operations_process in Domain Access 7.2
Same name and namespace in other branches
- 6.2 domain_content/domain_content.module \domain_content_node_operations_process()
- 7.3 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 176 - Editorial overview module.
Code
function domain_content_node_operations_process($nodes) {
}