REST Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Import and conversion of REST resources into Drupal 8 entities.
Currently, only JSON is supported, further development can include XML and HAL.

The scope of the operations are create, update, delete.

It is based on a mapping defined in in the EntityMapper class that

Ignore GIF Image Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

This tiny module extends core's default Image Formatter and configures it so GIF images are not processed through an image style. All GIFs will be displayed in their original form despite what image style is configured. This is useful because Drupal's default image processing library, GD, does not preserve animation in GIFs when running processing them.

Entity Reference Views Formatter D8

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

NOTE: This module works fine, but I completely missed the fact that there's a better module already existing for this purpose: https://www.drupal.org/project/views_field_formatter

Entity Reference Views Formatter supports rendering an entity reference field as any View you want, passing as an argument either the referenced IDs from the field, or the ID of the parent entity.