function breakpoint_themes_installed

Same name and namespace in other branches
  1. 9 core/modules/breakpoint/breakpoint.module \breakpoint_themes_installed()
  2. 8.9.x core/modules/breakpoint/breakpoint.module \breakpoint_themes_installed()
  3. 10 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.