Skip to content
Snippets Groups Projects
Commit b2198399 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2367753 by JeroenT, RavindraSingh, tim.plunkett, gauravjeet, pwolanin:...

Issue #2367753 by JeroenT, RavindraSingh, tim.plunkett, gauravjeet, pwolanin: \Drupal\Core\Url::getInternalPath() cannot be deprecated
parent 77a70148
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -775,9 +775,6 @@ public function toRenderArray() {
*
* @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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment