Codestarter: another fase 3 update

I think I'm in the end run. But I made a few diversions, which I will highlight here. Extendibility In the first iteration I used environment variables to get the custom flow classes, the clas...
0 Read More

Drupal made the theme file obsolete

At the end of last year Drupal introduced object oriented hooks to replace the procedural ones. This introduced the phasing out of the module file.Version 11.2 introduces the preprocess hooks that whe...
0 Read More

Fun with Drupal Twig Front Matter

While researching the newest object oriented hooks I found out it is possible to add Front Matter to Twig templates.I thought it would be fun to create a hook that reads Front Matter and adds it as a ...
0 Read More