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

Breadcrumb

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

Registry::$methodDocBlocks

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

Type: methodDocBlocks

File

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

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 $methodDocBlocks = [];
RSS feed
Powered by Drupal