Search for view

  1. Search 7.x for view
  2. Search 9.5.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
ViewsIntegrationTest::testMessages function core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php Tests the messages escaping functionality.
ViewsIntegrationTest::testRelationship function core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php Tests the relationship with the users_field_data table.
ViewsIntegrationTest::testViewsAddResponsiveImageField function core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Tests integration with Views.
ViewsJoin class core/modules/views/src/Annotation/ViewsJoin.php Defines a Plugin annotation object for views join plugins.
ViewsJoin.php file core/modules/views/src/Annotation/ViewsJoin.php
ViewsKernelTestBase class core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Defines a base class for Views kernel testing.
ViewsKernelTestBase.php file core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
ViewsKernelTestBase::$modules property core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Modules to enable.
ViewsKernelTestBase::$testViews property core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Views to be enabled.
ViewsKernelTestBase::dataSet function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Returns a very simple test dataset.
ViewsKernelTestBase::executeView function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Executes a view with debugging.
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.
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
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.

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