function StackedKernelPassTest::providerTestClosureMiddleware
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php \Drupal\Tests\Core\DependencyInjection\Compiler\StackedKernelPassTest::providerTestClosureMiddleware()
Data provider for stacked kernel service closure middleware test.
File
-
core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Compiler/ StackedKernelPassTest.php, line 201
Class
Namespace
Drupal\Tests\Core\DependencyInjection\CompilerCode
public static function providerTestClosureMiddleware() : array {
return [
[
TestClosureHttpMiddlewareClass::class,
],
[
TestCompatClosureHttpMiddlewareClass::class,
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.