You are here

straw.install in Super Term Reference Autocomplete Widget 8

Contains install, uninstall, and update functions for Straw.

File

straw.install
View 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

Namesort descending Description
straw_uninstall Implements hook_uninstall().