You are here

protected property WorkspaceManager::$blacklist in Drupal 8

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

core/modules/workspaces/src/WorkspaceManager.php, line 32

Class

WorkspaceManager
Provides the workspace manager.

Namespace

Drupal\workspaces

Code

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