You are here

public function UsersJwtKeyRepository::offsetExists in JSON Web Token Authentication (JWT) 8

File

modules/users_jwt/src/UsersJwtKeyRepository.php, line 146

Class

UsersJwtKeyRepository
Class UsersJwtKeyRepository

Namespace

Drupal\users_jwt

Code

public function offsetExists($offset) {
  return (bool) $this
    ->getKey($offset);
}