You are here

public function TargetInterface::getIndexer in Drupal 7 to 8/9 Module Upgrader 8

Returns an indexer for this target.

Parameters

string $which: The type of indexer to get. Should be the ID of an indexer plugin.

Return value

IndexerInterface

1 method overrides TargetInterface::getIndexer()
Target::getIndexer in src/Target.php
Returns an indexer for this target.

File

src/TargetInterface.php, line 54

Class

TargetInterface
Represents a Drupal 7 module being run through the DMU.

Namespace

Drupal\drupalmoduleupgrader

Code

public function getIndexer($which);