Newscoop\User\SearchService::getType PHP Method

getType() public method

Return type for this search service
public getType ( ) : string
return string identifier
    public function getType()
    {
        return 'user';
    }