- Issue created by @windy-ux
- 🇫🇷France S3b0uN3t Nantes
Hello !
I've tested your changes. It's ok for installing project but an error occurs on config form :
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/web/modules/contrib/domain_simple_sitemap/src/Form/DomainSimpleSitemapConfigForm.php on line 73 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 43 of core/lib/Drupal/Core/Form/ConfigFormBase.php).
It seems to be a Drupal 11 compatibility error.
- 🇰🇷South Korea keithkhl
@s3b0un3t, I can make it work by commenting out __construct in the function temporarily, but indeed it occurs to all modules relying on Drupal core's configform.