chore: Drop \OC_App::getSettingsNavigation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-05-31 21:17:39 +02:00
parent 167763d312
commit 999aec366a
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 0 additions and 13 deletions

View File

@ -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
*