rules_webform.install in RULES WEBFORM 3.x
Same filename and directory in other branches
Uninstall function for the 'RULES WEBFORM' module.
We don't clear storage, don't calling \Drupal::state()->delete(). It enables reinstall the module and continue to using rules that use this module. It may be convenient if new releases will be created. Therefore we don't implements hook_uninstall().
File
rules_webform.installView source
<?php
/**
* @file
* Uninstall function for the 'RULES WEBFORM' module.
*
* We don't clear storage, don't calling \Drupal::state()->delete().
* It enables reinstall the module and continue to using rules that use this module.
* It may be convenient if new releases will be created.
* Therefore we don't implements hook_uninstall().
*/