function ConfigEntityInterface::getDependencies

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::getDependencies()
  2. 10 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::getDependencies()
  3. 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::getDependencies()
  4. 8.9.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::getDependencies()

Gets the configuration dependencies.

Return value

array An array of dependencies, keyed by $type.

See also

\Drupal\Core\Config\Entity\ConfigDependencyManager

1 method overrides ConfigEntityInterface::getDependencies()
ViewUI::getDependencies in core/modules/views_ui/src/ViewUI.php
Gets the configuration dependencies.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 147

Class

ConfigEntityInterface
Defines a common interface for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function getDependencies();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.