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

Breadcrumb

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

function EnvPlaceholderParameterBag::clearUnusedEnvPlaceholders

File

vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php, line 90

Class

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

Namespace

Symfony\Component\DependencyInjection\ParameterBag

Code

public function clearUnusedEnvPlaceholders() : void {
    $this->unusedEnvPlaceholders = [];
}
RSS feed
Powered by Drupal