Search for view
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| View | class | core/ |
Provides a render element to display a view. |
| View | class | core/ |
Defines a View configuration entity class. |
| View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| View::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| View::preCreate | function | core/ |
Changes the values of an entity before it is created. |
| View::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| View::preRenderViewElement | function | core/ |
View element pre render callback. |
| View::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| View::render | function | core/ |
Render the area. |
| View::__construct | function | core/ |
Constructs a View object. |
| View::__sleep | function | core/ |
|
| ViewAddForm | class | core/ |
Form controller for the Views add form. |
| ViewAddForm.php | file | core/ |
|
| ViewAddForm::$moduleHandler | property | core/ |
The module handler service. |
| ViewAddForm::$wizardManager | property | core/ |
The wizard plugin manager. |
| ViewAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| ViewAddForm::cancel | function | core/ |
Form submission handler for the 'cancel' action. |
| ViewAddForm::create | function | core/ |
Instantiates a new instance of this class. |
| ViewAddForm::form | function | core/ |
Gets the actual form array to be built. |
| ViewAddForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
| ViewAddForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
| ViewAddForm::validateForm | function | core/ |
Form validation handler. |
| ViewAddForm::__construct | function | core/ |
Constructs a new ViewAddForm object. |
| ViewAjaxController | class | core/ |
Defines a controller to load a view via AJAX. |
| ViewAjaxController.php | file | core/ |
|
| ViewAjaxController::ajaxView | function | core/ |
Loads and renders a view via AJAX. |
| ViewAjaxController::create | function | core/ |
Instantiates a new instance of this class. |
| ViewAjaxController::FILTERED_QUERY_PARAMETERS | constant | core/ |
Parameters that should be filtered and ignored inside ajax requests. |
| ViewAjaxController::__construct | function | core/ |
|
| ViewAjaxControllerTest | class | core/ |
Tests Drupal\views\Controller\ViewAjaxController. |
| ViewAjaxControllerTest.php | file | core/ |
|
| ViewAjaxControllerTest::$currentPath | property | core/ |
The mocked current path. |
| ViewAjaxControllerTest::$executableFactory | property | core/ |
The mocked executable factory. |
| ViewAjaxControllerTest::$pathValidator | property | core/ |
The path validator service. |
| ViewAjaxControllerTest::$redirectDestination | property | core/ |
The redirect destination. |
| ViewAjaxControllerTest::$renderer | property | core/ |
The renderer. |
| ViewAjaxControllerTest::$viewAjaxController | property | core/ |
The tested views ajax controller. |
| ViewAjaxControllerTest::$viewStorage | property | core/ |
The mocked view entity storage. |
| ViewAjaxControllerTest::assertViewResultCommand | function | core/ |
Ensures that the main view content command is added. |
| ViewAjaxControllerTest::getCommands | function | core/ |
Gets the commands entry from the response object. |
| ViewAjaxControllerTest::setUp | function | core/ |
|
| ViewAjaxControllerTest::setupValidMocks | function | core/ |
Sets up a bunch of valid mocks of the view executable. |
| ViewAjaxControllerTest::testAccessDeniedView | function | core/ |
Tests a view without having access to it. |
| ViewAjaxControllerTest::testAjaxView | function | core/ |
Tests a valid view without arguments pagers etc. |
| ViewAjaxControllerTest::testAjaxViewViewPathNoSlash | function | core/ |
Tests a valid view with a view_path with no slash. |
| ViewAjaxControllerTest::testAjaxViewWithArguments | function | core/ |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithEmptyArguments | function | core/ |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments | function | core/ |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithoutAjax | function | core/ |
Tests a valid view without ajax enabled. |
| ViewAjaxControllerTest::testAjaxViewWithPager | function | core/ |
Tests a valid view with a pager. |
| ViewAjaxControllerTest::testMissingView | function | core/ |
Tests non-existent view with view_name and view_display_id. |
| ViewAjaxControllerTest::testMissingViewName | function | core/ |
Tests missing view_name and view_display_id. |
| ViewAjaxControllerTest::USE_AJAX | constant | core/ |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.