You are here

textimage.install in Textimage 8.4

Textimage - Installation scripts.

File

textimage.install
View source
<?php

/**
 * @file
 * Textimage - Installation scripts.
 */

/**
 * Implements hook_uninstall().
 */
function textimage_uninstall() {
  \Drupal::service('textimage.factory')
    ->flushAll();
}

Functions

Namesort descending Description
textimage_uninstall Implements hook_uninstall().