String translation assist

Component type

module

Maintenance status

Development status

Component created

Component changed

The purpose of this project is to provide custom developed modules the means to get translations into the Drupal's Multilingual (Locale) system. It does this by providing a hook where modules can declare their custom strings and the translations in different languages.

The actual handling of translation is then achieved via a custom drush command that takes the strings and add them into locale with their translation.

Moki Environment

Component type

module

Maintenance status

Development status

Component created

Component changed

Moki Environment provides some opinionated extensions to the Environment module that allow the site administrator to automatically configure certain system settings per environment by defining php files matching the environment name in the site's configuration directory.

Parade

Component type

module

Maintenance status

Development status

Downloads

2015

Component created

Component changed

A package built on top of the awesome Paragraphs module, featuring common sections and onepage-site solutions.

Think about this module as a feature-set, without the drawback of distributions: you can use this module on existing Drupal 8 sites too, even if they are built on a distribution.

Manual update exec

Component type

module

Categories

Maintenance status

Development status

Downloads

115

Component created

Component changed

Description
This module provides developers a possibility to execute updates manually,without manipulations with schema version (but they're also possible).
Update calls support sandboxes and other "updb" features.

Usage examples
1. Already performed contrib update reexecution
drush exup --module=rules --number=7214

2. Performing updates for single module
drush exup --module=devel --number=all --change-schema-version

SimpleSAML Runtime Config

Component type

module

Maintenance status

Development status

Downloads

191

Component created

Component changed

This module helps save time for developers who tweak SimpleSAMLphp configurations and metadata often. It allows defining some of the configuration in the Drupal database, from where it is exported to a file. A helper script is included to make it easy to use the contents of this file from your SimpleSAMLphp config/metadata files.

It lets you dynamically configure the following fields:

Hook Event Dispatcher

Component type

module

Maintenance status

Development status

Downloads

4026

Component created

Component changed

This module dispatches events for several Drupal core hooks. This allows you to use the D8 Event Subscriber system, instead of the outdated hook system, to react on certain events. The module includes events for the most common hooks.

Currently this module dispatches events for the following hooks: