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\EntityCode
public function getPluginTypes() {
return $this->pluginTypes;
}