You are here

function views_bulk_operations_job_queue_functions in Views Bulk Operations (VBO) 5

File

./views_bulk_operations.module, line 433
Allow bulk node operations directly within views.

Code

function views_bulk_operations_job_queue_functions() {
  $functions['_views_bulk_operations_queue_process'] = array(
    'title' => t('Execute operation'),
  );
  return $functions;
}