chore: Drop \OC_App::getSettingsNavigation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/38566/head
Christoph Wurst 3 years ago
parent 167763d312
commit 999aec366a
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 13
      lib/private/legacy/OC_App.php

@ -394,19 +394,6 @@ class OC_App {
return isset($appData['version']) ? $appData['version'] : '';
}
/**
* 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
*

Loading…
Cancel
Save