You are here

protected property WorkspaceManager::$blacklist in Workspace 8.2

An array of entity type IDs that can not belong to a workspace.

By default, only entity types which are revisionable and publishable can belong to a workspace.

Type: string[]

File

src/WorkspaceManager.php, line 31

Class

WorkspaceManager
Provides the workspace manager.

Namespace

Drupal\workspace

Code

protected $blacklist = [
  'workspace_association',
  'workspace',
];