PluginInspectionInterface
interface PluginInspectionInterface (View source)
Plugin interface for providing some metadata inspection.
This interface provides some simple tools for code receiving a plugin to interact with the plugin system.
Methods
string
getPluginId()
Gets the plugin_id of the plugin instance.
array
getPluginDefinition()
Gets the definition of the plugin implementation.
Details
string
getPluginId()
Gets the plugin_id of the plugin instance.
array
getPluginDefinition()
Gets the definition of the plugin implementation.