diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-25 09:05:12 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-25 09:05:12 +0200 |
commit | e91e36f8dfdcdf56bb7f3063f1337105cd9e51bc (patch) | |
tree | f7eee2aa48e149f3cc86b082cc23ad1502066065 /lib | |
parent | e7bc2a10e3ffd16cda8d15ff06dcbc870e34a627 (diff) | |
download | nextcloud-server-e91e36f8dfdcdf56bb7f3063f1337105cd9e51bc.tar.gz nextcloud-server-e91e36f8dfdcdf56bb7f3063f1337105cd9e51bc.zip |
Add the L10N Factory to the container interface
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/iservercontainer.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index 8be23dff214..e37652c1adc 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -194,6 +194,12 @@ interface IServerContainer { public function getAppConfig(); /** + * @return \OCP\L10N\IFactory + * @since 8.2.0 + */ + public function getL10NFactory(); + + /** * get an L10N instance * @param string $app appid * @param string $lang |