Reinstall

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose

Reinstall provides extra tools for the Drupal 8 Migrate (Migrate Plus / Migrate Tools) modules, to ease deployment from existing content, including complex hierarchies combining core entities and Paragraphs via both EntityReference and EntityReferenceRevisions.

Comparison with alternatives

Unlike Default Content and other existing similar solutions,

Custom Header Image

Component type

module

Maintenance status

Development status

Downloads

243

Component created

Component changed

Custom Header Image provides a simple user interface for uploading and maintaining header images which should appear at various paths leveraging various image styles and a custom block to place those images in the appropriate region. This is one block which will determine which header image to render on any path.

Commerce loyalty points

Component type

module

Maintenance status

Development status

Downloads

992

Component created

Component changed

Customers can collect loyalty points on every dollar (store currency unit) spent on a purchase. Redemption can be made in terms of a promotion code, wherein a user can redeem loyalty points as a discount coupon and get a discount on their next purchase with the store.
For example, a customer can get double the loyalty points on purchasing product A in a given order.


After enabling the module,

Streamy

Component type

module

Maintenance status

Development status

Downloads

182

Component created

Component changed

Streamy is a storage module that allows you to store and serve files from different locations such as AWS, Dropbox, a CDN or a different folder
on your local server.

Streamy works as a low-level Stream Wrapper leveraging on the powerful flysystem library, its settings can be also exported as configuration files. Optionally they can be automatically loaded depending on the environment via the environmental_config module.

Simple Twilio SMS

Component type

module

Categories

Maintenance status

Development status

Downloads

205

Component created

Component changed

The Simple Twilio module is used for sent text messages using the Twilio SMS service.

OTP Verification

Using this module all authenticated users can save their mobile number in site. To avoid invalid or non-authenticate mobile numbers, the module will send an OTP to given number. The number is only saved after completing the OTP verification.

Send Message to User

Serialization cache

Component type

module

Maintenance status

Development status

Downloads

3

Component created

Component changed

Drupal 8 serialization system is pretty flexible but it causes serious time cost
to recursively process all entities, their fields, embed entities if they are
exist and etc.
This module provides caching for normalized entities (+embedded entities)
using different caches for different accesses (checking "view" for entity and
its fields).

Components Combo

Component type

module

Categories

Maintenance status

Development status

Downloads

138

Component created

Component changed

Several people asked me if I have ready to use paragraph configurations, with styling and so on. It became apparent to me that a lot of small projects would like to have some components ready for them, so I went on and started this project.

The Components Combo module defines ui_patterns and paragraphs, and includes a submodule to tie them both together.

At the moment, the project provides 3 modules:

Structure Sync

Component type

module

Maintenance status

Development status

Downloads

1318

Component created

Component changed

Some websites might contain elements that are considered content by the Drupal CMS while they might not only be used as content. For example custom blocks might be used for a footer that is shared between all environments. Structure sync tries to give you a tool to get around this issue by allowing you to synchronize taxonomy terms, menu links and custom blocks through the configuration. The module will prevent you from having to create content multiple times and also decrease the risk of some elements being out of sync between environments, the main menu for example.

Node Access Rebuild Progressive

Component type

module

Maintenance status

Development status

Downloads

112

Component created

Component changed

Utility module that provides an alternative mean of rebuilding the Content Access table.

Rationale

The default core behaviour, when a module marks the content_access table for rebuilding, is to delete all entries first and to then rebuild the grants for all nodes.

Twig.js

Component type

module

Maintenance status

Development status

Downloads

294

Component created

Component changed

This module provides twig.js and is intended for developers or if some other module requires it.

Usage

Often you would probably render first something server side, and so you want to store the template in a variable. So for example you can do this, like from the tests for this module: