public function LoginDestination::getDestination in Login Destination 8.2
Same name and namespace in other branches
- 8 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 185
Class
- LoginDestination
- Defines a login destination configuration entity.
Namespace
Drupal\login_destination\EntityCode
public function getDestination() {
return $this->destination_path;
}