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
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\drupalmoduleupgraderCode
public function getIndexer($which);