You are here

public function Key::getPluginTypes in Key 8

Return the list of plugin types supported by key entities.

Return value

array The list of plugin types.

File

src/Entity/Key.php, line 152

Class

Key
Defines the Key entity.

Namespace

Drupal\key\Entity

Code

public function getPluginTypes() {
  return $this->pluginTypes;
}