You are here

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

Checks is login redirect action applicable on current page.

Return value

bool Result of check.

1 method overrides LoginRedirectPerRoleInterface::isApplicableOnCurrentPage()
LoginRedirectPerRole::isApplicableOnCurrentPage in src/LoginRedirectPerRole.php
Checks is login redirect action applicable on current page.

File

src/LoginRedirectPerRoleInterface.php, line 28

Class

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

Namespace

Drupal\login_redirect_per_role

Code

public function isApplicableOnCurrentPage();