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

Breadcrumb

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

function EnvConfigurator::resolve

Return value

$this

File

vendor/symfony/dependency-injection/Loader/Configurator/EnvConfigurator.php, line 178

Class

EnvConfigurator

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator

Code

public function resolve() : static {
    array_unshift($this->stack, 'resolve');
    return $this;
}
RSS feed
Powered by Drupal