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 10.3.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
ViewsEntitySchemaSubscriberIntegrationTest::$modules property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Modules to install.
ViewsEntitySchemaSubscriberIntegrationTest::$state property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The state service.
ViewsEntitySchemaSubscriberIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Views used by this test.
ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Checks that the passed-in view IDs were the only ones updated.
ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Gets a view and its display.
ViewsEntitySchemaSubscriberIntegrationTest::setUp function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming base tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testBrokenView function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that broken views are handled gracefully.
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that adding data tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming data tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that views are disabled when an entity type is deleted.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming revision tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming revision tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDisabling function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that removing revision support disables the view.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionEnabling function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that enabling revisions doesn't do anything.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests a bunch possible entity definition table updates.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests some possible entity table updates for a revision view.
ViewsEntitySchemaSubscriberIntegrationTest::testViewSaveException function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests the case when a view could not be updated automatically.
ViewsEntityTestHooks class core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php Hook implementations for views_entity_test.
ViewsEntityTestHooks.php file core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php
ViewsEntityTestHooks::entityBaseFieldInfo function core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php Implements hook_entity_base_field_info().
ViewsEntityTestHooks::entityFieldAccess function core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php Implements hook_entity_field_access().
ViewsEntityTestHooks::entityLoad function core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php Implements hook_entity_load().
ViewsEscapingTest class core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests output of Views.
ViewsEscapingTest.php file core/modules/views/tests/src/Functional/ViewsEscapingTest.php
ViewsEscapingTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsEscapingTest.php The theme to install as the default for testing.
ViewsEscapingTest::$modules property core/modules/views/tests/src/Functional/ViewsEscapingTest.php We need theme_test for testing against test_base_theme and test_subtheme.
ViewsEscapingTest::$testViews property core/modules/views/tests/src/Functional/ViewsEscapingTest.php Views used by this test.
ViewsEscapingTest::setUp function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Sets up the test.
ViewsEscapingTest::testViewsFieldHeaderEscaping function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests for incorrectly escaped markup in a header label on a display table.
ViewsEscapingTest::testViewsViewFieldsEscaping function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests for incorrectly escaped markup in the views-view-fields.html.twig.
ViewsExposedFilterBlock class core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php Provides block plugin definitions for all Views exposed filters.
ViewsExposedFilterBlock class core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php Provides a 'Views Exposed Filter' block.
ViewsExposedFilterBlock.php file core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php
ViewsExposedFilterBlock.php file core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php
ViewsExposedFilterBlock::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php The base plugin ID that the derivative is for.
ViewsExposedFilterBlock::$derivatives property core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php List of derivative definitions.
ViewsExposedFilterBlock::$viewStorage property core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php The view storage.
ViewsExposedFilterBlock::build function core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php
ViewsExposedFilterBlock::create function core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php Creates a new class instance.
ViewsExposedFilterBlock::getCacheContexts function core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php
ViewsExposedFilterBlock::getDerivativeDefinition function core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php Gets the definition of a derivative plugin.
ViewsExposedFilterBlock::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php Gets the definition of all derivatives of a base plugin.
ViewsExposedFilterBlock::__construct function core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php Constructs a ViewsExposedFilterBlock object.
ViewsExposedForm class core/modules/views/src/Attribute/ViewsExposedForm.php Defines a Plugin attribute object for views exposed form plugins.
ViewsExposedForm class core/modules/views/src/Form/ViewsExposedForm.php Provides the views exposed form.
ViewsExposedForm class core/modules/views/src/Annotation/ViewsExposedForm.php Defines a Plugin annotation object for views exposed form plugins.
ViewsExposedForm.php file core/modules/views/src/Form/ViewsExposedForm.php
ViewsExposedForm.php file core/modules/views/src/Annotation/ViewsExposedForm.php
ViewsExposedForm.php file core/modules/views/src/Attribute/ViewsExposedForm.php

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