You are here

public function LoginDestinationInterface::getDestination in Login Destination 8.2

Same name and namespace in other branches
  1. 8 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_destination

Code

public function getDestination();