public ConfigEntityType::getConfigDependencyKey()
Gets the key that is used to store configuration dependencies.
Return value
string The key to be used in configuration dependencies when storing dependencies on entities of this type.
Overrides EntityType::getConfigDependencyKey
File
- core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 123
Class
- ConfigEntityType
- Provides an implementation of a configuration entity type and its metadata.
Namespace
Drupal\Core\Config\Entity
Code
public function getConfigDependencyKey() { return 'config'; }
Please login to continue.