OnPackageInstall
Last updated not available | Page history | Improve this page | Report an issue
Fired after a package is successfully installed 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. -
$action
: one ofxPDOTransport::ACTION_UPGRADE
orxPDOTransport::ACTION_INSTALL
to indicate if it was the first install, or an upgrade.