Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76 Symfony Profiler
vendor/liip/imagine-bundle/Templating/FilterExtension.php line 14
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/
namespace Liip\ImagineBundle\Templating;
@trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);
use Twig\Extension\AbstractExtension;
use Twig\TwigFilter;
/**
* @deprecated
*/
class FilterExtension extends AbstractExtension
{
use FilterTrait;
public function getFilters()
{
return [
new TwigFilter('imagine_filter', [$this, 'filter']),
new TwigFilter('imagine_filter_cache', [$this, 'filterCache']),