I am porting a D7 module that i want to release for D8.
The module injects a block that you can select into the body. The problem i have is that i achived to manipulate the body field and save it, BUT it is really saved to the DB not only for the display. That is very bad as i only want the injection to be happen at display withoput changing the original body content.
I did a quick search and couldn't find much about upgrading/updating modules to Drupal 9. I'm sorry if I missed it, please just point me to right direction.
Long time Drupal user (5.x was my first experiment with Drupal and I've been on Drupal since the early days of 6 - not using Drush - yet ).
I need some guidance about Drupal 8.x modules/themes upgrading to Drupal 9.
I'm ready to move on to Drupal 9 (currently 8.9) but my theme and slider are not compatible (or at least, have not been updated for 9). Suggestions?
This code works but $menu_links sometimes has multiple links. The Menu UI module somehow keeps track of only a single menu link even if there are multiple links in the same menu to that node. I'm calling this the menu ui link, though maybe there's a better way to refer to it.