Wallabag\CoreBundle\Twig\WallabagExtension::getFilters PHP Method

getFilters() public method

public getFilters ( )
    public function getFilters()
    {
        return [new \Twig_SimpleFilter('removeWww', [$this, 'removeWww'])];
    }