You are here

public function KeyPluginInterface::getPluginType in Key 8

Returns the type of plugin.

Return value

string The type of plugin: "key_type", "key_provider", or "key_input".

1 method overrides KeyPluginInterface::getPluginType()
KeyPluginBase::getPluginType in src/Plugin/KeyPluginBase.php
Returns the type of plugin.

File

src/Plugin/KeyPluginInterface.php, line 21

Class

KeyPluginInterface
Provides an interface for all Key plugins.

Namespace

Drupal\key\Plugin

Code

public function getPluginType();