Newscoop\User\SearchService::getSubType PHP Метод

getSubType() публичный Метод

Return sub type for the document
public getSubType ( Newscoop\Search\DocumentInterface $user ) : string
$user Newscoop\Search\DocumentInterface
Результат string identifier
    public function getSubType(DocumentInterface $user)
    {
        return 'user';
    }