ArgumentsResolver::$wildcards

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

An array object candidates tried on every parameter regardless of name.

Type: array

File

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

Class

ArgumentsResolver
Resolves the arguments to pass to a callable.

Namespace

Drupal\Component\Utility

Code

protected $wildcards;

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