function LocaleHooks::themesUninstalled

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

Implements hook_themes_uninstalled().

Attributes

#[Hook('themes_uninstalled')]

File

core/modules/locale/src/Hook/LocaleHooks.php, line 170

Class

LocaleHooks
Hook implementations for locale.

Namespace

Drupal\locale\Hook

Code

public function themesUninstalled($themes) : void {
  $components['theme'] = $themes;
  locale_system_remove($components);
}

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