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

Breadcrumb

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

function BreakpointHooks::themesUninstalled

Implements hook_themes_uninstalled().

File

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

Class

BreakpointHooks
Hook implementations for breakpoint.

Namespace

Drupal\breakpoint\Hook

Code

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