Newscoop\User\SearchService::isIndexed PHP Method

isIndexed() public method

Test if user is indexed
public isIndexed ( Newscoop\Search\DocumentInterface $user ) : boolean
$user Newscoop\Search\DocumentInterface
return boolean
    public function isIndexed(DocumentInterface $user)
    {
        return $user->getIndexed() !== null;
    }