Hello
I want to test Drupal 9 and upgrade my sites.
I have a lot of modules in a multisite, and I have to check if them have Drupal 9 compatibility.
It is going to take a looong time.
Is there a way to check the Drupal 9 compability of each of the installed modules programatically (either enabled or disabled)?
Our long-term client - Alutech United Inc - came to us with an inquiry to migrate their Drupal 7 website to Drupal 8 within the shortest period possible. No design changes were needed. As the most advantageous solution, we offered to migrate the existing Drupal 7 website into the Drupal 8 multisite system.
I'm following this guide on upgrading from the contrib media_entity module to the core Media module and I'm running into some issues I can't figure out how to solve.
I've followed all of the steps in the upgrade instructions and run drush mecu which says everything should be good to go. My site does use media_entity_document and media_entity_image (which provides the Media image plugin).
I maintain several sites that use Drupal 7 and have periodically thought "maybe I should upgrade soon". Every time I set about to look into doing it, I find that dozens of modules are still listed as "This module is currently being ported to Drupal 8, but is not usable yet."
I'm looking for a module to modify a field on the user record to add or delete an association to a node of content_type location. Let's say, a user comes to greatesthardwarestore.com and he wants to find the nearest store. He finds it with a map of geolocation fields of the 20 locations in the US. Then...
(I know how to do everything up to this point, but this is the part I don't know.)