You are here

function background_batch_menu_local_tasks_alter in Background Process 8

Implements hook_menu_local_tasks_alter().

File

background_batch/background_batch.module, line 260
This module adds background processing to Drupals batch API.

Code

function background_batch_menu_local_tasks_alter(array &$data, $route_name) {
}