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

Breadcrumb

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

Registry::$classDocBlocks

@psalm-var array<string, DocBlock> indexed by class name

Type: classDocBlocks

File

vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php, line 33

Class

Registry
Reflection information, and therefore DocBlock information, is static within a single PHP process. It is therefore okay to use a Singleton registry here.

Namespace

PHPUnit\Metadata\Annotation\Parser

Code

private array $classDocBlocks = [];
RSS feed
Powered by Drupal