You are here

function webform_test_message_custom_uninstall in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/modules/webform_test_message_custom/webform_test_message_custom.install \webform_test_message_custom_uninstall()

Implements hook_uninstall().

File

tests/modules/webform_test_message_custom/webform_test_message_custom.install, line 34
Install, update and uninstall functions for the Webform Test Message Custom module.

Code

function webform_test_message_custom_uninstall() {
  \Drupal::state()
    ->delete('webform_test_message_custom');
}