Drupal 9 readiness checklist
Drupal 9 is coming soon, more precisely, on June 3, 2020. I prepared a simple checklist for you so that you can take steps right now to make the upgrade easy and painless.
Drupal 9 is coming soon, more precisely, on June 3, 2020. I prepared a simple checklist for you so that you can take steps right now to make the upgrade easy and painless.
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.
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.