tablesorter.install in Tablesorter 8
Same filename and directory in other branches
Tablesorter installation.
File
tablesorter.installView source
<?php
/**
* @file
* Tablesorter installation.
*/
/**
* Implements hook_uninstall().
*/
function tablesorter_uninstall() {
// Using \Drupal::configFactory()
\Drupal::configFactory()
->getEditable('tablesorter.settings')
->delete();
}
Functions
Name | Description |
---|---|
tablesorter_uninstall | Implements hook_uninstall(). |