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

Breadcrumb

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

function PluginManagerInspectionRule::__construct

File

vendor/mglaman/phpstan-drupal/src/Rules/Classes/PluginManagerInspectionRule.php, line 19

Class

PluginManagerInspectionRule
@implements \PHPStan\Rules\Rule<\PhpParser\Node\Stmt\Class_>

Namespace

mglaman\PHPStanDrupal\Rules\Classes

Code

public function __construct(ReflectionProvider $reflectionProvider) {
    $this->reflectionProvider = $reflectionProvider;
}
RSS feed
Powered by Drupal