public function WorkspacePointerInterface::setName in Workspace 8
Sets the Workspace pointer name.
Parameters
string $name: The Workspace pointer name.
Return value
\Drupal\workspace\WorkspacePointerInterface The called Workspace pointer entity.
1 method overrides WorkspacePointerInterface::setName()
- WorkspacePointer::setName in src/
Entity/ WorkspacePointer.php - Sets the Workspace pointer name.
File
- src/
WorkspacePointerInterface.php, line 36
Class
- WorkspacePointerInterface
- Provides an interface for defining Workspace pointer entities.
Namespace
Drupal\workspaceCode
public function setName($name);