public function LoginDestinationInterface::getLabel in Login Destination 8.2
Same name and namespace in other branches
- 8 src/LoginDestinationInterface.php \Drupal\login_destination\LoginDestinationInterface::getLabel()
Get short description of the login destination rule.
Return value
string Login destination rule description.
1 method overrides LoginDestinationInterface::getLabel()
- LoginDestination::getLabel in src/
Entity/ LoginDestination.php - Get short description of the login destination rule.
File
- src/
LoginDestinationInterface.php, line 18
Class
- LoginDestinationInterface
- Provides an interface providing additional methods.
Namespace
Drupal\login_destinationCode
public function getLabel();