You are here

interface IndexerUsageInterface in Drupal 7 to 8/9 Module Upgrader 8

Hierarchy

Expanded class hierarchy of IndexerUsageInterface

All classes that implement IndexerUsageInterface

3 files declare their use of IndexerUsageInterface
Classes.php in src/Plugin/DMU/Indexer/Classes.php
Constants.php in src/Plugin/DMU/Indexer/Constants.php
Functions.php in src/Plugin/DMU/Indexer/Functions.php

File

src/IndexerUsageInterface.php, line 5

Namespace

Drupal\drupalmoduleupgrader
View source
interface IndexerUsageInterface {
  public function getUsages($identifier);

}

Members