Defines a controller to load a view via AJAX.
Hierarchy
- class \Drupal\views\Controller\ViewAjaxController implements ContainerInjectionInterface
File
- core/modules/views/src/Controller/ViewAjaxController.php, line 28
Namespace
Drupal\views\Controller
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ViewAjaxController::$currentPath | protected | property | The current path. |
| ViewAjaxController::$executableFactory | protected | property | The factory to load a view executable with. |
| ViewAjaxController::$redirectDestination | protected | property | The redirect destination. |
| ViewAjaxController::$renderer | protected | property | The renderer. |
| ViewAjaxController::$storage | protected | property | The entity storage for views. |
| ViewAjaxController::ajaxView | public | function | Loads and renders a view via AJAX. |
| ViewAjaxController::create | public static | function | Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create |
| ViewAjaxController::__construct | public | function | Constructs a ViewAjaxController object. |
Please login to continue.