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

Breadcrumb

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

function LazyDeprecatedScopeResolverProvider::get

File

vendor/phpstan/phpstan-deprecation-rules/src/DependencyInjection/LazyDeprecatedScopeResolverProvider.php, line 23

Class

LazyDeprecatedScopeResolverProvider

Namespace

PHPStan\DependencyInjection

Code

public function get() : DeprecatedScopeHelper {
    if ($this->scopeHelper === null) {
        $this->scopeHelper = new DeprecatedScopeHelper($this->container
            ->getServicesByTag(self::EXTENSION_TAG));
    }
    return $this->scopeHelper;
}
RSS feed
Powered by Drupal