function EntityType::getKeys

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityType.php \Drupal\Core\Entity\EntityType::getKeys()
  2. 10 core/lib/Drupal/Core/Entity/EntityType.php \Drupal\Core\Entity\EntityType::getKeys()
  3. 11.x 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 395

Class

EntityType
Provides an implementation of an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

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.