Commit f1e2832
[DOCS] Use ServerRequestInterface $request parameter in AbstractPlugin
The example of the breaking change to AbstractPlugin (removed in v13)
is missing the third parameter `$request`. It is passed to the
TS userfunc execution [1] [2].
This patch makes the migration example more complete for v12 instances.
[1] https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/RequestLifeCycle/Typo3Request.html#user-function
[2] https://review.typo3.org/c/Packages/TYPO3.CMS/+/66080
Releases: main, 13.4, 12.4
Resolves: #105880
Related: #92984
Change-Id: I27a2fe9d6ee0c8b25d229a4832382ababbc8cc75
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/87628
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: core-ci <typo3@b13.com>1 parent 5be9db3 commit f1e2832
File tree
1 file changed
+22
-2
lines changed- typo3/sysext/core/Documentation/Changelog/12.0
1 file changed
+22
-2
lines changedLines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| 84 | + | |
| 85 | + | |
78 | 86 | | |
79 | 87 | | |
80 | 88 | | |
| |||
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
96 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
97 | 109 | | |
98 | 110 | | |
99 | 111 | | |
| |||
134 | 146 | | |
135 | 147 | | |
136 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
137 | 157 | | |
0 commit comments