We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4497ef + 56a8731 commit 3609acaCopy full SHA for 3609aca
docs/apis/core/hooks/index.md
@@ -64,10 +64,6 @@ Information passed between subsystem and plugins is encapsulated in arbitrary PH
64
These can be in any namespace, but generally speaking they should be placed in the `some_component\hook\*`
65
namespace. Where possible, hooks are expected to implement the `core\hook\described_hook` interface.
66
67
-The names of hook classes should follow the standard pattern of general to more specific, this groups
68
-hooks for the same item when sorting alphabetically. For example `core\hook\course_delete_pre` instead
69
-of `pre_course_delete`.
70
-
71
### Hook callback
72
73
The code executing a hook does not know in advance which plugin is going to react to a hook.
0 commit comments