You are here

function hook_hosting_task_dangerous_tasks_alter in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 hosting.api.php \hook_hosting_task_dangerous_tasks_alter()

Alter the list of dangerous tasks.

Parameters

$nids: A list of tasks as returned by hook_hosting_task_dangerous_tasks().

Related topics

1 invocation of hook_hosting_task_dangerous_tasks_alter()
hosting_task_get_dangerous_tasks in task/hosting_task.module
Invoke hooks to build a list of dangerous tasks.

File

./hosting.api.php, line 460
Hooks provided by the hosting module, and some other random ones.

Code

function hook_hosting_task_dangerous_tasks_alter(&$tasks) {
}