Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ParamNotConvertedException.php

function 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;
}
RSS feed
Powered by Drupal