eZ\Publish\Core\MVC\Symfony\Matcher\Block\Id\Block::match PHP Method

match() public method

public match ( eZ\Publish\Core\MVC\Symfony\View\View $view )
$view eZ\Publish\Core\MVC\Symfony\View\View
    public function match(View $view)
    {
        if (!$view instanceof BlockValueView) {
            return false;
        }
        return isset($this->values[$view->getBlock()->id]);
    }