Development Version On Drupal 8
This commit is contained in:
14
header_and_footer_scripts.install
Normal file
14
header_and_footer_scripts.install
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Uninstall functions for header_and_footer_scripts module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_uninstall().
|
||||
*/
|
||||
function header_and_footer_scripts_uninstall() {
|
||||
\Drupal::service('config.factory')->getEditable('hfs_body_scripts.settings')->delete();
|
||||
\Drupal::service('config.factory')->getEditable('hfs_footer_scripts.settings')->delete();
|
||||
}
|
||||
Reference in New Issue
Block a user