You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| PreRenderActionEvent | ViewInterface $view <br> string $action | Dispatched before the view is rendered. Can be used to modify the view object. E.g. adding additional vars to the frontend (e.g. pagination) |
133
+
| PrePersistPostEvent | Post $post <br> string $action['new' or ‘update']| Dispatched before a Post is saved. Can be used to modify the Post entity. | Dispatched before the view is rendered. Can be used to modify the view object. E.g. adding additional vars to the frontend (e.g. pagination) |
134
+
| PostPersistPostEvent | Post $post | Dispatched after a Post is saved. | Dispatched before the view is rendered. Can be used to modify the view object. E.g. adding additional vars to the frontend (e.g. pagination) |
109
135
110
136
## Contributing
111
-
Please refer to the [contributing](CONTRIBUTING.md) document included in this repository.
137
+
138
+
Please refer to the [contributing](CONTRIBUTING.md) document included in this
139
+
repository.
112
140
113
141
## Testing
142
+
114
143
This Extension comes with a testsuite for coding styles and unit/functional
115
144
tests.
116
145
To run the tests simply use the provided composer script:
0 commit comments