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

Breadcrumb

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

function ParametersConfigurator::__invoke

Return value

$this

File

vendor/symfony/dependency-injection/Loader/Configurator/ParametersConfigurator.php, line 47

Class

ParametersConfigurator
@author Nicolas Grekas <p@tchwork.com>

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator

Code

public final function __invoke(string $name, mixed $value) : static {
    return $this->set($name, $value);
}
RSS feed
Powered by Drupal