function BreakpointHooks::themesUninstalled
Same name and namespace in other branches
- 11.x core/modules/breakpoint/src/Hook/BreakpointHooks.php \Drupal\breakpoint\Hook\BreakpointHooks::themesUninstalled()
Implements hook_themes_uninstalled().
Attributes
#[Hook('themes_uninstalled')]
File
-
core/
modules/ breakpoint/ src/ Hook/ BreakpointHooks.php, line 58
Class
- BreakpointHooks
- Hook implementations for breakpoint.
Namespace
Drupal\breakpoint\HookCode
public function themesUninstalled($theme_list) : void {
\Drupal::service('breakpoint.manager')->clearCachedDefinitions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.