Custom module boilerplate
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Description and instructions are yet to be added.
Meanwhile you can have a look at the GitHub repo.
Description and instructions are yet to be added.
Meanwhile you can have a look at the GitHub repo.
Description
This module provides developers a possibility to execute some custom
functionality by Drupal queue. This module can be helphful if you have some
pretty heavy actions, but don't want to create a special queue for every such
action.
Usage examples
1. Postponed node deletion
universal_queue_add_item('node_delete', array('nid' => 123));
2. Postponed file downloading
Exportable is a series of modules that allow Drupal sites to export Views, Panels, Rules, and Flags into individual manageable codebase files.
Pending Work:
Provides a Twig extension to work with render arrays.
Add on for the Drupal Extension for Behat specifically for testing forms.
I am creating two rules actions here -
The DDNS module provides a built in way to manage your DDNS (DynamicDNS) providers. Out of the box, the module supports dozens of popular DDNS services. The module utilizes the Drupal cron process to automatically update your providers but will only run as often as configured to do so.
When maintaining/building/deploying many different versions of sites, for instance into environments such as development/QA/production you may override various Drupal variables in the site settings.php file.
If you do, when you view administration/settings forms (both core and your own custom ones), there is no mention that a variable value displayed is actually being overridden.
This module highlights (minimally) to the user when looking at an administration/settings form, which variables that are being displayed are actually being overridden in the settings.php file.
Set of common functions to programmatically work with custom form or when you have many things to do in form_alter of some existed form.
Available features:
Provides a filter for use in twig templates to clean away twig debugging output (mostly html comments describing template suggestions etc).
When in twig debug mode the html comments can interfere with development. This filter cleans away the suggestions using regex.
Must be used in conjunction with the |raw filter otherwise output will be double escaped, e.g.:
{{ content.field_image|clean_debug|raw }}