Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BreakpointHooks.php

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();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal