ViewUI::getDependencies

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();
}
doc_Drupal
2016-10-29 09:55:56
Comments
Leave a Comment

Please login to continue.