public function CleanPager::__construct in Clean Pagination 8
Constructs a new TestMiddleware object.
Parameters
\Symfony\Component\HttpKernel\HttpKernelInterface $kernel: The decorated kernel.
mixed $optional_argument: (optional) An optional argument.
File
- src/
StackMiddleware/ CleanPager.php, line 31
Class
- CleanPager
- Provides a HTTP middleware.
Namespace
Drupal\cleanpager\StackMiddlewareCode
public function __construct(HttpKernelInterface $http_kernel) {
$this->httpKernel = $http_kernel;
}