You are here

public function ModuleHandlerInterface::resetImplementations in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Core/Extension/ModuleHandlerInterface.php \Drupal\Core\Extension\ModuleHandlerInterface::resetImplementations()

Resets the cached list of hook implementations.

1 method overrides ModuleHandlerInterface::resetImplementations()
ModuleHandler::resetImplementations in src/Extension/ModuleHandler.php
Resets the cached list of hook implementations.

File

lib/Drupal/Core/Extension/ModuleHandlerInterface.php, line 199
Contains \Drupal\Core\Extension\ModuleHandlerInterface.

Class

ModuleHandlerInterface
Interface for classes that manage a set of enabled modules.

Namespace

Drupal\Core\Extension

Code

public function resetImplementations();