You are here

public function ViewUI::getDependencies in Drupal 9

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

Gets the configuration dependencies.

Return value

array An array of dependencies, keyed by $type.

Overrides ConfigEntityInterface::getDependencies

See also

\Drupal\Core\Config\Entity\ConfigDependencyManager

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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