You are here

public function TamperPluginInterface::getPluginDefinition in Tamper 7

Returns the definition of the plugin implementation.

Return value

array The plugin definition, as returned by the discovery object used by the plugin manager.

1 method overrides TamperPluginInterface::getPluginDefinition()
TamperPluginBase::getPluginDefinition in src/Tamper.php
Returns the definition of the plugin implementation.

File

src/Tamper.php, line 150
Contains TamperPluginBase.

Class

TamperPluginInterface
Plugin interface for providing plugins to tamper.

Code

public function getPluginDefinition();