protected property WorkspaceManager::$supported in Drupal 9
An array of which entity types are supported.
Type: string[]
File
- core/
modules/ workspaces/ src/ WorkspaceManager.php, line 29
Class
- WorkspaceManager
- Provides the workspace manager.
Namespace
Drupal\workspacesCode
protected $supported = [
'workspace' => FALSE,
];