function FinalTestHttpMiddlewareClass::terminate

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php \Drupal\Tests\Core\DependencyInjection\Fixture\FinalTestHttpMiddlewareClass::terminate()

File

core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php, line 25

Class

FinalTestHttpMiddlewareClass
Stub of http_middleware class that is declared final.

Namespace

Drupal\Tests\Core\DependencyInjection\Fixture

Code

public function terminate(Request $request, Response $response) : void {
}

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