You are here

public function ResolveDefaultPlugin::__construct in Plugin 8.2

File

src/Event/ResolveDefaultPlugin.php, line 37

Class

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

Namespace

Drupal\plugin\Event

Code

public function __construct(PluginTypeInterface $plugin_type) {
  $this->pluginType = $plugin_type;
}