You are here

IndexerUsageInterface.php in Drupal 7 to 8/9 Module Upgrader 8

File

src/IndexerUsageInterface.php
View source
<?php

namespace Drupal\drupalmoduleupgrader;

interface IndexerUsageInterface {
  public function getUsages($identifier);

}

Interfaces