You are here

public function IndexerBase::hasAny in Drupal 7 to 8/9 Module Upgrader 8

Overrides IndexerInterface::hasAny

1 call to IndexerBase::hasAny()
Functions::hasAny in src/Plugin/DMU/Indexer/Functions.php
2 methods override IndexerBase::hasAny()
ArrayIndexer::hasAny in src/ArrayIndexer.php
Functions::hasAny in src/Plugin/DMU/Indexer/Functions.php

File

src/IndexerBase.php, line 108

Class

IndexerBase
Base class for indexers.

Namespace

Drupal\drupalmoduleupgrader

Code

public function hasAny(array $identifiers) {
  return $this
    ->has($identifiers);
}