Extension Installer/Triggers/onBeforeExtensionInstall

From Joomla! Documentation

< Extension Installer‎ | Triggers
Revision as of 21:37, 24 September 2008 by Pasamio (talk | contribs) (New page: The onBeforeExtensionInstall trigger occurs before the installation of an extension. It has the following parameters: * '''method'''<br>The method of installation that is occuring, either ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The onBeforeExtensionInstall trigger occurs before the installation of an extension. It has the following parameters:

  • method
    The method of installation that is occuring, either 'install' or 'discover_install'.
  • type
    The type of extension that is being installed, for example 'component' or 'plugin'
  • manifest
    A copy of the manifest of the extension about to be installed