Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

custom expandable menu block

Custom expandable menu block (CEMB) provides a sitemap like block that shows the customizable structure of a menu.

Tree

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

Field SQL norevisions

Field SQL norevisions provides a field storage backend that prevents entity revisions from being saved to the MySQL storage backend.

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

NLM Field

Provides a series of field-types for storing NLM-DTD based data.

Currently supports
- NLM Contributor -- stores information about an author or contributor

Enterprise Search

Latest news

Elevated search supporting highlight search result on a search string basis

Pages

Subscribe with RSS Subscribe to RSS - Site structure