function LocaleExtensionHooks::themesUninstalled

Same name and namespace in other branches
  1. main core/modules/locale/src/Hook/LocaleExtensionHooks.php \Drupal\locale\Hook\LocaleExtensionHooks::themesUninstalled()

Implements hook_themes_uninstalled().

Attributes

#[Hook('themes_uninstalled')]

File

core/modules/locale/src/Hook/LocaleExtensionHooks.php, line 78

Class

LocaleExtensionHooks
Extension hook implementations for locale.

Namespace

Drupal\locale\Hook

Code

public function themesUninstalled(array $themes) : void {
  $this->deleteTranslationHistory($themes);
}

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