diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-05-31 21:17:39 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-01 11:31:27 +0200 |
commit | 999aec366a7f78288bd2f993e84426debcc59cae (patch) | |
tree | 5650ff32e11e5d7e743cd901b919515b6ea1de55 /lib/private/legacy/OC_App.php | |
parent | 167763d3125779fc642f7b169389dea029bb73ed (diff) | |
download | nextcloud-server-999aec366a7f78288bd2f993e84426debcc59cae.tar.gz nextcloud-server-999aec366a7f78288bd2f993e84426debcc59cae.zip |
chore: Drop \OC_App::getSettingsNavigation
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 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index 298ae033e60..2d028ba30de 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -395,19 +395,6 @@ class OC_App { } /** - * Returns the Settings Navigation - * - * @return string[] - * @deprecated 14.0.0 use \OC::$server->getNavigationManager()->getAll('settings') - * - * This function returns an array containing all settings pages added. The - * entries are sorted by the key 'order' ascending. - */ - public static function getSettingsNavigation(): array { - return OC::$server->getNavigationManager()->getAll('settings'); - } - - /** * get the id of loaded app * * @return string |