function UserSessionRepositoryInterface::deleteAll
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Session/UserSessionRepositoryInterface.php \Drupal\Core\Session\UserSessionRepositoryInterface::deleteAll()
Delete all session records of the given user.
Parameters
int $uid: The user id.
File
-
core/
lib/ Drupal/ Core/ Session/ UserSessionRepositoryInterface.php, line 18
Class
- UserSessionRepositoryInterface
- Provides an interface for the user session repository.
Namespace
Drupal\Core\SessionCode
public function deleteAll(int $uid) : void;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.