You are here

protected property ParamNotConvertedException::$rawParameters in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::rawParameters
  2. 10 core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::rawParameters

The raw parameters that were not converted.

Type: array

File

core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php, line 22

Class

ParamNotConvertedException
Provides an exception class for a request parameter that was not converted.

Namespace

Drupal\Core\ParamConverter

Code

protected $rawParameters = [];