We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31607f3 + 0f9f6e7 commit e343f34Copy full SHA for e343f34
core/events.md
@@ -101,8 +101,8 @@ Constant | Event | Priority |
101
`POST_VALIDATE` | `kernel.view` | 63 |
102
`PRE_WRITE` | `kernel.view` | 33 |
103
`POST_WRITE` | `kernel.view` | 31 |
104
-`PRE_SERIALIZE` | `kernel.request` | 17 |
105
-`POST_SERIALIZE` | `kernel.request` | 15 |
+`PRE_SERIALIZE` | `kernel.view` | 17 |
+`POST_SERIALIZE` | `kernel.view` | 15 |
106
`PRE_RESPOND` | `kernel.view` | 9 |
107
`POST_RESPOND` | `kernel.response` | 0 |
108
0 commit comments