You are here

public function WorkspacePointerInterface::getName in Workspace 8

Gets the Workspace pointer name.

Return value

string Name of the Workspace pointer.

1 method overrides WorkspacePointerInterface::getName()
WorkspacePointer::getName in src/Entity/WorkspacePointer.php
Gets the Workspace pointer name.

File

src/WorkspacePointerInterface.php, line 25

Class

WorkspacePointerInterface
Provides an interface for defining Workspace pointer entities.

Namespace

Drupal\workspace

Code

public function getName();