protected RedirectDestinationTrait::getRedirectDestination()
Returns the redirect destination service.
\Drupal\Core\Routing\RedirectDestinationInterface The redirect destination helper.
protected function getRedirectDestination() {
if (!isset($this->redirectDestination)) {
$this->redirectDestination = \Drupal::destination();
}
return $this->redirectDestination;
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Routing!RedirectDestinationTrait.php/function/RedirectDestinationTrait::getRedirectDestination/8.1.x