You are here

function workflow_access_workflow_operations in Workflow 8

Same name and namespace in other branches
  1. 7.2 workflow_access/workflow_access.module \workflow_access_workflow_operations()
  2. 7 workflow_access/workflow_access.module \workflow_access_workflow_operations()

@inheritdoc

File

modules/workflow_access/workflow_access.module, line 66
Provides node access permissions based on workflow states.

Code

function workflow_access_workflow_operations($op, EntityInterface $entity = NULL) {

  // @todo Create action link for AccessRoleForm on WorkflowListBuilder.
  $operations = [];
  return $operations;
}