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

Breadcrumb

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

function DeprecatedScopeHelper::isScopeDeprecated

File

vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/DeprecatedScopeHelper.php, line 21

Class

DeprecatedScopeHelper

Namespace

PHPStan\Rules\Deprecations

Code

public function isScopeDeprecated(Scope $scope) : bool {
    foreach ($this->resolvers as $checker) {
        if ($checker->isScopeDeprecated($scope)) {
            return true;
        }
    }
    return false;
}

API Navigation

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