SuperFeature

Component type

module

Maintenance status

Development status

Downloads

10

Component created

Component changed

What is it?

Having many modules is not good but when your site is complex is has many contributed modules and many features, e.g. using Featurize, that contain various components.
You cannot get rid of contributed modules as they power your site. As to the features you most likely need them to deliver the configurations with the reverts.

Data and Content Fixtures

Component type

module

Maintenance status

Development status

Downloads

917

Component created

Component changed

Drupal 8 Data Fixtures module

The fixtures module allows you to easily create dummy content.

Requirements:

  • drush

Installation

  • Install and enable the module
  • Implement a Generator interface (see Basic concepts for more info)
  • run drush fixtures-load inside a working drupal installation

Road Map

Entity Update

Component type

module

Maintenance status

Development status

Downloads

559

Component created

Component changed

About Entity Update Module

The main objective of the module Entity Update is allowed module developer and site administrators to update entity types schema even entities have data.
The update can execute by drush command (recommended), from web browser or Programmatically.

The module also allow to view entity types list, entity types update status
and show the contents of an entity type.

Permanent Cache Bin

Component type

module

Maintenance status

Development status

Downloads

1127

Component created

Component changed

At times we need to cache some values which are not related to Drupal config or data but are coming from external systems and which don't really need to be deleted when clearing (rebuilding) Drupal cache.

This module provides a way to use Drupal cache but still keep it separate from drush cr.

Code to use this new backend in your bin (here stock is just for example):