function StackedKernelPassTest::providerTestClosureMiddleware
Data provider for stacked kernel service closure middleware test.
File
-
core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Compiler/ StackedKernelPassTest.php, line 205
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.