ModuleHandler::getImplementations()
is deprecated in Drupal 9 and removed in Drupal 10. Clamav module crashes when it tries to run the hook implementations on Drupal 10.
php.ERROR: Error: Call to undefined method Drupal\Core\Extension\ModuleHandler::getImplementations() in Drupal\clamav\Scanner->isScannable() (line 120)
Install Drupal 10 and turn on clamav module.
Use the known workaround pattern for the problem.
Closed: outdated
2.0
Code