function breakpoint_themes_installed
Same name in other branches
- 9 core/modules/breakpoint/breakpoint.module \breakpoint_themes_installed()
- 10 core/modules/breakpoint/breakpoint.module \breakpoint_themes_installed()
- 11.x core/modules/breakpoint/breakpoint.module \breakpoint_themes_installed()
Implements hook_themes_installed()
File
-
core/
modules/ breakpoint/ breakpoint.module, line 42
Code
function breakpoint_themes_installed($theme_list) {
\Drupal::service('breakpoint.manager')->clearCachedDefinitions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.