Implements \Drupal\Core\Extension\ModuleHandlerInterface::resetImplementations().
Overrides ModuleHandlerInterface::resetImplementations
public function resetImplementations() {
$this->implementations = NULL;
$this->hookInfo = NULL;
$this->alterFunctions = NULL;
}