Breaking: #102980 - getAllPageNumbers() in PaginationInterface
See forge#102980
Description
A method has been added to \TYPO3\
with this signature: public function get
. It should
return a list of all available page numbers.
The method has already been implemented in
\TYPO3\
and
\TYPO3\
.
Impact
Custom implementations of Pagination
must implement the method.
Affected installations
Instances with extensions that provide own pagination classes that implement
Pagination
may be affected.
Migration
See the two Core classes Simple
and Sliding
for examples on how the method is implemented.