-
Notifications
You must be signed in to change notification settings - Fork 96
remaining installer events documented #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
|
||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
User description
This documents the remain onInstaller events.
The v4.4 documentation will be a bit different because some of these features weren't available then - I'll complete the other versions after this initial review.
PR Type
Documentation
Description
Documents four remaining installer plugin events
Adds overview links to installation process and Joomla 4/5 changes
Includes event descriptions, arguments, return values, and code examples
Covers onInstallerAddInstallationTab, onInstallerBeforeInstallation, onInstallerBeforeInstaller, and onInstallerAfterInstaller events
Diagram Walkthrough
File Walkthrough
installer.md
Complete installer events documentation with examplesdocs/building-extensions/plugins/plugin-events/installer.md
and Joomla 4/5 event changes documentation
onInstallerAddInstallationTabevent with description,arguments, return value, and core usage examples
onInstallerBeforeInstallationevent with subject andpackage arguments, return value behavior, and code example
onInstallerBeforeInstallerevent with detailed packagearray structure, return values, and example of package override
onInstallerAfterInstallerevent with all arguments(subject, package, installer, installerResult, message), return value
handling, and code example