Deprecation: #81651 - Argument parameters in list module hook
See forge#81651
Description
The parameter array $parameters
of $GLOBALS
has been marked as deprecated.
Impact
Changing the array content array within a hook triggers a deprecation log entry.
Affected Installations
Any installation using third-party extension that use this array to modify the query.
Migration
Use new argument $query
that hands over the query builder instance
to modify the list module query.