CINC Display

Component type

module

Categories

Maintenance status

Development status

Downloads

366

Component created

Component changed

CINC Display

Manage display settings with CINC using an entity-specific interface.

Usage

Create or update a module and add dependencies[] = cinc_display to your module's info file.

Next, add hook_cinc_display_apply:

Field Type Generator

Component type

module

Categories

Maintenance status

Development status

Downloads

1706

Component created

Component changed

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

EntityBulkDelete

Component type

module

Maintenance status

Development status

Downloads

1117

Component created

Component changed

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.

Installation

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

Component type

module

Maintenance status

Development status

Downloads

1458

Component created

Component changed

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.

Drupal 8

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.

XML sitemap Http Cache

Component type

module

Maintenance status

Development status

Downloads

1065

Component created

Component changed

INTRODUCTION

XML sitemap Http Cache (XHC).

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.

Symfony2 dump()

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

Make use of Symfony2's dump() function inside a Drupal 7 project.

Requirements

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.

Known problems

Dumping variables in AJAX request produces completely unreadable output.

Herald

Component type

module

Maintenance status

Development status

Downloads

296

Component created

Component changed

Herald logo

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).

Plug Config

Component type

module

Categories

Maintenance status

Development status

Downloads

365

Component created

Component changed

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.