Newscoop\User\SearchService::getSubType PHP Method

getSubType() public method

Return sub type for the document
public getSubType ( Newscoop\Search\DocumentInterface $user ) : string
$user Newscoop\Search\DocumentInterface
return string identifier
    public function getSubType(DocumentInterface $user)
    {
        return 'user';
    }