public function LoginDestinationManagerInterface::prepareDestination in Login Destination 8
Same name and namespace in other branches
- 8.2 src/LoginDestinationManagerInterface.php \Drupal\login_destination\LoginDestinationManagerInterface::prepareDestination()
Prepare request destination provided by login destination rule.
Parameters
\Drupal\login_destination\Entity\LoginDestination $destination: Login destination rule.
1 method overrides LoginDestinationManagerInterface::prepareDestination()
- LoginDestinationManager::prepareDestination in src/
LoginDestinationManager.php - Prepare request destination provided by login destination rule.
File
- src/
LoginDestinationManagerInterface.php, line 31
Class
- LoginDestinationManagerInterface
- Defines a login destination manager service interface.
Namespace
Drupal\login_destinationCode
public function prepareDestination(LoginDestination $destination);