File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1616 * Factory interface for system tag managers
1717 *
1818 * @since 9.0.0
19+ * @deprecated 33.0.0 use Dependency Injection instead, or \OCP\Server::get
1920 */
2021interface ISystemTagManagerFactory {
2122 /**
2223 * Constructor for the system tag manager factory
2324 *
2425 * @param IServerContainer $serverContainer server container
2526 * @since 9.0.0
27+ * @deprecated 33.0.0
2628 */
2729 public function __construct (IServerContainer $ serverContainer );
2830
@@ -31,6 +33,7 @@ public function __construct(IServerContainer $serverContainer);
3133 *
3234 * @return ISystemTagManager
3335 * @since 9.0.0
36+ * @deprecated 33.0.0
3437 */
3538 public function getManager (): ISystemTagManager ;
3639
@@ -40,6 +43,7 @@ public function getManager(): ISystemTagManager;
4043 *
4144 * @return ISystemTagObjectMapper
4245 * @since 9.0.0
46+ * @deprecated 33.0.0
4347 */
4448 public function getObjectMapper (): ISystemTagObjectMapper ;
4549}
You can’t perform that action at this time.
0 commit comments