You are here

public function LoginDestinationInterface::viewDestination in Login Destination 8.2

Same name and namespace in other branches
  1. 8 src/LoginDestinationInterface.php \Drupal\login_destination\LoginDestinationInterface::viewDestination()

Prepare redirect destination for displaying.

Return value

string Destination path.

1 method overrides LoginDestinationInterface::viewDestination()
LoginDestination::viewDestination in src/Entity/LoginDestination.php
Prepare redirect destination for displaying.

File

src/LoginDestinationInterface.php, line 110

Class

LoginDestinationInterface
Provides an interface providing additional methods.

Namespace

Drupal\login_destination

Code

public function viewDestination();