Property | Type | Description | |
---|---|---|---|
$plugin | Elcodi\Component\Plugin\Entity\Plugin | Plugin | |
$pluginManager | Elcodi\Component\Plugin\Services\PluginManager | A plugin manager service. | |
$pluginObjectManager | Doctrine\Common\Persistence\ObjectManager | Plugin object manager | |
$store | Elcodi\Component\Store\Entity\Interfaces\StoreInterface | Store | |
$wizardStatus | A wizard status service. |
Method | Description | |
---|---|---|
__construct ( |
Builds a new class | |
handle ( |
Checks if the plugin should be disabled | |
setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin ) | Set plugin |
public __construct ( |
||
$wizardStatus | A wizard status service | |
$pluginManager | Elcodi\Component\Plugin\Services\PluginManager | A plugin manager |
$pluginObjectManager | Doctrine\Common\Persistence\ObjectManager | Plugin object manager |
$store | Elcodi\Component\Store\Entity\Interfaces\StoreInterface | Store |
public handle ( |
||
$event | The response event |
public setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin ) | ||
$plugin | Elcodi\Component\Plugin\Entity\Plugin | Plugin |
protected Plugin,Elcodi\Component\Plugin\Entity $plugin | ||
return | Elcodi\Component\Plugin\Entity\Plugin |
protected PluginManager,Elcodi\Component\Plugin\Services $pluginManager | ||
return | Elcodi\Component\Plugin\Services\PluginManager |
protected ObjectManager,Doctrine\Common\Persistence $pluginObjectManager | ||
return | Doctrine\Common\Persistence\ObjectManager |
protected StoreInterface,Elcodi\Component\Store\Entity\Interfaces $store | ||
return | Elcodi\Component\Store\Entity\Interfaces\StoreInterface |