You are here

public function WorkspaceInterface::setName in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/WorkspaceInterface.php \Drupal\opigno_moxtra\WorkspaceInterface::setName()

Sets the Collaborative Workspace name.

Parameters

string $name: The Collaborative Workspace name.

Return value

$this

1 method overrides WorkspaceInterface::setName()
Workspace::setName in src/Entity/Workspace.php
Sets the Collaborative Workspace name.

File

src/WorkspaceInterface.php, line 30

Class

WorkspaceInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setName($name);