function LocaleExtensionHooks::themesUninstalled
Same name and namespace in other branches
- 11.x 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\HookCode
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.