function workspace_workspace_access in Workspace 8
Implements hook_ENTITY_TYPE_access().
File
- ./
workspace.module, line 114
Code
function workspace_workspace_access(EntityInterface $entity, $operation, AccountInterface $account) {
return \Drupal::service('workspace.entity_access')
->workspaceAccess($entity, $operation, $account);
}