eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\Id\ContentTypeGroup::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 ContentValueView) {
            return false;
        }
        return $this->matchContentTypeId($view->getContent()->contentInfo->contentTypeId);
    }