diff --git a/core/modules/views_ui/src/ViewUI.php b/core/modules/views_ui/src/ViewUI.php index 33c3284..2e07a9d 100644 --- a/core/modules/views_ui/src/ViewUI.php +++ b/core/modules/views_ui/src/ViewUI.php @@ -1034,6 +1034,13 @@ public function toLink($text = NULL, $rel = 'edit-form', array $options = []) { /** * {@inheritdoc} */ + public function urlRouteParameters($rel) { + return $this->storage->urlRouteParameters($rel); + } + + /** + * {@inheritdoc} + */ public function label() { return $this->storage->label(); }