Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getKey()
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getKey()

Gets a specific entity key.

Parameters

string $key: The name of the entity key to return.

Return value

string|false The entity key, or FALSE if it does not exist.

See also

self::getKeys()

1 method overrides EntityTypeInterface::getKey()
EntityType::getKey in core/lib/Drupal/Core/Entity/EntityType.php
Gets a specific entity key.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 115

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getKey($key);