You are here

public function ViewUI::uriRelationships in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::uriRelationships()

Gets a list of URI relationships supported by this entity.

Return value

string[] An array of link relationships supported by this entity.

Overrides EntityInterface::uriRelationships

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function uriRelationships() {
  return $this->storage
    ->uriRelationships();
}