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

Breadcrumb

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

function ParameterBagInterface::resolve

Replaces parameter placeholders (%name%) by their values for all parameters.

1 method overrides ParameterBagInterface::resolve()
ParameterBag::resolve in vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php
Replaces parameter placeholders (%name%) by their values for all parameters.

File

vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php, line 70

Class

ParameterBagInterface
ParameterBagInterface is the interface implemented by objects that manage service container parameters.

Namespace

Symfony\Component\DependencyInjection\ParameterBag

Code

public function resolve() : void;
RSS feed
Powered by Drupal