PHP 8 attributes: Drupal 9 plugin discovery proof of concept
In this article I am going to show you an example use case of PHP 8 attributes in Drupal: creating a POC for a plugin discovery mechanism that works alongside the existing ones.
In this article I am going to show you an example use case of PHP 8 attributes in Drupal: creating a POC for a plugin discovery mechanism that works alongside the existing ones.
In this article I want to give you an update on a couple of changes to the permissions system included in Drupal 9.3.0, first released on 8 December 2021.
In this article we are going to see how to create and define specific classes for your entity bundles starting with Drupal 9.3.
In this article we are going to see how we can dynamically use a different entity form mode depending on certain conditions in Drupal 9.
In this article we are going to see how to create a shipment promotion offer to reduce the shipping cost up to a maximum fixed amount.
In this article I am going to show you a neat little trick by which we can override the static metatags of a given View with those that come from a potential dynamic filter (entity reference).
In this article I present a short extract from my book Drupal 9 Module Development. The topic: menu system and types of menu links.
In this short article I introduce a new Drupal module that allows you to define Ajax-based multi-value form elements.
In this article I am going to show you a neat little trick for having Ajax powered buttons rendered inside a table form.
In this article I introduce the Composite Reference Drupal module that can be used for parent-child entity relations that are supposed to live (and die) together.