Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/App/IAppManager.php')
-rw-r--r--lib/public/App/IAppManager.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php
index 6213227bfd1..aebd47b3a2d 100644
--- a/lib/public/App/IAppManager.php
+++ b/lib/public/App/IAppManager.php
@@ -110,9 +110,10 @@ interface IAppManager {
* Disable an app for every user
*
* @param string $appId
+ * @param bool $automaticDisabled
* @since 8.0.0
*/
- public function disableApp($appId);
+ public function disableApp($appId, $automaticDisabled = false);
/**
* Get the directory for the given app.
@@ -168,6 +169,12 @@ interface IAppManager {
public function getEnabledAppsForGroup(IGroup $group): array;
/**
+ * @return array
+ * @since 17.0.0
+ */
+ public function getAutoDisabledApps(): array;
+
+ /**
* @param String $appId
* @return string[]
* @since 17.0.0