Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. KernelInterface.php

function KernelInterface::shutdown

Shutdowns the kernel.

This method is mainly useful when doing functional testing.

Return value

void

1 method overrides KernelInterface::shutdown()
Kernel::shutdown in vendor/symfony/http-kernel/Kernel.php
Shutdowns the kernel.

File

vendor/symfony/http-kernel/KernelInterface.php, line 55

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function shutdown();
RSS feed
Powered by Drupal