promote_disable.install in Promote Disable 8
Same filename and directory in other branches
Contains an uninstall function for Promote Disable.
File
promote_disable.installView source
<?php
/**
* @file
* Contains an uninstall function for Promote Disable.
*/
/**
* Implements hook_uninstall().
*/
function promote_disable_uninstall() {
\Drupal::configFactory()
->getEditable('promote_disable.settings')
->delete();
}
Functions
Name | Description |
---|---|
promote_disable_uninstall | Implements hook_uninstall(). |