OnPackageUninstall
Last updated Mar 11th, 2019 | Page history | Improve this page | Report an issue
Fired after a package is successfully uninstalled via the package manager. Added in MODX Revolution 2.6.
Available Variables¶
-
$package
: the modTransportPackage instance that was installed. For example$package->get('package_name')
to get the name of the package.