straw.install in Super Term Reference Autocomplete Widget 8
Contains install, uninstall, and update functions for Straw.
File
straw.installView source
<?php
/**
* @file
* Contains install, uninstall, and update functions for Straw.
*/
/**
* Implements hook_uninstall().
*/
function straw_uninstall() {
// Remove the Straw cache bin.
\Drupal::cache('straw')
->removeBin();
}
Functions
Name | Description |
---|---|
straw_uninstall | Implements hook_uninstall(). |