function ViewAjaxController::__construct
Same name and namespace in other branches
- 11.x core/modules/views/src/Controller/ViewAjaxController.php \Drupal\views\Controller\ViewAjaxController::__construct()
- 10 core/modules/views/src/Controller/ViewAjaxController.php \Drupal\views\Controller\ViewAjaxController::__construct()
- 9 core/modules/views/src/Controller/ViewAjaxController.php \Drupal\views\Controller\ViewAjaxController::__construct()
- 8.9.x core/modules/views/src/Controller/ViewAjaxController.php \Drupal\views\Controller\ViewAjaxController::__construct()
File
-
core/
modules/ views/ src/ Controller/ ViewAjaxController.php, line 48
Class
- ViewAjaxController
- Defines a controller to load a view via AJAX.
Namespace
Drupal\views\ControllerCode
public function __construct(protected EntityStorageInterface $storage, protected ViewExecutableFactory $executableFactory, protected RendererInterface $renderer, protected CurrentPathStack $currentPath, protected RedirectDestinationInterface $redirectDestination, protected PathValidatorInterface $pathValidator) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.