You are here

public function KeycloakServiceInterface::isEnabled in Keycloak OpenID Connect 8

Whether the Keycloak client is enabled.

Return value

bool TRUE, if the Keycloak client is enabled, FALSE otherwise.

1 method overrides KeycloakServiceInterface::isEnabled()
KeycloakService::isEnabled in src/Service/KeycloakService.php
Whether the Keycloak client is enabled.

File

src/Service/KeycloakServiceInterface.php, line 103

Class

KeycloakServiceInterface
Keycloak service interface.

Namespace

Drupal\keycloak\Service

Code

public function isEnabled();