The Recurring Events Registration module is a submodule of Recurring Events. It provides a registration system designed to be site agnostic and extensible.
The Field Inheritance module can be considered to be a field-level entity reference alternative. It allows site administrators to inherit any field from any entity into any other entity.
The Flysystem module is the first remote storage solution to be available for Drupal 8 (and it's also recently available in D7).
The Flysystem module is the first remote storage solution to be available for Drupal 8 (and it's also recently available in D7). It uses the Flysystem PHP library, a modern filesystem abstraction designed to allow for the easy swapping of one filesystem with another. The Flysystem library is gaining widespread adoption in the PHP world, and is the default filesystem layer in the Laravel framework.
Creating a Views display style plugin might seem like an intricate task, but it's easier than it looks. Here's a step by step guide on how to accomplish it, complete with source code.