You are here

public function KeyConfigOverrideInterface::getKeyId in Key 8

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

Return value

string The ID of the key.

1 method overrides KeyConfigOverrideInterface::getKeyId()
KeyConfigOverride::getKeyId in src/Entity/KeyConfigOverride.php
Gets the ID of the key to use for the override.

File

src/KeyConfigOverrideInterface.php, line 50

Class

KeyConfigOverrideInterface
KeyConfigOverrideInterface interface.

Namespace

Drupal\key

Code

public function getKeyId();