function background_batch_menu_local_actions_alter in Background Process 8
Implements hook_menu_local_actions_alter().
File
- background_batch/
background_batch.module, line 266 - This module adds background processing to Drupals batch API.
Code
function background_batch_menu_local_actions_alter(array &$local_actions) {
}