WorkspaceManager::$blacklist
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\workspacesCode
protected $blacklist = [
'workspace_association' => 'workspace_association',
'workspace' => 'workspace',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.