public function KeyConfigOverrideInterface::getKey in Key 8
Return the key entity associated with the override.
Return value
\Drupal\key\KeyInterface The key entity.
1 method overrides KeyConfigOverrideInterface::getKey()
- KeyConfigOverride::getKey in src/
Entity/ KeyConfigOverride.php - Return the key entity associated with the override.
File
- src/
KeyConfigOverrideInterface.php, line 58
Class
- KeyConfigOverrideInterface
- KeyConfigOverrideInterface interface.
Namespace
Drupal\keyCode
public function getKey();