public function WorkspaceInterface::getName in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/WorkspaceInterface.php \Drupal\opigno_moxtra\WorkspaceInterface::getName()
Returns the Collaborative Workspace name.
Return value
string|null The Collaborative Workspace name, or NULL in case name field has not been set on the entity.
1 method overrides WorkspaceInterface::getName()
- Workspace::getName in src/
Entity/ Workspace.php - Returns the Collaborative Workspace name.
File
- src/
WorkspaceInterface.php, line 20
Class
- WorkspaceInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function getName();