protected ArgumentsResolver::getReflector(callable $callable)
Resolves the arguments to pass to a callable. Hierarchy class \Drupal\Component\Utility\
An array object candidates tried on every parameter regardless of name. Type:
protected ArgumentsResolver::handleUnresolvedArgument(\ReflectionParameter
An associative array of parameter names to object candidate values. Type:
protected ArgumentsResolver::getArgument(\ReflectionParameter
An associative array of parameter names to scalar candidate values. Type:
public ArgumentsResolver::getArguments(callable $callable)
public ArgumentsResolver::__construct(array $scalars, array $objects