Gets a defined context.
string $name: The name of the context in the plugin definition.
\Drupal\Component\Plugin\Context\ContextInterface The context object.
\Drupal\Component\Plugin\Exception\ContextException If the requested context is not set.
public function getContext($name);