function breakpoint_themes_uninstalled in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/breakpoint/breakpoint.module \breakpoint_themes_uninstalled()
Implements hook_themes_uninstalled()
File
- core/
modules/ breakpoint/ breakpoint.module, line 49 - Manage breakpoints and breakpoint groups for responsive designs.
Code
function breakpoint_themes_uninstalled($theme_list) {
\Drupal::service('breakpoint.manager')
->clearCachedDefinitions();
}