PluginDefinitionInterface
interface PluginDefinitionInterface (View source)
Defines a plugin definition.
Object-based plugin definitions MUST implement this interface.
Methods
string
id()
Gets the unique identifier of the plugin.
setClass(string $class)
Sets the class.
string
getClass()
Gets the class.
string
getProvider()
Gets the plugin provider.
Details
string
id()
Gets the unique identifier of the plugin.
PluginDefinitionInterface
setClass(string $class)
Sets the class.
string
getClass()
Gets the class.
string
getProvider()
Gets the plugin provider.
The provider is the name of the module that provides the plugin, or "core', or "component".