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

Breadcrumb

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

interface ArgumentsResolverInterface

Resolves the arguments to pass to a callable.

Hierarchy

  • interface \Drupal\Component\Utility\ArgumentsResolverInterface

Expanded class hierarchy of ArgumentsResolverInterface

All classes that implement ArgumentsResolverInterface

1 file declares its use of ArgumentsResolverInterface
AccessManager.php in core/lib/Drupal/Core/Access/AccessManager.php

File

core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php, line 8

Namespace

Drupal\Component\Utility
View source
interface ArgumentsResolverInterface {
    
    /**
     * Gets arguments suitable for passing to the given callable.
     *
     * @return array
     *   An array of arguments to pass to the callable.
     *
     * @throws \RuntimeException
     *   When a value for an argument given cannot be resolved.
     */
    public function getArguments(callable $callable);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ArgumentsResolverInterface::getArguments public function Gets arguments suitable for passing to the given callable. 1

API Navigation

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