protected property ArgumentsResolver::$wildcards in Drupal 8
Same name and namespace in other branches
- 9 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\UtilityCode
protected $wildcards;