Newscoop\Comment\SearchService::getSubType PHP Method

getSubType() public method

Return type for this search service
public getSubType ( Newscoop\Search\DocumentInterface $comment ) : string
$comment Newscoop\Search\DocumentInterface
return string identifier
    public function getSubType(DocumentInterface $comment)
    {
        return 'comment';
    }