function 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.