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

Breadcrumb

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

function DumpDataCollector::__clone

File

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

Class

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

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function __clone() {
    $this->clonesIndex = ++$this->clonesCount;
}
RSS feed
Powered by Drupal