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

Breadcrumb

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

function abstract_arg

Creates an abstract argument.

File

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

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator

Code

function abstract_arg(string $description) : AbstractArgument {
    return new AbstractArgument($description);
}
RSS feed
Powered by Drupal