Config in Code (CINC)

Component type

module

Categories

Maintenance status

Development status

Downloads

4522

Component created

Component changed

Config in Code (CINC) takes a code-first approach to Drupal configuration. CINC has no web interface, and does not export configuration to code, like Features or Configuration Management does. Instead, CINC assumes you're writing code to manage configuration and makes that as easy as possible.

Token alias

Component type

module

Categories

Maintenance status

Development status

Downloads

1325

Component created

Component changed

Allows you to alias existing tokens and at the same time combine multiple tokens into a new one. There's even an option to do calculations.

Alias examples

Alias type: Text

This comes in handy when you want to create "shortcuts" for concatenating strings together, for example:

[node:content-type]: [node:title]

Alias type: Calculation

This comes in handy when you want to do basic calculations with tokens, for example:

Ghost

Component type

module

Categories

Maintenance status

Development status

Downloads

9715

Component created

Component changed

This is a developer module to assist in building forward-compatible, object-oriented modules. If you are not writing modules or instructed by another module, do not install this.

Ghost contains a number of object-oriented components for building Drupal sites which have previously been part of other modules.

OPcache

Component type

module

Maintenance status

Development status

Downloads

2850

Component created

Component changed

OPcache is an opcode cache for PHP. It is bundled with PHP 5.5.0 and later, and it is available in PECL for PHP 5.4.

This module allows Drupal to report status information about the cache and reset the cache.

Requirements

Excellence Gateway Search Suggestion

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides search suggestion feature drawing suggestions from the Excellence Gateway Read API.
To add this feature to a text field add the '#autocomplete_path' => 'eg/searchsuggest' property and value to the required textfield's properties.