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

Breadcrumb

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

interface ArgumentInterface

Represents a complex argument containing nested values.

@author Titouan Galopin <galopintitouan@gmail.com>

Hierarchy

  • interface \Symfony\Component\DependencyInjection\Argument\ArgumentInterface

Expanded class hierarchy of ArgumentInterface

All classes that implement ArgumentInterface

11 files declare their use of ArgumentInterface
AbstractConfigurator.php in vendor/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php
AbstractRecursivePass.php in vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php
AnalyzeServiceReferencesPass.php in vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
Autowire.php in vendor/symfony/dependency-injection/Attribute/Autowire.php
DefinitionErrorExceptionPass.php in vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php

... See full list

File

vendor/symfony/dependency-injection/Argument/ArgumentInterface.php, line 19

Namespace

Symfony\Component\DependencyInjection\Argument
View source
interface ArgumentInterface {
    public function getValues() : array;
    public function setValues(array $values) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ArgumentInterface::getValues public function 4
ArgumentInterface::setValues public function 4

API Navigation

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