function hook_hosting_task_guarded_nodes_alter in Hosting 7.4
Same name and namespace in other branches
- 7.3 hosting.api.php \hook_hosting_task_guarded_nodes_alter()
Alter the list of guarded nodes.
Parameters
$nids: A list of NIDs as returned by hook_hosting_task_guarded_nodes().
Related topics
1 invocation of hook_hosting_task_guarded_nodes_alter()
- hosting_task_get_guarded_nodes in task/
hosting_task.module - Invoke hooks to build a list of NIDs to guard.
File
- ./
hosting.api.php, line 437 - Hooks provided by the hosting module, and some other random ones.
Code
function hook_hosting_task_guarded_nodes_alter(&$nids) {
}