function background_batch_menu_links_discovered_alter in Background Process 8
Implements hook_menu_links_discovered_alter().
File
- background_batch/
background_batch.module, line 254 - This module adds background processing to Drupals batch API.
Code
function background_batch_menu_links_discovered_alter(array &$links) {
}