UI Starter
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Enhancements on your Drupal theme UI.
Enhancements on your Drupal theme UI.
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.
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).
Features
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.
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.
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.
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.
Domain Simple Sitemap module generates sitemaps for active domains.
It requires Domain Access and Simple Sitemap modules.