function background_batch_contextual_links_view_alter in Background Process 8
Implements hook_contextual_links_view_alter().
File
- background_batch/background_batch.module, line 272 
- This module adds background processing to Drupals batch API.
Code
function background_batch_contextual_links_view_alter(array &$element, array $items) {
}