You are here

function _variable_realm_status in Variable 7.2

Get status (current key) for realm controller.

1 string reference to '_variable_realm_status'
variable_realm_current_keys in variable_realm/variable_realm.module
Get current realm values ordered by weights, only realms that are set.

File

variable_realm/variable_realm.module, line 577
Variable API module - Realms

Code

function _variable_realm_status($realm_controller) {
  return $realm_controller
    ->getKey();
}