public 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 1220
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
public function getDependencies() { return $this->storage->getDependencies(); }
Please login to continue.