resource_hints.install in Resource Hints 8
Same filename and directory in other branches
Install hooks for the resource hints module.
File
resource_hints.installView source
<?php
/**
* @file
* Install hooks for the resource hints module.
*/
/**
* Implements hook_uninstall().
*/
function resource_hints_uninstall() {
\Drupal::service('config.factory')
->getEditable('resource_hints.settings')
->delete();
}
Functions
Name | Description |
---|---|
resource_hints_uninstall | Implements hook_uninstall(). |