mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Deprecate old app folder
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
a961354c62
commit
851769adc8
2 changed files with 2 additions and 0 deletions
|
|
@ -882,6 +882,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
* Returns an app-specific view in ownClouds data directory
|
||||
*
|
||||
* @return \OCP\Files\Folder
|
||||
* @deprecated since 9.2.0 use IAppData
|
||||
*/
|
||||
public function getAppFolder() {
|
||||
$dir = '/' . \OC_App::getCurrentApp();
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ interface IServerContainer {
|
|||
*
|
||||
* @return \OCP\Files\Folder
|
||||
* @since 6.0.0
|
||||
* @deprecated since 9.2.0 use IAppData
|
||||
*/
|
||||
public function getAppFolder();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue