You are here

public function IndexerBase::destroy in Drupal 7 to 8/9 Module Upgrader 8

Overrides IndexerInterface::destroy

File

src/IndexerBase.php, line 90

Class

IndexerBase
Base class for indexers.

Namespace

Drupal\drupalmoduleupgrader

Code

public function destroy() {
  $this->db
    ->schema()
    ->dropTable($this->table);
}