public function KeyInterface::getKeyValue in Key 8
Gets the value of the key.
Return value
string The value of the key.
1 method overrides KeyInterface::getKeyValue()
- Key::getKeyValue in src/
Entity/ Key.php - Gets the value of the key.
File
- src/
KeyInterface.php, line 79
Class
- KeyInterface
- Provides an interface defining a Key entity.
Namespace
Drupal\keyCode
public function getKeyValue();