Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Feeds NoSQL

Makes it possible to use the Feeds module to import data from a MongoDB database.

Tree

Tree is a set of modules providing a framework for storing and manipulating hierarchical data:

ModuleField

Site builders

This module provides no direct functionality, so only download it if another module lists it as a dependency, or if you want to write your own module that uses its API.

Developers

Field UI and API are designed with the assumption that modules define field types, and administrators create fields and instantiate them within bundles. As part of this assumption, Field API automatically deletes fields when they're no longer in use by any bundles, and Field UI populates the add existing field dropdown only with fields that are in use by at least one bundle. This presents an annoyance for modules that want to define a field and make it available for adding to bundles, but without requiring any particular bundle to use it. ModuleField compensates for this: simply implement hook_modulefield_info() with your field definition and default instance definition, and ModuleField exposes this field within Field UI's add existing field dropdown even if the field has not yet been instantiated in any bundle.

If you're interested in seeing this capability added to Drupal 8 core, please see #1426804: Allow field storages to be persisted when they have no fields..

Examples

Search Query Exclude

Settings Screenshot

The Search Query Exclude module, allows site administrators to easily control the search results by providing a query to exclude nodes from the search result.

Drupal Build Tools

Bash scripts to manage development and deployment of Drupal distributions using drush_make

Pages

Subscribe with RSS Subscribe to RSS - Developer tools