Asm89\Twig\CacheExtension\Extension::getName PHP Method

getName() public method

{@inheritDoc}
public getName ( )
    public function getName()
    {
        if (version_compare(\Twig_Environment::VERSION, '1.26.0', '>=')) {
            return get_class($this);
        }
        return 'asm89_cache';
    }