AdminAccessUserDeleterInterface
in
Interface AdminAccessUserDeleterInterface
Tags
Table of Contents
- deleteById() : AdminAccessUserDeleterInterface
- Removes an user from the database by a given user id.
Methods
deleteById()
Removes an user from the database by a given user id.
public
deleteById(IdType $userId) : AdminAccessUserDeleterInterface
Parameters
- $userId : IdType
-
User ID.
Return values
AdminAccessUserDeleterInterface —Returns same instance for chained method calls.