From 09f8a755ec6897eb72aa1da4eff623807201623d Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 17 Jan 2018 21:10:40 +0100 Subject: Remove IAppConfig::getValue Signed-off-by: Roeland Jago Douma --- lib/public/IAppConfig.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'lib/public') diff --git a/lib/public/IAppConfig.php b/lib/public/IAppConfig.php index 25597db2802..5c831590859 100644 --- a/lib/public/IAppConfig.php +++ b/lib/public/IAppConfig.php @@ -40,20 +40,6 @@ interface IAppConfig { */ public function hasKey($app, $key); - /** - * Gets the config value - * @param string $app app - * @param string $key key - * @param string $default = null, default value if the key does not exist - * @return string the value or $default - * @deprecated 8.0.0 use method getAppValue of \OCP\IConfig - * - * This function gets a value from the appconfig table. If the key does - * not exist the default value will be returned - * @since 7.0.0 - */ - public function getValue($app, $key, $default = null); - /** * get multiply values, either the app or key can be used as wildcard by setting it to false * -- cgit v1.2.3