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_jwtCode
public function offsetExists($offset) {
  return (bool) $this
    ->getKey($offset);
}