Table of Contents

Plugin Events Reference

This document is a reference for all events declared by the core Mantis plugin API. It should contain the event name, type, a description of where and when it is triggered, and any special parameters it may expect to receive.

NOTE: The event list has not yet been finalized. You should not rely on this reference until events have been fully implemented.

Plugin API Events

Output Modifying Events

Layout Events

These events will be called on every page load, and are defined with relation to the overall style and layout of Mantis. They allow plugins to add content to the overall Mantis layout and theme.

Display Events

These events are called whenever certain content is displayed, allowing plugins to modify the displayed content for formatting or other reasons.

Content Adding Events

These events allow plugins to hook menu events in order to add new menu items in various places.

View Events

These events allow plugins to add new content to individual view pages in various locations.

Update Events

These events allow plugins to add new forms or form elements to an update page in various locations.

Form Events

These events allow plugins to process form data submitted from update pages.

Other

Filter Events

Bug Events