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

Breadcrumb

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

function ViewUI::toLink

Overrides EntityInterface::toLink

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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