README.txt 384 B

123456789
  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.