In PHP 8.2+ this warning shows up:

Deprecated function: Creation of dynamic property EntityFieldQueryRelevant::$sortFieldsOrder is deprecated in EntityFieldQueryRelevant->setSortFieldsOrder() (line 819 of /docroot/drupal/sites/all/modules/contrib/bean_relevant/plugins/bean/bean_relevant.inc).

This is because dynamic properties are now deprecated: https://www.php.net/manual/en/migration82.deprecated.php

Comments

fengtan created an issue. See original summary.

fengtan’s picture

Status: Active » Needs review
Issue tags: +PHP 8.2
StatusFileSize
new412 bytes

Here is proposed patch.