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