Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.x for view
  4. Search 11.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewAddForm::actions function core/modules/views_ui/src/ViewAddForm.php Returns an array of supported actions for the current entity form.
ViewAddForm::cancel function core/modules/views_ui/src/ViewAddForm.php Form submission handler for the 'cancel' action.
ViewAddForm::create function core/modules/views_ui/src/ViewAddForm.php Instantiates a new instance of this class.
ViewAddForm::form function core/modules/views_ui/src/ViewAddForm.php Gets the actual form array to be built.
ViewAddForm::prepareEntity function core/modules/views_ui/src/ViewAddForm.php Prepares the entity object before the form is built first.
ViewAddForm::submitForm function core/modules/views_ui/src/ViewAddForm.php 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/modules/views_ui/src/ViewAddForm.php Form validation handler.
ViewAddForm::__construct function core/modules/views_ui/src/ViewAddForm.php Constructs a new ViewAddForm object.
ViewAjaxController class core/modules/views/src/Controller/ViewAjaxController.php Defines a controller to load a view via AJAX.
ViewAjaxController.php file core/modules/views/src/Controller/ViewAjaxController.php
ViewAjaxController::$currentPath property core/modules/views/src/Controller/ViewAjaxController.php The current path.
ViewAjaxController::$executableFactory property core/modules/views/src/Controller/ViewAjaxController.php The factory to load a view executable with.
ViewAjaxController::$redirectDestination property core/modules/views/src/Controller/ViewAjaxController.php The redirect destination.
ViewAjaxController::$renderer property core/modules/views/src/Controller/ViewAjaxController.php The renderer.
ViewAjaxController::$storage property core/modules/views/src/Controller/ViewAjaxController.php The entity storage for views.
ViewAjaxController::ajaxView function core/modules/views/src/Controller/ViewAjaxController.php Loads and renders a view via AJAX.
ViewAjaxController::create function core/modules/views/src/Controller/ViewAjaxController.php Instantiates a new instance of this class.
ViewAjaxController::FILTERED_QUERY_PARAMETERS constant core/modules/views/src/Controller/ViewAjaxController.php Parameters that should be filtered and ignored inside ajax requests.
ViewAjaxController::__construct function core/modules/views/src/Controller/ViewAjaxController.php Constructs a ViewAjaxController object.
ViewAjaxControllerTest class core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php @coversDefaultClass \Drupal\views\Controller\ViewAjaxController
@group views
ViewAjaxControllerTest.php file core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxControllerTest::$currentPath property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked current path.
ViewAjaxControllerTest::$executableFactory property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked executable factory.
ViewAjaxControllerTest::$redirectDestination property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The redirect destination.
ViewAjaxControllerTest::$renderer property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The renderer.
ViewAjaxControllerTest::$viewAjaxController property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The tested views ajax controller.
ViewAjaxControllerTest::$viewStorage property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked view entity storage.
ViewAjaxControllerTest::assertViewResultCommand function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Ensures that the main view content command is added.
ViewAjaxControllerTest::getCommands function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Gets the commands entry from the response object.
ViewAjaxControllerTest::setUp function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxControllerTest::setupValidMocks function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Sets up a bunch of valid mocks like the view entity and executable.
ViewAjaxControllerTest::testAccessDeniedView function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a view without having access to it.
ViewAjaxControllerTest::testAjaxView function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view without arguments pagers etc.
ViewAjaxControllerTest::testAjaxViewViewPathNoSlash function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with a view_path with no slash.
ViewAjaxControllerTest::testAjaxViewWithArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewAjaxControllerTest::testAjaxViewWithEmptyArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewAjaxControllerTest::testAjaxViewWithoutAjax function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view without ajax enabled.
ViewAjaxControllerTest::testAjaxViewWithPager function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with a pager.
ViewAjaxControllerTest::testMissingView function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests non-existent view with view_name and view_display_id.
ViewAjaxControllerTest::testMissingViewName function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests missing view_name and view_display_id.
ViewAjaxControllerTest::USE_AJAX constant core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxControllerTest::USE_NO_AJAX constant core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxResponse class core/modules/views/src/Ajax/ViewAjaxResponse.php Custom JSON response object for an ajax view response.
ViewAjaxResponse.php file core/modules/views/src/Ajax/ViewAjaxResponse.php
ViewAjaxResponse::$view property core/modules/views/src/Ajax/ViewAjaxResponse.php The view executed on this ajax request.
ViewAjaxResponse::getView function core/modules/views/src/Ajax/ViewAjaxResponse.php Gets the executed view of this response.
ViewAjaxResponse::setView function core/modules/views/src/Ajax/ViewAjaxResponse.php Sets the executed view of this response.
ViewAjaxTest class core/modules/views/tests/src/Functional/ViewAjaxTest.php Tests the ajax view functionality.
ViewAjaxTest.php file core/modules/views/tests/src/Functional/ViewAjaxTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.