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've been using Drupal for 6-7 years now, and have been developing in the MAMP environment the whole time. Over time, I've started using Composer, and more recently, I have started looking at things like Docksal and similar; many of which seem to have the servers included. My question I'm tossing out for discussion is, Is MAMP "unnecessary"? Should I just abandon MAMP and move everything to the Docker environment? or is there a reason to keep it?
Hey guys, I'm trying to add links to the previous and next nodes for a content type to be displayed on a node, with their respective titles as the text, kind of like a pager. Currently I'm using Flippy, which works pretty well, but I've noticed that it doesn't auto update when I create new nodes (the new nodes have links to the previous nodes, but not the other way around). The last commit to the module was over a year ago, so I don't think its being maintained anymore.
I was wondering if there are other modules that provide similar functionality that are well maintained?
New to Drupal 8 coding so right at the start of my journey and I have a question.
I want to create some reusable custom functions for my custom module, and I'm trying to follow what I believe is the correct approach by putting my reusable custom functions inside the src directory and then using as a namespace, but I have never tried this before and can't get it to work.
I have tried the following which doesn't work so hoping someone will be kind enough to explain what I am doing wrong.