mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Deprecate minifier API
This commit is contained in:
parent
5b46461879
commit
11a5918810
@ -219,6 +219,7 @@ class Requirements_Backend
|
|||||||
/**
|
/**
|
||||||
* Gets the minification service for this backend
|
* Gets the minification service for this backend
|
||||||
*
|
*
|
||||||
|
* @deprecated 4.0..5.0
|
||||||
* @return Requirements_Minifier
|
* @return Requirements_Minifier
|
||||||
*/
|
*/
|
||||||
public function getMinifier()
|
public function getMinifier()
|
||||||
|
@ -4,6 +4,8 @@ namespace SilverStripe\View;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides an abstract interface for minifying content
|
* Provides an abstract interface for minifying content
|
||||||
|
*
|
||||||
|
* @deprecated 4.0..5.0
|
||||||
*/
|
*/
|
||||||
interface Requirements_Minifier
|
interface Requirements_Minifier
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user