Search for view

  1. Search 7.x for view
  2. Search 8.9.x for view
  3. Search 10.3.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
ViewsKernelTestBase::orderResultSet function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Orders a nested array containing a result set based on a given column.
ViewsKernelTestBase::schemaDefinition function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Returns the schema definition.
ViewsKernelTestBase::setUp function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
ViewsKernelTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Sets up the configuration and schema of views and views_test_data modules.
ViewsKernelTestBase::viewsData function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Returns the views data definition.
ViewsLegacyTest class core/modules/views/tests/src/Kernel/ViewsLegacyTest.php Tests deprecated views functionality.
ViewsLegacyTest.php file core/modules/views/tests/src/Kernel/ViewsLegacyTest.php
ViewsLegacyTest::$modules property core/modules/views/tests/src/Kernel/ViewsLegacyTest.php Modules to enable.
ViewsLegacyTest::testTimeCache function core/modules/views/tests/src/Kernel/ViewsLegacyTest.php Tests the Time cache plugin.
ViewsListingTest class core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Tests the JavaScript filtering on the Views listing page.
ViewsListingTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
ViewsListingTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php The theme to install as the default for testing.
ViewsListingTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Modules to enable.
ViewsListingTest::filterVisibleElements function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Removes any non-visible elements from the passed array.
ViewsListingTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
ViewsListingTest::testFilterViewsListing function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Tests the filtering on the Views listing page.
ViewsListTest class core/modules/views_ui/tests/src/Functional/ViewsListTest.php Tests the views list.
ViewsListTest.php file core/modules/views_ui/tests/src/Functional/ViewsListTest.php
ViewsListTest::$adminUser property core/modules/views_ui/tests/src/Functional/ViewsListTest.php A user with permission to administer views.
ViewsListTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ViewsListTest.php The theme to install as the default for testing.
ViewsListTest::$modules property core/modules/views_ui/tests/src/Functional/ViewsListTest.php Modules to enable.
ViewsListTest::setUp function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Sets up the test.
ViewsListTest::testViewsListLimit function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Tests that the views list does not use a pager.
ViewsLocalTask class core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Provides local task definitions for all views configured as local tasks.
ViewsLocalTask.php file core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php
ViewsLocalTask::$routeProvider property core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php The route provider.
ViewsLocalTask::$state property core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php The state key value store.
ViewsLocalTask::$viewStorage property core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php The view storage.
ViewsLocalTask::alterLocalTasks function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Alters base_route and parent_id into the views local tasks.
ViewsLocalTask::create function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Creates a new class instance.
ViewsLocalTask::getApplicableMenuViews function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Return a list of all views and display IDs that have a menu entry.
ViewsLocalTask::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Gets the definition of all derivatives of a base plugin.
ViewsLocalTask::__construct function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance.
ViewsLocalTaskTest class core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php @coversDefaultClass \Drupal\views\Plugin\Derivative\ViewsLocalTask
@group views
ViewsLocalTaskTest.php file core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Contains \Drupal\Tests\views\Unit\Plugin\Derivative\ViewsLocalTaskTest.
ViewsLocalTaskTest::$baseDefinition property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLocalTaskTest::$localTaskDerivative property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The tested local task derivative class.
ViewsLocalTaskTest::$routeProvider property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The mocked route provider.
ViewsLocalTaskTest::$state property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The mocked key value storage.
ViewsLocalTaskTest::$viewStorage property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLocalTaskTest::setUp function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithDefaultLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithExistingLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a local task and a parent.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on no view with hook menu.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with without a local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view which overrides an existing route.
ViewsMenuLink class core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Defines menu links provided by views.
ViewsMenuLink class core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Provides menu links for Views.
ViewsMenuLink.php file core/modules/views/src/Plugin/Menu/ViewsMenuLink.php

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