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

Breadcrumb

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

function ComponentPluginManager::clearCachedDefinitions

Overrides DefaultPluginManager::clearCachedDefinitions

File

core/lib/Drupal/Core/Theme/ComponentPluginManager.php, line 159

Class

ComponentPluginManager
Defines a plugin manager to deal with components.

Namespace

Drupal\Core\Theme

Code

public function clearCachedDefinitions() : void {
    parent::clearCachedDefinitions();
    $this->componentNegotiator
        ->clearCache();
}

API Navigation

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