Problem/Motivation
When trying to use the module with Drupal 9 (which is listed as supported) I get a fatal error with the latest release of 8x-1.x
PHP Fatal error: Uncaught Error: Class "Drupal\Component\Utility\DeprecationHelper" not found in /var/www/drupal/web/modules/drupal/og/og.views.inc:36
Stack trace:
#0 [internal function]: og_field_views_data()
Proposed resolution
Fix this bit of code so it works also on 9
run CI on Drupal 9 also
Remaining tasks
do it
Issue fork og-3521582
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
pwolanin commentedThe tests are running also on 9 now and passing with some tweaks to make it work across 9 and 10
Comment #4
claudiu.cristeaLooks good. Thank you
Comment #6
claudiu.cristeaReleased in https://www.drupal.org/project/og/releases/8.x-1.0-alpha13. Thank you