function RawParameterValueResolver::supports

File

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

Class

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

Namespace

Drupal\Core\Controller\ArgumentResolver

Code

public function supports(Request $request, ArgumentMetadata $argument) {
    return FALSE;
}

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