Gets the value for a defined context.
string $name: The name of the context in the plugin configuration.
mixed The currently set context value.
\Drupal\Component\Plugin\Exception\ContextException If the requested context is not set.
public function getContextValue($name);