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