public function KeycloakServiceInterface::isDebugMode in Keycloak OpenID Connect 8
Whether the Keycloak client is in verbose debug mode.
Return value
bool TRUE, if debug mode is enabled, FALSE otherwise.
1 method overrides KeycloakServiceInterface::isDebugMode()
- KeycloakService::isDebugMode in src/
Service/ KeycloakService.php - Whether the Keycloak client is in verbose debug mode.
File
- src/
Service/ KeycloakServiceInterface.php, line 295
Class
- KeycloakServiceInterface
- Keycloak service interface.
Namespace
Drupal\keycloak\ServiceCode
public function isDebugMode();