public function AutologoutManagerInterface::getRoleUrl in Automated Logout 8
Iterate roles to get the per-role logout URL, default is the global URL.
Return value
array List of roles with logout URL.
1 method overrides AutologoutManagerInterface::getRoleUrl()
- AutologoutManager::getRoleUrl in src/
AutologoutManager.php - Iterate roles to get the per-role logout URL, default is the global URL.
File
- src/
AutologoutManagerInterface.php, line 42
Class
- AutologoutManagerInterface
- Interface for AutologoutManager.
Namespace
Drupal\autologoutCode
public function getRoleUrl();