function ConfigEntityInterface::calculateDependencies
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::calculateDependencies()
- 10 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::calculateDependencies()
- 11.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::calculateDependencies()
Calculates dependencies and stores them in the dependency property.
Return value
$this
See also
\Drupal\Core\Config\Entity\ConfigDependencyManager
2 methods override ConfigEntityInterface::calculateDependencies()
- ConfigEntityBase::calculateDependencies in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Calculates dependencies and stores them in the dependency property.
- ViewUI::calculateDependencies in core/
modules/ views_ui/ src/ ViewUI.php - Calculates dependencies and stores them in the dependency property.
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityInterface.php, line 107
Class
- ConfigEntityInterface
- Defines a common interface for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
public function calculateDependencies();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.