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

Breadcrumb

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

class Parameter

Same name in this branch
  1. 11.1.x vendor/sebastian/type/src/Parameter.php \SebastianBergmann\Type\Parameter

Parameter represents a parameter reference.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Component\DependencyInjection\Parameter

Expanded class hierarchy of Parameter

7 files declare their use of Parameter
AbstractConfigurator.php in vendor/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php
CheckTypeDeclarationsPass.php in vendor/symfony/dependency-injection/Compiler/CheckTypeDeclarationsPass.php
GraphvizDumper.php in vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php
OptimizedPhpArrayDumper.php in core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
PhpDumper.php in vendor/symfony/dependency-injection/Dumper/PhpDumper.php

... See full list

8 string references to 'Parameter'
AttributeAutoconfigurationPass::process in vendor/symfony/dependency-injection/Compiler/AttributeAutoconfigurationPass.php
You can modify the container here before it is dumped to PHP code.
Container::resolveServicesAndParameters in core/lib/Drupal/Component/DependencyInjection/Container.php
Resolves arguments that represent services or variables to the real values.
ExpressionLanguageProvider::getFunctions in vendor/symfony/dependency-injection/ExpressionLanguageProvider.php
Loader::extensions in vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php
OptimizedPhpArrayDumper::getParameterCall in core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
Gets a parameter reference in a suitable PHP array format.

... See full list

File

vendor/symfony/dependency-injection/Parameter.php, line 19

Namespace

Symfony\Component\DependencyInjection
View source
class Parameter {
    public function __construct(string $id) {
    }
    public function __toString() : string {
        return $this->id;
    }

}

Members

Title Sort descending Modifiers Object type Summary
Parameter::__construct public function
Parameter::__toString public function

API Navigation

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