You are here

public function WorkspaceManagerInterface::getSupportedEntityTypes in Workspace 8.2

Returns an array of entity types that can belong to workspaces.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] The entity types what can belong to workspaces.

1 method overrides WorkspaceManagerInterface::getSupportedEntityTypes()
WorkspaceManager::getSupportedEntityTypes in src/WorkspaceManager.php
Returns an array of entity types that can belong to workspaces.

File

src/WorkspaceManagerInterface.php, line 29

Class

WorkspaceManagerInterface
Provides an interface for managing Workspaces.

Namespace

Drupal\workspace

Code

public function getSupportedEntityTypes();