SVG Formatter v1.10
SVG Formatter is a Drupal 8 and 9 module that provides support for using SVG images on your website.
SVG Formatter is a Drupal 8 and 9 module that provides support for using SVG images on your website.
Entity API is a great module that extends the entity API of Drupal core. One feature that I particularly like is the entity query access API. You can use it to alter entity queries and views, to only list the entities that the user has access to.
Find out how to alter Inline Entity Form widget columns.
Performing operations in an update hook that you know will take a lot of time or require a lot of processing power should be done in a batch job.
Quick tip on how to programmatically update a search index.
DrupalCamp Pannonia 2019 was a great place to share ideas, make friends and learn new things. Also, for the first time, I gave a workshop with my colleague Bojan, so that was a new experience for me.
Menu link defined statically in a *.links.menu.yml file can be altered with hook menu links discovered alter hook, but if you want to provide a dynamic value you have to use something else.
In this quick blog post, we'll see how to alter Taxonomy overview pages and include additional columns.
If you Google this error, you will see several different variations of it, each happening on a different line in the system.install file. There are many reasons why you may see this, but in this short article, I will show you how to fix the error in one particular case that happened to me.
Drupal 8 and 9 provide an out-of-the-box JSON:API implementation. Let's see how to add a field to the response.