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

Breadcrumb

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

function ContainerBagInterface::escapeValue

Escape parameter placeholders %.

File

vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php, line 45

Class

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

Namespace

Symfony\Component\DependencyInjection\ParameterBag

Code

public function escapeValue(mixed $value) : mixed;
RSS feed
Powered by Drupal