Language selection module 8.x.2.3. I have 2 languages enabled, each setup with it's own url /en & /fr. The detection and selection has the correct order
URL > Cookie > Language Selection page > Selected Language
The standalone template has been set and the html--language-selection.html.twig page created from html.html.twig.
In drupal8 one cant disable modules - you have to remove them and along with it the data.
i want to remove the contact module since it doesn’t appear to work well - but is there anyway to figure out what precisely the data is that it will be removing??
more generally is there a way to figure out what data a given module creates and manages??
Trying to find a simple way to add via hook possibly within mymodulename_search_api_solr_search_results_alter to hide a specific site page from internal search results. I'm finding suggestions for modules but is there a simpler way to hide a page?