Extension Hooks¶
Extension hooks are the primary mechanism for customizing Review Board’s appearance and behavior.
Hooks need only be instantiated for Review Board to “notice” them, and are automatically removed when the extension shuts down.
The following hooks are available for use by extensions.
- AuthBackendHook
- AccountPagesHook
- AccountPageFormsHook
- Action Hooks
- CommentDetailDisplayHook
- DashboardSidebarItemsHook
- DashboardColumnsHook
- DataGridColumnsHook
- EmailHook
- FileAttachmentThumbnailHook
- HostingServiceHook
- NavigationBarHook
- ReviewRequestApprovalHook
- ReviewRequestFieldSetsHook
- ReviewRequestFieldsHook
- ReviewUIHook
- SignalHook
- TemplateHook
- URLHook
- UserPageSidebarItemsHook