Home
last modified time | relevance | path

Searched refs:removeApplicableGroup (Results 1 – 3 of 3) sorted by relevance

/dports/www/nextcloud-groupfolders/groupfolders/lib/Command/
H A DGroup.php73 $this->folderManager->removeApplicableGroup($folderId, $groupString);
/dports/www/nextcloud-groupfolders/groupfolders/lib/Controller/
H A DFolderController.php136 $this->manager->removeApplicableGroup($id, $group);
/dports/www/nextcloud-groupfolders/groupfolders/lib/Folder/
H A DFolderManager.php517 public function removeApplicableGroup(int $folderId, string $groupId): void { function in OCA\\GroupFolders\\Folder\\FolderManager