Documentation location/URL
Problem/Motivation
It says:
2. Check the boxes for the modules you are uninstalling (Search, History, and Actions UI). Click Uninstall at the bottom of the page.
But in the image it shows the "Ban" module checked.
In step 3, it shows images uninstalling modules History and Seach. But these modules didn't appear to be selected in the previous image.
And when explaining how to do the same using drush, it says:
#Using Drush
In the Manage administrative menu, navigate to Extend (admin/modules). The Extend page appears showing all the available modules in your site.
Find the machine name of the module you want to uninstall, by expanding the information area for the module. For instance, the core Actions UI module’s machine name is action.
Run the following Drush command to uninstall the module:
drush pm:uninstall action
But previously the module which whas in the image was "Ban" , and, at this point, following the guides, no "action" module appears.
Proposed resolution
Istead of
2. Check the boxes for the modules you are uninstalling (Search, History, and Actions UI). Click Uninstall at the bottom of the page.
It should be:
2. Check the box for the module you are uninstalling (Ban). Click Uninstall at the bottom of the page.
In step 3, after "3.Step 2 will prompt you to confirm the module uninstall request. Click Uninstall." change the image for one showing how to uninstall Ban. I've attached an image with the answer my installation shows in this case (uninstalling ban).
In #Using drush add:
If using ddev, remember to call drush from ddev inside your project folder:
$ ddev drush pm:uninstall ban
Remaining tasks