You are here

protected property ResolveDefaultPlugin::$defaultPluginInstance in Plugin 8.2

The default plugin instance.

The default plugin instance or NULL if there is no default instance.

Type: \Drupal\Component\Plugin\PluginInspectionInterface|null

File

src/Event/ResolveDefaultPlugin.php, line 30

Class

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

Namespace

Drupal\plugin\Event

Code

protected $defaultPluginInstance;