You are here

function straw_uninstall in Super Term Reference Autocomplete Widget 8

Implements hook_uninstall().

File

./straw.install, line 11
Contains install, uninstall, and update functions for Straw.

Code

function straw_uninstall() {

  // Remove the Straw cache bin.
  \Drupal::cache('straw')
    ->removeBin();
}