IndexerUsageInterface.php in Drupal 7 to 8/9 Module Upgrader 8
Namespace
Drupal\drupalmoduleupgraderFile
src/IndexerUsageInterface.phpView source
<?php
namespace Drupal\drupalmoduleupgrader;
interface IndexerUsageInterface {
public function getUsages($identifier);
}
Interfaces
Name | Description |
---|---|
IndexerUsageInterface |