You are here

rules_webform.install in RULES WEBFORM 8

Same filename and directory in other branches
  1. 3.x rules_webform.install

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.install
View 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().
 */