function BreakpointHooks::themesInstalled

Implements hook_themes_installed().

File

core/modules/breakpoint/src/Hook/BreakpointHooks.php, line 46

Class

BreakpointHooks
Hook implementations for breakpoint.

Namespace

Drupal\breakpoint\Hook

Code

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