You are here

public function IndexerInterface::get in Drupal 7 to 8/9 Module Upgrader 8

4 methods override IndexerInterface::get()
ArrayIndexer::get in src/ArrayIndexer.php
Classes::get in src/Plugin/DMU/Indexer/Classes.php
FunctionCalls::get in src/Plugin/DMU/Indexer/FunctionCalls.php
Functions::get in src/Plugin/DMU/Indexer/Functions.php

File

src/IndexerInterface.php, line 38

Class

IndexerInterface
Interface for plugins which can scan a target module to collect information about what it contains. Indexers are always run before other plugin types, and all available indexers are always run. All information collected by indexers is available to the…

Namespace

Drupal\drupalmoduleupgrader

Code

public function get($identifier);