You are here

public function SessionManagerInterface::destroy in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Session/SessionManagerInterface.php \Drupal\Core\Session\SessionManagerInterface::destroy()

Destroys the current session and removes session cookies.

1 method overrides SessionManagerInterface::destroy()
SessionManager::destroy in core/lib/Drupal/Core/Session/SessionManager.php
Destroys the current session and removes session cookies.

File

core/lib/Drupal/Core/Session/SessionManagerInterface.php, line 23

Class

SessionManagerInterface
Defines the session manager interface.

Namespace

Drupal\Core\Session

Code

public function destroy();