mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 18:56:02 +07:00
Ammend documentation to mention removal both on Frontend and Backend sections
Signed-off-by: Stephan Orbaugh <stephan.orbaugh@nextcloud.com>
This commit is contained in:
@@ -58,7 +58,7 @@ Removed APIs
|
||||
* ``OC.loadScript`` and ``OC.loadStyle``: Use ``OCP.Loader`` instead.
|
||||
* ``OC.appSettings``: There is no replacement.
|
||||
* ``OCA.Files``: Everything removed but Sidebar and Settings. See the Added API section for replacements.
|
||||
* ``OCP.Comments``: Removed comments loading.
|
||||
* ``OCA.Comments``: There is no replacement.
|
||||
|
||||
Back-end changes
|
||||
----------------
|
||||
@@ -170,6 +170,7 @@ Removed APIs
|
||||
* ``\OC_Defaults::getLogoClaim``: There is no replacement.
|
||||
* ``\OC::$server->createEventSource()`` has been removed, use ``\OCP\Server::get(\OCP\IEventSourceFactory::class)->create()`` instead.
|
||||
* ``\OCP\Util::writeLog`` has been removed, use ``\OCP\Server::get(LoggerInterface::class)->…`` instead.
|
||||
* ``\OCP\Comments::load``: there is no replacement.
|
||||
|
||||
The factory ``\OCP\IEventSourceFactory`` works only from Nextcloud 28.
|
||||
For older versions use ``\OC::$server->createEventSource()``.
|
||||
|
||||
Reference in New Issue
Block a user