Chris@0: 'user.current_user'. Chris@0: */ Chris@0: public function getContextMapping(); Chris@0: Chris@0: /** Chris@0: * Sets a mapping of the expected assignment names to their context names. Chris@0: * Chris@0: * @param array $context_mapping Chris@0: * A mapping of the expected assignment names to their context names. For Chris@0: * example, if one of the $contexts is named 'user.current_user', but the Chris@0: * plugin expects a context named 'user', then this map would contain Chris@0: * 'user' => 'user.current_user'. Chris@0: * Chris@0: * @return $this Chris@0: */ Chris@0: public function setContextMapping(array $context_mapping); Chris@0: Chris@0: }