Redmine plugin hooks¶ Table of contentsRedmine plugin hooksFundamentalsTypes of hooksView hooksController hooksModel hooks Register functions to hooksView hooksController and Model hooks Additional examplesTODO Redmine supports the concept of Hooks. It is an API to allow external code to extend the core Redmine functionality in a clean way. Hooks allow the plugin author to register callback functi

