From b2198399f898ee2ec0469e78d5c828dba10e62f9 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 15 Oct 2015 10:22:42 +0100 Subject: [PATCH] Issue #2367753 by JeroenT, RavindraSingh, tim.plunkett, gauravjeet, pwolanin: \Drupal\Core\Url::getInternalPath() cannot be deprecated --- core/lib/Drupal/Core/Url.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Drupal/Core/Url.php b/core/lib/Drupal/Core/Url.php index 5da8ffb85a7..de047eaa2ce 100644 --- a/core/lib/Drupal/Core/Url.php +++ b/core/lib/Drupal/Core/Url.php @@ -775,9 +775,6 @@ class Url { * * @throws \UnexpectedValueException. * If this is a URI with no corresponding system path. - * - * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0. - * System paths should not be used - use route names and parameters. */ public function getInternalPath() { if ($this->unrouted) {