Skip to content
addanother.install 249 B
Newer Older
Robin Monks's avatar
Robin Monks committed

Robin Monks's avatar
Robin Monks committed
/**
 * @file
Robin Monks's avatar
Robin Monks committed
 * Install, update and uninstall functions for the Add another module.
 * Implement hook_uninstall().
Robin Monks's avatar
Robin Monks committed
 */
gaurav_varshney's avatar
gaurav_varshney committed
function addanother_uninstall() {
  \Drupal::service('config.factory')->getEditable('addanother')->delete();
}