public function ConfigEntityInterface::getDependencies in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
2 methods override ConfigEntityInterface::getDependencies()
- ConfigEntityBase::getDependencies in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the configuration dependencies.
- ViewUI::getDependencies in core/
modules/ views_ui/ src/ ViewUI.php - Gets the configuration dependencies.
File
- core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityInterface.php, line 192 - Contains \Drupal\Core\Config\Entity\ConfigEntityInterface.
Class
- ConfigEntityInterface
- Defines a common interface for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
public function getDependencies();