Newscoop\Article\SearchService::getSubType PHP Method

getSubType() public method

Return sub type for the document
public getSubType ( Newscoop\Search\DocumentInterface $article ) : string
$article Newscoop\Search\DocumentInterface
return string identifier
    public function getSubType(DocumentInterface $article)
    {
        return $article->getType();
    }