You are here

function workspace_entity_type_alter in Workspace 8

Implements hook_entity_type_alter().

File

./workspace.module, line 46

Code

function workspace_entity_type_alter(array &$entity_types) {
  \Drupal::service('workspace.entity_type_info')
    ->entityTypeAlter($entity_types);
}