textimage.install in Textimage 8.4
Same filename and directory in other branches
Textimage - Installation scripts.
File
textimage.installView source
<?php
/**
* @file
* Textimage - Installation scripts.
*/
/**
* Implements hook_uninstall().
*/
function textimage_uninstall() {
\Drupal::service('textimage.factory')
->flushAll();
}
Functions
Name | Description |
---|---|
textimage_uninstall | Implements hook_uninstall(). |