interface PluginAwareInterface (View source)

Provides an interface for objects that depend on a plugin.

Methods

setPlugin(PluginInspectionInterface $plugin)

Sets the plugin for this object.

Details

setPlugin(PluginInspectionInterface $plugin)

Sets the plugin for this object.

Parameters

PluginInspectionInterface $plugin

The plugin.