mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
feat(devmanual): Document \OCP\Util::linkToPublic removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
9e8f1cf0f2
commit
fcd443e3c0
@ -66,4 +66,5 @@ Removed APIs
|
||||
* ``\OC_App::getNavigation``: inject ``\OCP\App\IAppManager`` and call ``\OCP\App\IAppManager::getAll``.
|
||||
* ``\OC_App::getSettingsNavigation``: inject ``\OCP\App\IAppManager`` and call ``\OCP\App\IAppManager::getAll('settings')``.
|
||||
* ``\OC_App::isEnabled``: inject ``\OCP\App\IAppManager`` and call ``\OCP\App\IAppManager::isEnabledForUser``.
|
||||
* ``\OC_Defaults::getLogoClaim``: There is no replacement.
|
||||
* ``\OC_Defaults::getLogoClaim``: there is no replacement.
|
||||
* ``\OCP\Util::linkToPublic``: there is no replacement.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user