You are here

public function Functions::hasAll in Drupal 7 to 8/9 Module Upgrader 8

Overrides IndexerBase::hasAll

File

src/Plugin/DMU/Indexer/Functions.php, line 44

Class

Functions
Plugin annotation @Indexer( id = "function" )

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Indexer

Code

public function hasAll(array $identifiers) {
  return parent::hasAll(array_map([
    $this,
    'prepareID',
  ], $identifiers));
}