You are here

public function LanguageSelectionPageConditionInterface::getDestination in Language Selection Page 8.2

Find the destination to redirect the user to after choosing the language.

Parameters

string $destination: The destination.

Return value

string The destination.

1 method overrides LanguageSelectionPageConditionInterface::getDestination()
LanguageSelectionPageConditionBase::getDestination in src/LanguageSelectionPageConditionBase.php
Find the destination to redirect the user to after choosing the language.

File

src/LanguageSelectionPageConditionInterface.php, line 63

Class

LanguageSelectionPageConditionInterface
The LanguageSelectionPageConditionInterface interface.

Namespace

Drupal\language_selection_page

Code

public function getDestination($destination);