You are here

README.txt in Variable 7

Drupal module: Variable API Database storage
============================================
Provides database storage for realm variables.

This module provides some CRUD API to store and read your custom variables
and some _set() and _get() methods that are tightly integrated with Variable Realms

An example of a module using this API is Internationalization's i18n_variable module.

File

variable_store/README.txt
View source
  1. Drupal module: Variable API Database storage
  2. ============================================
  3. Provides database storage for realm variables.
  4. This module provides some CRUD API to store and read your custom variables
  5. and some _set() and _get() methods that are tightly integrated with Variable Realms
  6. An example of a module using this API is Internationalization's i18n_variable module.