- 🇦🇺Australia mstrelan
Updated the IS with issue template and added steps to reproduce.
- 🇦🇺Australia mstrelan
We already have
\Drupal\Core\Config\Entity\ConfigDependencyDeleteFormTrait::addDependencyListsToForm
. We need to add the confirm form step as per\Drupal\system\Form\ModulesUninstallForm::submitForm
and\Drupal\system\Form\ModulesUninstallConfirmForm::buildForm
. - 🇦🇺Australia mstrelan
Added a first pass, seems to work from rudimentary testing. Needs test coverage.