Projet

Général

Profil

Paste
Télécharger (384 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / variable / variable_store / README.txt @ 7942932f

1

    
2
Drupal module: Variable API Database storage
3
============================================
4
Provides database storage for realm variables.
5

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

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