You are here

protected property ArgumentsResolver::$scalars in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Utility/ArgumentsResolver.php \Drupal\Component\Utility\ArgumentsResolver::scalars

An associative array of parameter names to scalar candidate values.

Type: array

File

core/lib/Drupal/Component/Utility/ArgumentsResolver.php, line 20
Contains \Drupal\Component\Utility\ArgumentsResolver.

Class

ArgumentsResolver
Resolves the arguments to pass to a callable.

Namespace

Drupal\Component\Utility

Code

protected $scalars;