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'm new to Drupal and just started creating my first modules.
My knowledge of Drupal is therefor a bit limited at this time, which is also why I ask this question.
Coming from Laravel, everything is built with Objects and fluent interfaces which makes development a breeze.
I have IDE code completion and know which methods I can call, which datatypes are expected, returned etc. except for some interchangeable drivers/adapters.
I have a twig file that I want to include within node with {% include '@mt/blocks/static-row.html.twig' %} but it would not render and show the code only.
Busy with my drupal 7 to 8 migration on my local windows machine using Xamp php version 7.3 before bringing it to life this problem arises:
After migration was done and most of my content types with content are upgraded using the Gui way, to drupal 8 I started with installing a Theme.
I picked the Radix theme and tried to install it.
This requires components.
2 weeks ago stil on drupal 8.7.10 this installation works fine and I was at the stage to work on the layout of the site with this Radix theme.