Queue Watcher

Component type

module

Maintenance status

Development status

Downloads

140

Component created

Component changed

The Queue Watcher module lets you define automatic checks
for specific queues regarding their overall size.

A queue might get bloated due to missing or too slow worker jobs.
With this module, you can define size limits a queue shouldn't exceed.
During each cron run, the Queue Watcher checks the sizes of the queues
and sends reports to certain E-Mail addresses
and the logging system in case of exceeded limits.

The module also adds some Drush helper commands, e.g.
$ drush queue-watcher-lookup

Custom Title

Component type

module

Maintenance status

Development status

Downloads

183

Component created

Component changed

Hide title field and late system populate/set automatically customize title as per combination of string & variable set by developer .

Use {{ kint(form) }} at the bottom in node-edit-form.html.twig to get form id. and change for id in custom_title.module file at if ($form_id == "your_form_id")

Environmental Config

Component type

module

Maintenance status

Development status

Downloads

123

Component created

Component changed

Environmental_config is a module that helps you automatically importing environment
specific configuration without any hassle.

It's ideal when you need different settings for a specific module or system configuration in your development/staging or live server.

It runs with the standard Drupal Configuration Synchronisation and doesn't require many configurations.

Real life examples of usage

Custom Nid

Component type

module

Maintenance status

Development status

Downloads

168

Component created

Component changed

This module allows site builders to create node with their custom nid. If the node with given nid is already exist a message will occur that "Nid already exists".

USE CASE
----------

1. In case when you write any business logic on the basis of node id you can use this module.
2. When you transfer data from one instance to another you can set id according your choice.

REQUIREMENTS
------------

There is no requirement.

INSTALLATION
------------

aws_connector

Component type

module

Maintenance status

Development status

Component created

Component changed

This Drupal 8.x Module utilizes the AWS PHP SDK CredentialProvider to provide authentication methodology for other Drupal modules to connect to and utilize AWS services.

This module provides a simple form for managing your credentials within Drupal itself. These credentials are then stored as part of Drupal configuration and are made accessible to the CredentialProvider class.

To use this module, include it in your own PHP code (e.g. use Drupalaws_connectorCredentialsAWSCredentialProvider;).

Config Actions

Component type

module

Categories

Maintenance status

Development status

Downloads

796

Component created

Component changed

Config Actions provides a pluggable framework for easily manipulating configuration data via simple YAML files with the goal of creating truly reusable software components in Drupal.

Example use cases include: