You are here

public function KeyInputInterface::processExistingKeyValue in Key 8

Process an existing key value.

Parameters

string $key_value: The existing key value.

Return value

string The processed key value.

1 method overrides KeyInputInterface::processExistingKeyValue()
KeyInputBase::processExistingKeyValue in src/Plugin/KeyInputBase.php
Process an existing key value.

File

src/Plugin/KeyInputInterface.php, line 33

Class

KeyInputInterface
Provides an interface for Key Input plugins.

Namespace

Drupal\key\Plugin

Code

public function processExistingKeyValue($key_value);