function ConfigEntityDependency::getConfigDependencyName
Gets the configuration entity's configuration dependency name.
Return value
string The configuration dependency name for the entity.
See also
\Drupal\Core\Entity\EntityInterface::getConfigDependencyName()
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityDependency.php, line 102
Class
- ConfigEntityDependency
- Provides a value object to discover configuration dependencies.
Namespace
Drupal\Core\Config\EntityCode
public function getConfigDependencyName() {
return $this->name;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.