Constructs an UpdateRootFactory instance.
\Drupal\Core\DrupalKernelInterface $drupal_kernel: The Drupal kernel.
\Symfony\Component\HttpFoundation\RequestStack $request_stack: The request stack.
public function __construct(DrupalKernelInterface $drupal_kernel, RequestStack $request_stack) { $this->drupalKernel = $drupal_kernel; $this->requestStack = $request_stack; }