Hide deprecated modules from the UI
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3491039. -->
Reported by: [mrdalesmith](https://www.drupal.org/user/2612656)
Related to !304
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The deprecated modules have been marked as deprecated for a long time, and all have been given update hooks to disable them and replace them with the appropriate replacements (or notify of required actions if the update cannot proceed, in the case of the providers). Because of this, there is no reason why a user would need to access them via the Extend menu to turn them on or off: their presence there makes it harder to find the supported modules.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>The deprecated modules should all be hidden from the ui using <code>hidden: true</code> in their info.yml files.</p>
issue