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

Breadcrumb

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

interface ArgumentMetadataFactoryInterface

Builds method argument data.

@author Iltar van der Berg <kjarli@gmail.com>

Hierarchy

  • interface \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactoryInterface

Expanded class hierarchy of ArgumentMetadataFactoryInterface

All classes that implement ArgumentMetadataFactoryInterface

1 file declares its use of ArgumentMetadataFactoryInterface
ArgumentResolver.php in vendor/symfony/http-kernel/Controller/ArgumentResolver.php

File

vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php, line 19

Namespace

Symfony\Component\HttpKernel\ControllerMetadata
View source
interface ArgumentMetadataFactoryInterface {
    
    /**
     * @return ArgumentMetadata[]
     */
    public function createArgumentMetadata(string|object|array $controller, ?\ReflectionFunctionAbstract $reflector = null) : array;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ArgumentMetadataFactoryInterface::createArgumentMetadata public function 1

API Navigation

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