diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-05-31 21:17:02 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-01 11:31:27 +0200 |
commit | 167763d3125779fc642f7b169389dea029bb73ed (patch) | |
tree | 7ce4fe4a465e28fc67179b9477e9bcde02b41fdf /lib/private/legacy/OC_App.php | |
parent | e76d525a43c639d9c32e66dc7bd93fc8cc3bb4e3 (diff) | |
download | nextcloud-server-167763d3125779fc642f7b169389dea029bb73ed.tar.gz nextcloud-server-167763d3125779fc642f7b169389dea029bb73ed.zip |
chore: Drop \OC_App::getNavigation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/legacy/OC_App.php')
-rw-r--r-- | lib/private/legacy/OC_App.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index ef416f2342f..298ae033e60 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -395,21 +395,6 @@ class OC_App { } /** - * Returns the navigation - * - * @return array - * @deprecated 14.0.0 use \OC::$server->getNavigationManager()->getAll() - * - * This function returns an array containing all entries added. The - * entries are sorted by the key 'order' ascending. Additional to the keys - * given for each app the following keys exist: - * - active: boolean, signals if the user is on this navigation entry - */ - public static function getNavigation(): array { - return OC::$server->getNavigationManager()->getAll(); - } - - /** * Returns the Settings Navigation * * @return string[] |