mirror of
https://github.com/silverstripe/recipe-plugin.git
synced 2024-10-22 14:05:55 +02:00
API Update deprecations (#27)
* ENH Update deprecation messages * API Update deprecations
This commit is contained in:
parent
c4e8728ff9
commit
e5dceb4546
@ -225,8 +225,9 @@ class RecipeInstaller extends LibraryInstaller
|
||||
* Perform any file rewrites necessary to a relative path of a file being installed.
|
||||
* E.g. if 'mysite' folder exists, rewrite 'mysite' to 'app' and 'mysite/code' to 'app/src'
|
||||
*
|
||||
* @deprecated 1.2..2.0 Will be removed in 2.0; app folder will be hard coded and no
|
||||
* rewrites supported.
|
||||
* This will be removed in 2.0 as the app folder will be hard coded and no rewrites supported.
|
||||
*
|
||||
* @deprecated 1.2.0 Will be removed without equivalent functionality to replace it
|
||||
* @param string $destinationRoot Project root
|
||||
* @param string $relativePath Relative path to the resource being installed
|
||||
* @return string Relative path we should write to
|
||||
|
Loading…
Reference in New Issue
Block a user