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

Breadcrumb

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

function ViewUI::addCacheableDependency

Overrides RefinableCacheableDependencyInterface::addCacheableDependency

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function addCacheableDependency($other_object) {
    $this->storage
        ->addCacheableDependency($other_object);
    return $this;
}
RSS feed
Powered by Drupal