Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ViewsTestDataController::errorFormPage function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Renders an error form page.
ViewsTestDataController::placeholderLazyBuilder function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php #lazy_builder callback; for testing purposes only.
ViewsTestDataController::preRender function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Test pre_render function.
ViewsTestDataController::trustedCallbacks function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Lists the trusted callbacks provided by the implementing class.
ViewsTestDataElementEmbedForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Simple form page callback to test the view element.
ViewsTestDataElementEmbedForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Form constructor.
ViewsTestDataElementEmbedForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Returns a unique string identifying the form.
ViewsTestDataElementEmbedForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Form submission handler.
ViewsTestDataElementForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Simple form page callback to test the view element.
ViewsTestDataElementForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php
ViewsTestDataElementForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Form constructor.
ViewsTestDataElementForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Returns a unique string identifying the form.
ViewsTestDataElementForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Form submission handler.
ViewsTestDataErrorForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Implements a test form that has a validation error.
ViewsTestDataErrorForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php
ViewsTestDataErrorForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form constructor.
ViewsTestDataErrorForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Returns a unique string identifying the form.
ViewsTestDataErrorForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form submission handler.
ViewsTestDataErrorForm::validateForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form validation handler.
ViewsTestFormMultipleController class core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Controller routines for views form multiple test routes.
ViewsTestFormMultipleController.php file core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php
ViewsTestFormMultipleController::testPage function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Returns a test page having test_form_multiple view embedded twice.
ViewsThemeIntegrationTest class core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php Tests the Views theme integration.
ViewsThemeIntegrationTest.php file core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php
ViewsThemeIntegrationTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php The theme to install as the default for testing.
ViewsThemeIntegrationTest::$modules property core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php Used by WebTestBase::setup()
ViewsThemeIntegrationTest::$testViews property core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php Views used by this test.
ViewsThemeIntegrationTest::setUp function core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php
ViewsThemeIntegrationTest::testThemedViewPage function core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php Tests for exceptions and successful execution of hook_views_pre_render()
and hook_views_post_render() in theme and subtheme.
ViewStorageTest class core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests the CRUD functionality for a view.
ViewStorageTest.php file core/modules/views/tests/src/Kernel/ViewStorageTest.php
ViewStorageTest::$configProperties property core/modules/views/tests/src/Kernel/ViewStorageTest.php Properties that should be stored in the configuration.
ViewStorageTest::$controller property core/modules/views/tests/src/Kernel/ViewStorageTest.php The configuration entity storage.
ViewStorageTest::$entityType property core/modules/views/tests/src/Kernel/ViewStorageTest.php The entity type definition.
ViewStorageTest::$testViews property core/modules/views/tests/src/Kernel/ViewStorageTest.php Views used by this test.
ViewStorageTest::createTests function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests creating configuration entities.
ViewStorageTest::displayMethodTests function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests the display related functions like getDisplaysList().
ViewStorageTest::displayTests function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests adding, saving, and loading displays on configuration entities.
ViewStorageTest::loadTests function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests loading configuration entities.
ViewStorageTest::testConfigurationEntityCRUD function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests CRUD operations.
ViewStorageTest::testCreateDuplicate function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests the createDuplicate() View method.
ViewsUIController class core/modules/views_ui/src/Controller/ViewsUIController.php Returns responses for Views UI routes.
ViewsUIController.php file core/modules/views_ui/src/Controller/ViewsUIController.php
ViewsUIController::$viewsData property core/modules/views_ui/src/Controller/ViewsUIController.php Stores the Views data cache object.
ViewsUIController::ajaxOperation function core/modules/views_ui/src/Controller/ViewsUIController.php Calls a method on a view and reloads the listing page.
ViewsUIController::autocompleteTag function core/modules/views_ui/src/Controller/ViewsUIController.php Menu callback for Views tag autocompletion.
ViewsUIController::create function core/modules/views_ui/src/Controller/ViewsUIController.php Instantiates a new instance of this class.
ViewsUIController::edit function core/modules/views_ui/src/Controller/ViewsUIController.php Returns the form to edit a view.
ViewsUIController::reportFields function core/modules/views_ui/src/Controller/ViewsUIController.php Lists all instances of fields on any views.

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