forum.variable.inc |
includes/forum.variable.inc |
|
Variable API module. Definition for Drupal core variables |
locale.variable.inc |
includes/locale.variable.inc |
|
Variable API module. Definition for Drupal core variables |
menu.variable.inc |
includes/menu.variable.inc |
|
Variable API module. Definition for Drupal core variables |
node.variable.inc |
includes/node.variable.inc |
|
Variable API module. Definition for Drupal core variables |
README.txt |
README.txt |
|
Drupal module: Variable API
===========================
Variable module will provide a registry for meta-data about Drupal variables.
Module Developers: Please declare your variables.
Why?
====
- So other modules can know about your module's… |
README.txt |
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… |
README.txt |
variable_realm_union/README.txt |
|
Drupal module: Variable Realm Union.
====================================
This an API module that allows combining two existing realms into a new one
whose keys are a combination of the other two.
An example of this module in action is the… |
README.txt |
variable_realm/README.txt |
|
Drupal module: Variable Realms
============================================
This is an API module that works as an arbitrator for multiple modules overriding global variables. It can
handle multiple realms defined by different modules. Examples:… |
system.variable.inc |
includes/system.variable.inc |
|
Variable API module. Definition for Drupal core variables |
taxonomy.variable.inc |
includes/taxonomy.variable.inc |
|
Variable API module. Definition for Drupal core variables |
translation.variable.inc |
includes/translation.variable.inc |
|
Variable API module. Definition for Drupal core variables |
user.variable.inc |
includes/user.variable.inc |
|
Variable API module. Definition for Drupal core variables |
variable.api.php |
variable.api.php |
|
Hooks provided by the Variable module. |
variable.form.inc |
variable.form.inc |
|
Variable API module. Form library. |
variable.inc |
variable.inc |
|
Variable API module. Extended API. |
variable.info |
variable.info |
|
name = Variable
description = Variable Information and basic variable API
package = Variable
core = 7.x
files[] = includes/forum.variable.inc
files[] = includes/locale.variable.inc
files[] = includes/menu.variable.inc
files[] =… |
variable.install |
variable.install |
|
Variable API module install file |
variable.module |
variable.module |
|
Variable API module |
variable.test |
variable.test |
|
Tests for variable.module. |
variable.tokens.inc |
variable.tokens.inc |
|
Builds placeholder replacement tokens system-wide data. |
variable.variable.inc |
variable.variable.inc |
|
Variable module hook implementations |
variable_admin.inc |
variable_admin/variable_admin.inc |
|
Variable API module - Admin UI |
variable_admin.info |
variable_admin/variable_admin.info |
|
name = Variable admin
description = Variable Administration UI
dependencies[] = variable
package = Variable
core = 7.x |
variable_admin.module |
variable_admin/variable_admin.module |
|
Variable API module - Admin UI |
variable_advanced.info |
variable_advanced/variable_advanced.info |
|
name = Variable advanced
description = Provides access to advanced low level variables. By using this you will be able to break your site badly.
dependencies[] = variable
package = Variable
core = 7.x |
variable_advanced.module |
variable_advanced/variable_advanced.module |
|
Drupal module - Advanced variable otpions. |
variable_advanced.variable.inc |
variable_advanced/variable_advanced.variable.inc |
|
Advanced variables. |
variable_example.info |
variable_example/variable_example.info |
|
name = Variable example
description = An example module showing how to use the Variable API and providing some variables.
dependencies[] = variable
dependencies[] = variable_store
package = Example modules
core = 7.x
files[] =… |
variable_example.module |
variable_example/variable_example.module |
|
|
variable_example.variable.inc |
variable_example/variable_example.variable.inc |
|
Variable API module. Definition for some xample variables |
variable_realm.api.php |
variable_realm/variable_realm.api.php |
|
Documents hooks provided by Variable Realm API. |
variable_realm.class.inc |
variable_realm/variable_realm.class.inc |
|
Variable realm controller |
variable_realm.features.inc |
variable_realm/variable_realm.features.inc |
|
Features support for Variable store. |
variable_realm.form.inc |
variable_realm/variable_realm.form.inc |
|
Administrative forms for variable realms. |
variable_realm.info |
variable_realm/variable_realm.info |
|
name = Variable realm
description = API to use variable realms from different modules
dependencies[] = variable
package = Variable
core = 7.x
files[] = variable_realm.class.inc |
variable_realm.install |
variable_realm/variable_realm.install |
|
Variable API module install file |
variable_realm.module |
variable_realm/variable_realm.module |
|
Variable API module - Realms |
variable_realm.variable.inc |
variable_realm/variable_realm.variable.inc |
|
Variable hooks. |
variable_realm_admin.info |
variable_realm_admin/variable_realm_admin.info |
|
name = Variable realm admin
description = Makes existing configuration pages aware of variable realms
dependencies[] = variable
dependencies[] = variable_realm
dependencies[] = variable_admin
package = Variable
core = 7.x |
variable_realm_admin.module |
variable_realm_admin/variable_realm_admin.module |
|
Variable Realms Admin module |
variable_realm_admin.pages.inc |
variable_realm_admin/variable_realm_admin.pages.inc |
|
Realm Admin - Pages and forms. |
variable_realm_union.info |
variable_realm_union/variable_realm_union.info |
|
name = Variable Realm Union
description = API for combining existing realms to new ones.
package = Variable
dependencies[] = variable
dependencies[] = variable_realm
core = 7.x |
variable_realm_union.install |
variable_realm_union/variable_realm_union.install |
|
Installation file for Variable Realm Union |
variable_realm_union.module |
variable_realm_union/variable_realm_union.module |
|
Drupal Module - Variable Realm Union. |
variable_realm_union.variable.inc |
variable_realm_union/variable_realm_union.variable.inc |
|
Variable hooks for variable_realm_union. |
variable_store.class.inc |
variable_store/variable_store.class.inc |
|
Variable realm controller |
variable_store.info |
variable_store/variable_store.info |
|
name = Variable store
description = Database storage for variable realms. This is an API module.
dependencies[] = variable
package = Variable
core = 7.x
files[] = variable_store.class.inc
files[] = variable_store.test |
variable_store.install |
variable_store/variable_store.install |
|
Variable API module install file |
variable_store.module |
variable_store/variable_store.module |
|
Variable API module - Database storage |
variable_store.test |
variable_store/variable_store.test |
|
Tests for variable.module. |