public function WorkspaceInterface::setName in Opigno Moxtra 3.x
Same name and namespace in other branches
- 8 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_moxtraCode
public function setName($name);