function WorkspaceInformationInterface::getSupportedEntityTypes
Same name in other branches
- 11.x core/modules/workspaces/src/WorkspaceInformationInterface.php \Drupal\workspaces\WorkspaceInformationInterface::getSupportedEntityTypes()
Returns an array of entity types that can belong to workspaces.
Return value
\Drupal\Core\Entity\EntityTypeInterface[] An array of entity type definition objects.
File
-
core/
modules/ workspaces/ src/ WorkspaceInformationInterface.php, line 41
Class
- WorkspaceInformationInterface
- Provides an interface for workspace-support information.
Namespace
Drupal\workspacesCode
public function getSupportedEntityTypes() : array;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.