function EntityBase::getConfigDependencyName
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getConfigDependencyName()
- 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getConfigDependencyName()
- 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getConfigDependencyName()
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityBase.php, line 640
Class
- EntityBase
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
public function getConfigDependencyName() {
return $this->getEntityTypeId() . ':' . $this->bundle() . ':' . $this->uuid();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.