You are here

function workflow_extensions_perm in Workflow Extensions 6

Implementation of hook_perm().

File

./workflow_extensions.module, line 53
UI-related improvements to the Workflow module and tokens for Rules.

Code

function workflow_extensions_perm() {
  return array(
    'change workflow state via node edit form',
    'edit workflow log',
    'view workflow state change block even when state cannot be changed',
  );
}