Drupal 8

I love Drupal, I have been a Drupal specialist for more than 10 years. In all this time, I have maintained my commitment to Drupal and I know I will continue to do so in the future. Why is that? Below I share with you my 5 TOP reasons to...
Read more
When you have to modify the values of the fields by code, there are several ways to do it. The most typical one: $entity->field_name->value = 'foo' $entity->field_name->target_id = 123 but it is the same as doing: $entity->field_name = 'foo' $entity->field_name = 123 That's a shorter way to write the same...
Read more
Tokens represent an inline replacement when evaluating or rendering text. In Drupal, the Token module dates back to Drupal 4.xand still exists for Drupal 8 (and Drupal 9). This has long been the backbone of powerful features in Drupal, such as user-configurable dynamic aliases with Pathauto, robust meta tag control...
Read more
Drupal 8 comes with a Diff component in core. It is mainly used to display configuration changes or content revisions. However, it can be used in other ways as well. Here are some quick steps to show how to use the Diff component in your custom forms or controllers. One...
Read more
Welcome to our list covering the best modules available for Drupal 8 and Drupal 9. The first list groups all the modules that we label as "essential" for most Drupal site builders. The second list covers other modules that we also recommend. Essential Modules Basic modules that any website made...
Read more
So today, you want to learn how to export a Drupal database to a file quickly. In the past, you would have logged in through cPanel and navigated to PHPMyAdmin, then manually selected a database export and you would have to choose where to save the file. Not to mention...
Read more

Have Any Project in Mind?

If you want to do something in Drupal maybe you can hire me.

Either for consulting, development or maintenance of Drupal websites.