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

Breadcrumb

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

function ContainerInterface::setParameter

2 methods override ContainerInterface::setParameter()
Container::setParameter in core/lib/Drupal/Component/DependencyInjection/Container.php
Container::setParameter in vendor/symfony/dependency-injection/Container.php

File

vendor/symfony/dependency-injection/ContainerInterface.php, line 63

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function setParameter(string $name, array|bool|string|int|float|\UnitEnum|null $value) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal