You are here

function system_test_module_preuninstall in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/system_test/system_test.module \system_test_module_preuninstall()

Implements hook_module_preuninstall().

File

core/modules/system/tests/modules/system_test/system_test.module, line 143
Test module.

Code

function system_test_module_preuninstall($module) {
  \Drupal::state()
    ->set('system_test_preuninstall_module', $module);
}