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

Breadcrumb

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

function param

Creates a parameter.

5 string references to 'param'
core.data_types.schema.yml in core/config/schema/core.data_types.schema.yml
core/config/schema/core.data_types.schema.yml
DocBlockFactory::createInstance in vendor/phpdocumentor/reflection-docblock/src/DocBlockFactory.php
Factory method for easy instantiation.
Param::getType in vendor/nikic/php-parser/lib/PhpParser/Node/Param.php
Gets the type of the node.
Param::__construct in vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Param.php
ParamFactory::create in vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ParamFactory.php

File

vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php, line 101

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator

Code

function param(string $name) : ParamConfigurator {
    return new ParamConfigurator($name);
}
RSS feed
Powered by Drupal