You are here

public function OgVariableRealm::getRequestKey in OG Variables 7

Implementation of VariableRealmControllerInterface::getRequestKey().

File

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

Class

OgVariableRealm
Controller for Language realms.

Code

public function getRequestKey() {
  if ($context = og_context($this->entity_type)) {
    return $this
      ->makeRequestKey($context['group_type'], $context['gid']);
  }
}