function breakpoint_themes_uninstalled

Same name and namespace in other branches
  1. 9 core/modules/breakpoint/breakpoint.module \breakpoint_themes_uninstalled()
  2. 8.9.x core/modules/breakpoint/breakpoint.module \breakpoint_themes_uninstalled()
  3. 10 core/modules/breakpoint/breakpoint.module \breakpoint_themes_uninstalled()

Implements hook_themes_uninstalled().

File

core/modules/breakpoint/breakpoint.module, line 49

Code

function breakpoint_themes_uninstalled($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.