function ParamNotConvertedException::getRawParameters

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::getRawParameters()
  2. 8.9.x core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::getRawParameters()
  3. 10 core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::getRawParameters()

Get the raw parameters that were not converted.

Return value

array The raw parameters that were not converted.

File

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

Class

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

Namespace

Drupal\Core\ParamConverter

Code

public function getRawParameters() {
    return $this->rawParameters;
}

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