diff --git a/core/includes/common.inc b/core/includes/common.inc index d20feb4224c5e8f09e8a060be98d8c4a3168869f..565e02aae78aa9ced7b2a1192b06bdf307caa0b1 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -148,12 +148,13 @@ * If the query parameter isn't present, then the URL of the current * request is returned. * - * @see \Drupal\Core\EventSubscriber\RedirectResponseSubscriber::checkRedirectUrl() - * * @ingroup form_api * * @deprecated in Drupal 8.0.x-dev, will be removed before Drupal 9.0.0. * Use the redirect.destination service. + * + * @see \Drupal\Core\EventSubscriber\RedirectResponseSubscriber::checkRedirectUrl() + * @see https://www.drupal.org/node/2448603 */ function drupal_get_destination() { return \Drupal::destination()->getAsArray();