VarDumper

Component type

module

Maintenance status

Development status

Downloads

7146

Component created

Component changed

Provides a way to display PHP variables in a pretty way.

By default, the module display the output in the message zone, just like the other common debugging modules.
If you enable the submodules (see below), you'll be able to "dump" in other locations like in a Drupal Block, the Drupal's watchdog or in the console.

Make sure to have the required Symfony libraries to get this module working.

See the examples below on how to use it, it's very easy to use.

Mailcomment rules

Component type

module

Maintenance status

Development status

Component created

Component changed

Mailcomment rules provides a direct e-mail rule to integrate with mailcomments. Allowing a more flexible lightweight solution.

This is perfect for support tickets or more.

--------

The Mailcomment module allows users to reply on nodes/comments by e-mail.

This module currently only integratis with either notifications or Message Notify.

famfamfam.com icons

Component type

module

Maintenance status

Development status

Downloads

1074

Component created

Component changed

The famfamfam.com icons module is a wrapper to integrate the famfamfam.com icon packs with the Icon API module.

The icon packs are not included in this module, they need to be downloaded from famfamfam.com. See Installation instructions for more details.

 

Required modules

 

Recommended modules

 

Token replace AJAX

Component type

module

Categories

Maintenance status

Development status

Downloads

2885

Component created

Component changed

The Token replace AJAX module adds the ability to process individual tokens via an AJAX callback. It is primarily a developer utility, built for the purpose of offloading common functionality from other modules.

 

Usage

The Token replace AJAX module is essentially a very basic REST API with only one method:

token_replace/ajax/:token

Returns the token, replacement and any Drupal messages as a JSON object.

Parameters

  • :token

    The token you wish to process in a standard token format.

Date Customizer

Component type

module

Categories

Maintenance status

Development status

Downloads

1333

Component created

Component changed

Overview

Date Customizer module allows user to customize the date field by adding hyphen or comma as a separator in between two dates or multiple dates.

We can customize the dates as shown below:

Traced

Component type

module

Categories

Maintenance status

Development status

Downloads

908

Component created

Component changed

Adds basic integration of the Tracy PHP debugger to Drupal.

With Tracy, you can view all PHP errors, notices, and warnings in a consolidated info bar. You can then disable printing of error messages from Drupal to get them off of the screen and view them in one place.

UUID Extras

Component type

module

Categories

Maintenance status

Development status

Downloads

13188

Component created

Component changed

Adds UUID support for top 100 contrib modules. Each contrib module has a UUID enabling module. For example redirect has a redirect_uuid module.

The following modules aren't included in this project because they are supported by other modules:

Parse YAML

Component type

module

Categories

Maintenance status

Development status

Downloads

370

Component created

Component changed

Obsolete

There is no longer a need for this bridge module. If your project need a Yaml parser, you should use the Symfony Yaml Component instead.

To use it, make Composer Manager a dependency of your project and have something like this in your project's composer.json: