Issue #2367753 by JeroenT, RavindraSingh, tim.plunkett, gauravjeet, pwolanin: \Drupal\Core\Url::getInternalPath() cannot be deprecated

8.0.x
Alex Pott 2015-10-15 10:22:42 +01:00
parent 77a701482a
commit b2198399f8
1 changed files with 0 additions and 3 deletions

View File

@ -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) {