Redis Logging
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Redis logging provides a logging backend for the Redis key-value store, as well as a dblog-like user interface to view watchdog entries.
Redis logging provides a logging backend for the Redis key-value store, as well as a dblog-like user interface to view watchdog entries.
Manage display settings with CINC using an entity-specific interface.
Create or update a module and add dependencies[] = cinc_display to your module's info file.
Next, add hook_cinc_display_apply:
This module is a code generator for Drupal developers.. It generates much of the code needed to create custom field types, as a fully-working, downloadable module.
It has some very interesting features, like support, out of the box, for the following data fields as columns of the field type created:
1.- "text_format" Textareas that need to store the chosen format.
2.- Date fields (https://www.drupal.org/project/date)
3.- Entity Reference fields
Entity Bulk Delete is a module which delete the entity in bulk using batch processing API. Entity Bulk Delete module provide the option to delete the entity using customize way. This module will permanently delete your entity so it is advised to use that module with your own risk and make sure you have a backup.
The Entity Bulk Delete module is very similar to other Drupal modules.
For installation of the Entity Bulk Delete module
please follow the below mentioned steps:
Entity Share is an all in one module allowing you to share some entities like node, field collection, taxonomy, medias etc between different Drupal instances.
This module allows to share entities using the JSON API. It provides an UI to use the endpoints provided by the JSON API module.
You can define one website as a "server" and another website as a "client".
Currently you can only, on the client website, get content exposed from the server website. You can't push content from the client website to the server website.
This module uses non blocking batch job requests for generating http cache pages for Nginx fastcgi and such, from sitemap.xml files provided by the xmlsitemap module.
The method used for cache generation is PHP's Curl "fresh connect" requests.
You will also get the optional xhc_cron module, for planning daily http cache warmup with cron tasks for Drupal's awesome Elysia cron module.
Make use of Symfony2's dump() function inside a Drupal 7 project.
To use this module, composer should be available in your system (to get the actual var-dumper component). Get composer.
Inside the module directory, run composer install. That's it.
Dumping variables in AJAX request produces completely unreadable output.

Herald is a project/service for monitoring Drupal code quality.
You can see it in action here.
Herald exposes a flexible API for monitoring Drupal projects (mainly Drupal modules and themes), create builds (like reacting when code is pushed to a Git repo) and running tasks on that build (like checking code standards or running unit tests using Docker).
Create exportable entities as annotation plugins.
The Plug Config module allows developers to provide exportable entities as annotated plugins, emulating the behavior provided by Config Entities in Drupal 8.
This module adds a wrapper around Drupal 7 common entities to generate easily new exportable entity types just creating an annotated class.