You are here

function background_process_perm in Background Process 6

Implements hook_permission().

File

./background_process.module, line 119

Code

function background_process_perm() {
  return array(
    'administer background process',
  );
}