public function LoginDestination::getDestination in Login Destination 8
Same name and namespace in other branches
- 8.2 src/Entity/LoginDestination.php \Drupal\login_destination\Entity\LoginDestination::getDestination()
Get login destination.
Return value
string Destination path.
Overrides LoginDestinationInterface::getDestination
File
- src/
Entity/ LoginDestination.php, line 171
Class
- LoginDestination
- Defines a login destination configuration entity.
Namespace
Drupal\login_destination\EntityCode
public function getDestination() {
return $this->destination_path;
}