mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 23:30:59 +00:00
19 lines
543 B
ReStructuredText
19 lines
543 B
ReStructuredText
|
.. _hooks_catalog:
|
||
|
|
||
|
=============
|
||
|
Hooks catalog
|
||
|
=============
|
||
|
|
||
|
Tutor can be extended by making use of "hooks". Hooks are either "actions" or "filters". Here, we list all instances of actions and filters that are used across Tutor. Plugin developers can leverage these hooks to modify the behaviour of Tutor.
|
||
|
|
||
|
The underlying Python hook classes and API are documented :ref:`here <hooks_api>`.
|
||
|
|
||
|
.. autoclass:: tutor.hooks.Actions
|
||
|
:members:
|
||
|
|
||
|
.. autoclass:: tutor.hooks.Filters
|
||
|
:members:
|
||
|
|
||
|
.. autoclass:: tutor.hooks.Contexts
|
||
|
:members:
|