function EntityType::getKeys
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityType.php \Drupal\Core\Entity\EntityType::getKeys()
- 8.9.x core/lib/Drupal/Core/Entity/EntityType.php \Drupal\Core\Entity\EntityType::getKeys()
- 10 core/lib/Drupal/Core/Entity/EntityType.php \Drupal\Core\Entity\EntityType::getKeys()
Overrides EntityTypeInterface::getKeys
2 calls to EntityType::getKeys()
- EntityType::getKey in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Gets a specific entity key.
- EntityType::hasKey in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Indicates if a given entity key exists.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityType.php, line 427
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getKeys() {
return $this->entity_keys;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.