I'm using drupal 8, I've created a content type with 3 languages translator,
and then i've created a REST export view and i added those fields,
but i would like to know how to get those items passing a parameter by url,
for example /news?language=en that will get the nodes that are in english,
and /news?language=fr that will get the nodes that are in french
how can i get that parameter and use it on my views to get that items?
at my office we are preparing D7→D8/D9 migration. We make large use of Generic Jammer module (a submodule of https://www.drupal.org/project/jammer), which is not maintained anymore (and not ported to D8).
I rewrited this submodule, including many new features I created for Generic Jammer but which was never integrated. Still not ready for production, but all the features are present.
I'm currently running Drupal 8.9.13, PHP 7.3, Lando 3.0.14, Docker 2.3.0.5, and Composer 1.10.1. I recognize all of these need to be upgraded as well as contrib modules (some of which require the latest Drupal/Composer/etc.). I'm looking for guidance as to what order these should be upgraded. What comes first?
PHP 7.3 => 7.4
Drupal 8.9.13 => 9.0.X
Lando 3.0.14 => 3.0.26
Composer 1.10.1 => 2.X
Do contrib module dependencies come before or after the above?