You are here

protected function OgVariableRealm::makeRequestKey in OG Variables 7

1 call to OgVariableRealm::makeRequestKey()
OgVariableRealm::getRequestKey in ./og_variables.class.inc
Implementation of VariableRealmControllerInterface::getRequestKey().

File

./og_variables.class.inc, line 13
Variable Realm controller.

Class

OgVariableRealm
Controller for Language realms.

Code

protected function makeRequestKey($entity_type, $gid) {
  return $entity_type . '_' . $gid;
}