Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewUI.php

function ViewUI::toUrl

Overrides EntityInterface::toUrl

1 call to ViewUI::toUrl()
ViewUI::standardCancel in core/modules/views_ui/src/ViewUI.php
Submit handler for cancel button.

File

core/modules/views_ui/src/ViewUI.php, line 1011

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function toUrl($rel = NULL, array $options = []) {
    return $this->storage
        ->toUrl($rel, $options);
}
RSS feed
Powered by Drupal