You are here

public function KeyInterface::getKeyInput in Key 8

Returns the configured key input for the key.

Return value

\Drupal\key\Plugin\KeyInputInterface The key input associated with the key.

1 method overrides KeyInterface::getKeyInput()
Key::getKeyInput in src/Entity/Key.php
Returns the configured key input for the key.

File

src/KeyInterface.php, line 71

Class

KeyInterface
Provides an interface defining a Key entity.

Namespace

Drupal\key

Code

public function getKeyInput();