You are here

public function ResolveDefaultPlugin::getPluginType in Plugin 8.2

Gets the plugin type for which a default plugin instance is resolved.

Return value

\Drupal\plugin\PluginType\PluginTypeInterface

File

src/Event/ResolveDefaultPlugin.php, line 46

Class

ResolveDefaultPlugin
Provides an event that is dispatched when the a default plugin instance is resolved.

Namespace

Drupal\plugin\Event

Code

public function getPluginType() {
  return $this->pluginType;
}