function WorkspaceInformationInterface::getSupportedEntityTypes

Same name and namespace in other branches
  1. 10 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\workspaces

Code

public function getSupportedEntityTypes() : array;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.