function _variable_realm_weight in Variable 7.2
Same name and namespace in other branches
- 7 variable_realm/variable_realm.module \_variable_realm_weight()
Get current weight for realm controller.
File
- variable_realm/
variable_realm.module, line 556 - Variable API module - Realms
Code
function _variable_realm_weight($realm_controller) {
return $realm_controller
->getWeight();
}