Planet Blog
Automatically integrate email via CSS styles with Drupal 8
Starting a migration with Migrate programmatically
Export content to CSV with Drupal 8
Easily reorder nested paragraphs with Drupal 8
Add a relationship to a View programmatically with Drupal 8
Invalidate the page cache according to a duration with Drupal 8
For some purposes it may be necessary to have content, or content elements, that may vary according to a certain time period, and therefore require a cache invalidation according to a certain duration. This is for example the typical case of a list of future and/or past events, which must invariably change over time.
Drupal 8 has three cache systems:
Converting a content entity type to make it translatable with Drupal 8
Until Drupal 8.7, we had a drush command that was very useful for developing content entities, and updating them as they evolved with the project. This command, drush entup or drush entity-updates, allowed us to update the definition of the entities and/or their fields.
Allow visitors to be notified of a new product variation with Drupal commerce 2
For e-commerce sites offering training or events, an extremely interesting function is to offer visitors to subscribe to the training or event in question in order to be notified as soon as a new session, a new date, is available.