- Issue created by @axb
- πΊπΈUnited States jwjoshuawalker San Diego
Nice! I think that's all of them
- πΊπΈUnited States axb
The ConfigFormBase constructor supports the typed config manager as an optional argument in Drupal 10
public function __construct(ConfigFactoryInterface $config_factory, $typedConfigManager = NULL) {
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Form%21Co...
The change to the required arguments in Drupal 11 necessarily prevents support of Drupal 8 and 9.
Automatically closed - issue fixed for 2 weeks with no activity.