- Issue created by @nterbogt
- Status changed to Closed: outdated
over 1 year ago 7:39am 12 October 2023
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