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

Breadcrumb

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

function SessionManagerInterface::delete

Ends a specific user's session(s).

Parameters

int $uid: User ID.

1 method overrides SessionManagerInterface::delete()
SessionManager::delete in core/lib/Drupal/Core/Session/SessionManager.php
Ends a specific user's session(s).

File

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

Class

SessionManagerInterface
Defines the session manager interface.

Namespace

Drupal\Core\Session

Code

public function delete($uid);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal