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

Breadcrumb

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

function DumpDataCollector::reset

Overrides DataCollector::reset

File

vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php, line 136

Class

DumpDataCollector
@author Nicolas Grekas <p@tchwork.com>

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function reset() : void {
    $this->stopwatch?->reset();
    parent::reset();
    $this->dataCount = 0;
    $this->isCollected = true;
    $this->clonesCount = 0;
    $this->clonesIndex = 0;
}
RSS feed
Powered by Drupal