blazyloading-2.0.0/blazyloading.install
blazyloading.install
<?php
/**
* @file
* Install, update and uninstall functions for the book module.
*/
/**
* Implements hook_uninstall().
*/
function blazyloading_uninstall() {
\Drupal::configFactory()->getEditable('blazyloading_configuration.settings')->delete();
}
