locale_test.install

Same filename and directory in other branches
  1. 9 core/modules/locale/tests/modules/locale_test/locale_test.install
  2. 8.9.x core/modules/locale/tests/modules/locale_test/locale_test.install
  3. 10 core/modules/locale/tests/modules/locale_test/locale_test.install

Install, update and uninstall functions for the locale_test module.

File

core/modules/locale/tests/modules/locale_test/locale_test.install

View source
<?php


/**
 * @file
 * Install, update and uninstall functions for the locale_test module.
 */

/**
 * Implements hook_uninstall().
 */
function locale_test_uninstall() {
    // Clear variables.
    \Drupal::state()->delete('locale.test_system_info_alter');
    \Drupal::state()->delete('locale.test_projects_alter');
}

Functions

Title Deprecated Summary
locale_test_uninstall Implements hook_uninstall().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.