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

Breadcrumb

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

ScopeManager::$scopes

* An associative array of a list of token index pairs which start and end * scopes and will be used to check for unused variables. * * The outer array of scopes is keyed by a string containing the filename. * The inner array of scopes in keyed by the scope start token index. * *

Type: array>

File

vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Lib/ScopeManager.php, line 20

Class

ScopeManager

Namespace

VariableAnalysis\Lib

Code

private $scopes = [];
RSS feed
Powered by Drupal