eZ\Publish\Core\MVC\Symfony\Matcher\BlockMatcherFactory::doMatch PHP Method

doMatch() protected method

Checks if $valueObject matches $matcher rules.
protected doMatch ( eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface $matcher, eZ\Publish\Core\MVC\Symfony\View\View $view ) : boolean
$matcher eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface
$view eZ\Publish\Core\MVC\Symfony\View\View
return boolean
    protected function doMatch(BaseMatcherInterface $matcher, View $view)
    {
        return $matcher->match($view);
    }
BlockMatcherFactory