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

Breadcrumb

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

function GarbageCollectorStatus::hasExtendedInformation

@psalm-assert-if-true !null $this->applicationTime @psalm-assert-if-true !null $this->collectorTime @psalm-assert-if-true !null $this->destructorTime @psalm-assert-if-true !null $this->freeTime @psalm-assert-if-true !null $this->running @psalm-assert-if-true !null $this->protected @psalm-assert-if-true !null $this->full @psalm-assert-if-true !null $this->bufferSize

File

vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php, line 80

Class

GarbageCollectorStatus
@psalm-immutable

Namespace

PHPUnit\Event\Telemetry

Code

public function hasExtendedInformation() : bool {
    return $this->running !== null;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal