Add the L10N Factory to the container interface

remotes/origin/certificate-external-storage-visibility
Joas Schilling 10 years ago
parent e7bc2a10e3
commit e91e36f8df
  1. 6
      lib/public/iservercontainer.php

@ -193,6 +193,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

Loading…
Cancel
Save