public function MoxtraServiceInterface::createWorkspace in Opigno Moxtra 3.x
Same name and namespace in other branches
- 8 src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::createWorkspace()
Creates workspace (Moxtra binder).
Parameters
int $owner_id: User ID.
string $name: Workspace name.
Return value
array Response data.
1 method overrides MoxtraServiceInterface::createWorkspace()
- MoxtraService::createWorkspace in src/
MoxtraService.php - Creates workspace (Moxtra binder).
File
- src/
MoxtraServiceInterface.php, line 21
Class
- MoxtraServiceInterface
- Implements Moxtra REST API.
Namespace
Drupal\opigno_moxtraCode
public function createWorkspace($owner_id, $name);