You are here

public function KeyConfigOverride::getKeyId in Key 8

Gets the ID of the key to use for the override.

Return value

string The ID of the key.

Overrides KeyConfigOverrideInterface::getKeyId

File

src/Entity/KeyConfigOverride.php, line 133

Class

KeyConfigOverride
Defines the KeyConfigOverride entity.

Namespace

Drupal\key\Entity

Code

public function getKeyId() {
  return $this->key_id;
}