Newscoop\Article\SearchService::isIndexed PHP Méthode

isIndexed() public méthode

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