Issue #2367753 by JeroenT, RavindraSingh, tim.plunkett, gauravjeet, pwolanin: \Drupal\Core\Url::getInternalPath() cannot be deprecated
parent
77a701482a
commit
b2198399f8
|
@ -775,9 +775,6 @@ class Url {
|
||||||
*
|
*
|
||||||
* @throws \UnexpectedValueException.
|
* @throws \UnexpectedValueException.
|
||||||
* If this is a URI with no corresponding system path.
|
* 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() {
|
public function getInternalPath() {
|
||||||
if ($this->unrouted) {
|
if ($this->unrouted) {
|
||||||
|
|
Loading…
Reference in New Issue