Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 487 Bytes

FinalizingModuleDeactivationEvent.rst

File metadata and controls

16 lines (9 loc) · 487 Bytes

FinalizingModuleDeactivationEvent

Namespace:

OxidEsales\EshopCommunity\Internal\Framework\Module\Setup\Event\FinalizingModuleDeactivationEvent

This event will be dispatched at the last step of the module deactivation for a specific shop.

Attention

Module might be still active in another shop. only in this specific shop, module is deactivated.

Usage example: clean-up some module related data from the database.