public function KeyInterface::getKeyType in Key 8
Returns the configured key type for the key.
Return value
\Drupal\key\Plugin\KeyTypeInterface The key type associated with the key.
1 method overrides KeyInterface::getKeyType()
- Key::getKeyType in src/
Entity/ Key.php - Returns the configured key type for the key.
File
- src/
KeyInterface.php, line 55
Class
- KeyInterface
- Provides an interface defining a Key entity.
Namespace
Drupal\keyCode
public function getKeyType();