Skip to main content

Drupal 8

""

Upgrade from Drupal 6 or 7 when it is right for you: In the era of modern Drupal, release cycles of major versions have only minor importance

Drupal 7 has a much longer lifespan than the (already pushed back) official date, and Drupal 8 has an essentially infinite lifespan because it can update in-place to Drupal 9 easily and the same will be true of Drupal 10, 11, ∞. There's no reason to rush an upgrade— but there's no reason to wait either.

Migration properties per commerce content entity list

Drupal migrations reference: List of properties per Commerce content entity

In today’s article, we are presenting a reference of properties available in content entities provided by Drupal Commerce and some related contributed modules.

A graphical listing of types of birds, that are probably migratory.

Drupal migrations reference: List of subfields per field type

A reference of subfields provided by core and contributed modules to make writing Drupal migrations easier.

Example address field process mapping.

Migrating addresses into Drupal

Today we will learn how to migrate addresses into Drupal. The address components can change per country, and the way to store those components also varies per country. These and other important considerations will be explained.

Adding extra ingredients in source properties.

Adding Extra Source Properties in Drupal Migrations

Sometimes it is necessary to add extra information in our entities in order to migrate the content to Drupal 8.

Pass variables without escaping nor sanitizing to t() in Drupal 8

Drupal sanitizes the variables you pass in, but sometimes it's better to escape that.

 

Person sitting atop dream cloud.

Agaric 2018 Year in Review - Expanding the Open Web, Building the Solidarity Economy

Despite the challenges and setbacks we all experienced in 2018, we're grateful for what we accomplished and resolve to fight even harder for the free and open web in 2019.

Change the Text Field Maximum Length in Drupal 8

A small function to change the maximum length of a field that already has data in it.

Article in a Modal dialog

Display Forms in a Modal Dialog with Drupal 8

You can create a model dialog in your Drupal 8 website with the AJAX Form API.

Conditional Fields in Paragraphs Using the Javascript States API for Drupal 8

A tutorial on using the Javascript States API for Drupal 8 to conditionally hide and show the input elements for image and video conditionally.