Problem/Motivation
Autoloading hooks in the file (similarterms.views.inc) is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Move the functions in this file to either the .module file or other appropriate location. See https://www.drupal.org/node/3489765
Proposed resolution
Move the contents of similarterms.views.inc to the main module file.
Remaining tasks
Make the changes.
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Issue fork similarterms-3553230
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
damienmckennaComment #4
vitaliyb98 commentedTested this on Drupal 11.2.14. It works as expected: sorting, fields, and arguments are available in the View and function correctly.
LGTM
Comment #6
shelane