Skip to content
Snippets Groups Projects
Commit 46ec5d9b authored by catch's avatar catch
Browse files

Issue #2350835 by pwolanin: Mark EntityInterface::getSystemPath() as deprecated.

parent bf44ce4a
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
......@@ -171,6 +171,9 @@ public function link($text = NULL, $rel = 'canonical', array $options = []);
*
* @return string
* The internal path for this entity.
*
* @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.0. Use
* static::urlInfo() instead.
*/
public function getSystemPath($rel = 'canonical');
......
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