function RawParameterValueResolver::resolve

File

core/lib/Drupal/Core/Controller/ArgumentResolver/RawParameterValueResolver.php, line 29

Class

RawParameterValueResolver
Exists to prevent problems with updating core using Drush 8.

Namespace

Drupal\Core\Controller\ArgumentResolver

Code

public function resolve(Request $request, ArgumentMetadata $argument) {
    // This will never be called as self::supports() returns FALSE.
}

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