public function VariableRealmDefaultController::getRequestKey in Variable 7.2
Implementation of VariableRealmControllerInterface::getRequestKey().
Overrides VariableRealmControllerInterface::getRequestKey
1 call to VariableRealmDefaultController::getRequestKey()
- VariableRealmDefaultController::enable in variable_realm/
variable_realm.class.inc - Implementation of VariableRealmControllerInterface::enable().
1 method overrides VariableRealmDefaultController::getRequestKey()
- VariableRealmUnionController::getRequestKey in variable_realm/
variable_realm_union.class.inc - Implementation of VariableRealmControllerInterface::getRequestKey().
File
- variable_realm/
variable_realm.class.inc, line 323 - Variable realm controller
Class
- VariableRealmDefaultController
- Base class, keeps static list of variables.
Code
public function getRequestKey() {
return FALSE;
}