public static function KeyTypeInterface::generateKeyValue in Key 8
Generate a key value of this type using the submitted configuration.
Parameters
array $configuration: The configuration for the key type plugin.
Return value
string The generated key value.
4 methods override KeyTypeInterface::generateKeyValue()
- AuthenticationKeyType::generateKeyValue in src/
Plugin/ KeyType/ AuthenticationKeyType.php - Generate a key value of this type using the submitted configuration.
- AuthenticationMultivalueKeyType::generateKeyValue in src/
Plugin/ KeyType/ AuthenticationMultivalueKeyType.php - Generate a key value of this type using the submitted configuration.
- EncryptionKeyType::generateKeyValue in src/
Plugin/ KeyType/ EncryptionKeyType.php - Generate a key value of this type using the submitted configuration.
- MultiValueKeyType::generateKeyValue in tests/
modules/ key_test/ src/ Plugin/ KeyType/ MultiValueKeyType.php - Generate a key value of this type using the submitted configuration.
File
- src/
Plugin/ KeyTypeInterface.php, line 33
Class
- KeyTypeInterface
- Provides an interface for all Key Type plugins.
Namespace
Drupal\key\PluginCode
public static function generateKeyValue(array $configuration);