You are here

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

Return URL to redirect on user login.

Return value

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

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

File

src/LoginRedirectPerRoleInterface.php, line 36

Class

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

Namespace

Drupal\login_redirect_per_role

Code

public function getLoginRedirectUrl();