- Issue created by @Greg Boggs
- πΊπΈUnited States Greg Boggs Portland Oregon
To resolve this, I had to switch to the dev release of extra_field
composer require 'drupal/extra_field:2.x-dev@dev'
When I upgraded to Drupal 10, I get this fatal error:
PHP Fatal error: Uncaught Error: Class "Drupal\extra_field\Plugin\ExtraFieldDisplayManager" not found in /var/www/html/web/modules/contrib/extra_field_plus/src/Plugin/ExtraFieldPlusDisplayManager.php:10
Active
3.0
Code
To resolve this, I had to switch to the dev release of extra_field
composer require 'drupal/extra_field:2.x-dev@dev'