- Issue created by @carma03
- π΅π±Poland kewin.nammert
kewin.nammert β made their first commit to this issueβs fork.
- π¨π΄Colombia carma03
Thanks @kewin.nammert β for your versioning change.
As per this documentation https://www.drupal.org/node/3404140 β , the
\Drupal\Core\Form\ConfigFormBase::__construct
now accepts a$typedConfigManager
argument. This argument must be an instance of\Drupal\Core\Config\TypedConfigManagerInterface
which is optional in 10.2 and is required since 11.0.So, this patch should work good on Drupal core +10.2 as well.