Field Presets

Component type

module

Categories

Maintenance status

Development status

Downloads

93

Component created

Component changed

INTRODUCTION

The Field Presets module enables creating of fields using a preset. On creation of a new field using the module, the following happens:

- Field storage configuration is created
- Field configuration is created
- Field widget is set and field is added to the bottom of all form displays
- Field formatter is set and field is added to the bottom of all view displays

The module adds a "Add field using preset" local task on all entity manage fields pages.

Flat Table Entity Data

Component type

module

Maintenance status

Development status

Downloads

212

Component created

Component changed

This module stores each bundles of entity data in single row. Example, if a content type "page" having 10 different fields, it holds the whole node data in single node. It wont replace the existing field storage. But this module halps to reduce the number of joins when viewing node. This will be useful for heavy read only sites. I developed this to increase the performance for a drupal site which powers dozen mobile app. This reduce the latency.

Display Sync

Component type

module

Maintenance status

Development status

Downloads

88

Component created

Component changed

INTRODUCTION

The Display Sync module enables synchronising of custom display modes, both form and view modes, with the default mode.

A simple checkbox has been added at the bottom of each non-default display mode edit form. Once this has been checked then any changes to the display mode can only be made via the default mode form. A warning messages is displayed to this effect.

REQUIREMENTS

No special requirements.

Entity Unique

Component type

module

Categories

Maintenance status

Development status

Downloads

244

Component created

Component changed

Allows site administrators to set any Entity type as unique.
Motivation of this module is to give as generic solution as possible to site builders.

You can choose what fields/properties of entity will be take in account to determine uniqueness.

How it works

This module checks uniqueness in two steps.
1 On entity add/edit form throws standard form errors if entity is not unique
2 On entity_presave to prevent to add not unique entity programmatically .