function locale_test_uninstall
Implements hook_uninstall().
File
- 
              core/
modules/ locale/ tests/ modules/ locale_test/ locale_test.install, line 11  
Code
function locale_test_uninstall() {
  // Clear variables.
  \Drupal::state()->delete('locale.test_system_info_alter');
  \Drupal::state()->delete('locale.test_projects_alter');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.