You are here

public function LoginRedirectPerRoleInterface::getLogoutRedirectUrl in Login And Logout Redirect Per Role 8

Return URL to redirect on user logout.

Return value

\Drupal\Core\Url|null URL to redirect to on success or NULL otherwise.

1 method overrides LoginRedirectPerRoleInterface::getLogoutRedirectUrl()
LoginRedirectPerRole::getLogoutRedirectUrl in src/LoginRedirectPerRole.php
Return URL to redirect on user logout.

File

src/LoginRedirectPerRoleInterface.php, line 52

Class

LoginRedirectPerRoleInterface
Interface defining Login And Logout Redirect Per Role helper service.

Namespace

Drupal\login_redirect_per_role

Code

public function getLogoutRedirectUrl();