Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-08 20:10:26 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-08 20:10:26 +0300
commitfec3fefad77626e3b97df386abaa0bfa4efc476c (patch)
treeaa8ba092379953cd09da28d50826091a61d1a62a /lib/public/IServerContainer.php
parentd67f627ebac82bcf7d9f51d46407ecc5184c0405 (diff)
Deprecate \OCP\IServerContainer::getEventDispatcher
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/IServerContainer.php')
-rw-r--r--lib/public/IServerContainer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php
index 40f8d93f350..45f2a1caf4e 100644
--- a/lib/public/IServerContainer.php
+++ b/lib/public/IServerContainer.php
@@ -490,6 +490,7 @@ interface IServerContainer extends IContainer {
* Get the EventDispatcher
*
* @return EventDispatcherInterface
+ * @deprecated 20.0.0 use \OCP\EventDispatcher\IEventDispatcher
* @since 8.2.0
*/
public function getEventDispatcher();