public function VariableRealmDefaultController::getAllKeys in Variable 7.2
Implementation of VariableRealmControllerInterface::getAllKeys().
Overrides VariableRealmControllerInterface::getAllKeys
1 call to VariableRealmDefaultController::getAllKeys()
- VariableRealmDefaultController::deleteVariable in variable_realm/
variable_realm.class.inc - Implementation of VariableRealmControllerInterface::deleteVariable().
1 method overrides VariableRealmDefaultController::getAllKeys()
- VariableRealmUnionController::getAllKeys in variable_realm/
variable_realm_union.class.inc - Implementation of VariableRealmControllerInterface::getAllKeys().
File
- variable_realm/
variable_realm.class.inc, line 311 - Variable realm controller
Class
- VariableRealmDefaultController
- Base class, keeps static list of variables.
Code
public function getAllKeys() {
return $this
->getInfo('keys', array());
}