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

Breadcrumb

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

function TraceableEventDispatcher::reset

Overrides ResetInterface::reset

File

vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php, line 212

Class

TraceableEventDispatcher
Collects some data about event listeners.

Namespace

Symfony\Component\EventDispatcher\Debug

Code

public function reset() : void {
    $this->callStack = null;
    $this->orphanedEvents = [];
    $this->currentRequestHash = '';
}
RSS feed
Powered by Drupal