cakephp/cakephp

Has the sortKey method been removed from PaginatorHelper?

s-nakajima opened this issue · 1 comments

Description

Has the sortKey method been removed from PaginatorHelper, with the recommended alternative being to retrieve it using the param method, like $this->param('sort')?

CakePHP Version

5.0.5

PHP Version

8.1

Yes, or use $paginatedResultset->pagingParam('sort').