Jade\Compiler\CompilerUtils::getFilter PHP Method

getFilter() protected method

Get filter by name.
protected getFilter ( string $name ) : callable
$name string
return callable
    protected function getFilter($name)
    {
        $helper = new FilterHelper($this->filters, $this->filterAutoLoad);
        return $helper->getValidFilter($name);
    }