You are here

public function ConfigEntityTypeInterface::getLookupKeys in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php \Drupal\Core\Config\Entity\ConfigEntityTypeInterface::getLookupKeys()
  2. 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php \Drupal\Core\Config\Entity\ConfigEntityTypeInterface::getLookupKeys()

Gets the keys that are available for fast lookup.

Return value

string[] The list of lookup keys.

1 method overrides ConfigEntityTypeInterface::getLookupKeys()
ConfigEntityType::getLookupKeys in core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
Gets the keys that are available for fast lookup.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php, line 83

Class

ConfigEntityTypeInterface
Provides an interface for a configuration entity type and its metadata.

Namespace

Drupal\Core\Config\Entity

Code

public function getLookupKeys();