You are here

README.txt in Variable 7.2

Same filename in this branch
  1. 7.2 README.txt
  2. 7.2 variable_store/README.txt
  3. 7.2 variable_realm/README.txt
Same filename and directory in other branches
  1. 7 variable_store/README.txt
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.