public function LoginRedirectPerRole::getLogoutConfig in Login And Logout Redirect Per Role 8
Return logout configuration.
Return value
array Logout configuration on success or an empty array otherwise.
Overrides LoginRedirectPerRoleInterface::getLogoutConfig
File
- src/
LoginRedirectPerRole.php, line 123
Class
- LoginRedirectPerRole
- Login And Logout Redirect Per Role helper service.
Namespace
Drupal\login_redirect_per_roleCode
public function getLogoutConfig() {
return $this
->getConfig(LoginRedirectPerRoleInterface::CONFIG_KEY_LOGOUT);
}