Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I want to catch specific xapi statement( in a vector or in a variable) from H5p such as result.score.duration from Question set. I m using php code for my module.
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??