I have been asked to implement a feature that displays a block of frequently-changing content on each page in our site. That is, the block will show a list of data pulled from an external source that will change once daily. I'm trying to figure out how to handle this in a way that a) will be permformant, especially with respect to caching; and b) isn't more complicated than it needs to be.
Hello, I'm a junior developper and I want to create a module on Drupal 9, but i don't know where to start.
I first want to create like an "hello world" module to see how it works, can I have some help ? :)
Hello Community. It's too much to ask for code examples about: Drupal behaviors a way to attach JavaScript functionality. With variables executed with php from/to javascript. If someone can share specific cases to understand how it works. Thank you very much.