Robert Vogel has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/397330 )

Change subject: Add ExtensionRegitry and ExtensionFactory
......................................................................

Add ExtensionRegitry and ExtensionFactory

... to Services

Change-Id: I535f2ffa03ce4631279925ddaab4c35726274cdb
---
M src/Services.php
1 file changed, 16 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/30/397330/1

diff --git a/src/Services.php b/src/Services.php
index 9d6e369..5f8f51d 100644
--- a/src/Services.php
+++ b/src/Services.php
@@ -8,6 +8,22 @@
 
        /**
         *
+        * @return ExtensionRegistry
+        */
+       public function getBSExtensionRegistry() {
+               return $this->getService( 'BSExtensionRegistry' );
+       }
+
+       /**
+        *
+        * @return ExtensionFactory
+        */
+       public function getBSExtensionFactory() {
+               return $this->getService( 'BSExtensionFactory' );
+       }
+
+       /**
+        *
         * @return ConfigDefinitionFactory
         */
        public function getBSConfigDefinitionFactory() {

-- 
To view, visit https://gerrit.wikimedia.org/r/397330
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I535f2ffa03ce4631279925ddaab4c35726274cdb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to