Populates the context from the current request from the request stack.
\Symfony\Component\HttpFoundation\RequestStack $request_stack: The current request stack.
public function fromRequestStack(RequestStack $request_stack) { $this->fromRequest($request_stack->getCurrentRequest()); }