Scheduled queue

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a new type of queue: Scheduled Queue, where a developer can set a time after which an item will be executed.

Usefull for example in case of external webAPI calls where some data must be processed and we have to wait some time after we make the next check, with the default DatabaseQueue queue this'd mean processing and adding items to a queue a lot of times untill the certain time would be reached.

config:

in settings.php

$settings['queue_service_{queue-id}'] = 'queue.scheduled';

will ensure that the queue will use the ScheduledQueue class.

DFM AutoUpdater

Component type

module

Maintenance status

Development status

Downloads

89

Component created

Component changed

Tired of updating all your D7 client sites?

DFM AutoUpdater allows a developer to enable Drupal to run automatic updates on a single domain (typically the dev domain for a site) for both Core and contrib modules on the first cron run every Wednesday after 23:00 UTC (the latest that Drupal Security Advisories are supposed to be released each week).

Wallet

Component type

module

Categories

Maintenance status

Development status

Downloads

246

Component created

Component changed

Features

  1. The wallet module brings wallet functionality to drupal 8.
  2. Admin can add currencies like USD, EURO etc.
  3. Admin can then create categories for the given currencies like general etc.
  4. A block displays the balance of the user.
  5. User can see their own transactions history.
  6. Drupal Commerce Integration

Custom Cache Tags

Component type

module

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to extend the Drupal 8 core list of provided cache_tags to include provisions for automated cache tagging by entity bundle (aka content types, media entities, etc) and other needed changes. This will aid in reducing the overhead required to allow users to instigate cache clearing for a narrower data set instead of, say, clearing the entire node cache just to get a new Article node to appear in a custom block.

Acquia GeoIP Country variation

Component type

module

Maintenance status

Development status

Downloads

374

Component created

Component changed

This is a tiny module for Acquia clients that have GeoIP support installed on their load balancers. It changes Drupal's Vary response header to include the X-Geo-Country header. The effect of this is that the visitors of your site will get cached responses for only the country they are visiting from.

jsTree menu

Component type

module

Maintenance status

Development status

Downloads

735

Component created

Component changed

This module allows you to render all your menus with jsTree library via blocks. You can switch between "default" and "proton" jsTree themes via admin form.

Drupal 8

Once you have the module enabled, you will have a new block type called "jsTree menu". When you place it, you could choose which menu you want to render with jsTree.