public ViewAjaxController::__construct(EntityStorageInterface $storage, ViewExecutableFactory $executable_factory, RendererInterface $renderer, CurrentPathStack $current_path, RedirectDestinationInterface $redirect_destination)
Constructs a ViewAjaxController object.
Parameters
\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage for views.
\Drupal\views\ViewExecutableFactory $executable_factory: The factory to load a view executable with.
\Drupal\Core\Render\RendererInterfa