ArgumentsResolver::$objects

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Utility/ArgumentsResolver.php \Drupal\Component\Utility\ArgumentsResolver::objects
  2. 8.9.x core/lib/Drupal/Component/Utility/ArgumentsResolver.php \Drupal\Component\Utility\ArgumentsResolver::objects
  3. 10 core/lib/Drupal/Component/Utility/ArgumentsResolver.php \Drupal\Component\Utility\ArgumentsResolver::objects

An associative array of parameter names to object candidate values.

Type: array

File

core/lib/Drupal/Component/Utility/ArgumentsResolver.php, line 22

Class

ArgumentsResolver
Resolves the arguments to pass to a callable.

Namespace

Drupal\Component\Utility

Code

protected $objects;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.