Resolves the arguments to pass to a callable.
Hierarchy
- interface \Drupal\Component\Utility\ArgumentsResolverInterface
File
- core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php, line 8
Namespace
Drupal\Component\Utility
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ArgumentsResolverInterface::getArguments | public | function | Gets arguments suitable for passing to the given callable. |
Please login to continue.