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
DefaultViewsTest class core/modules/views/tests/src/Functional/DefaultViewsTest.php Tests the default views provided by views.
DefaultViewsTest.php file core/modules/views/tests/src/Functional/DefaultViewsTest.php
DefaultViewsTest.php file core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php
DefaultViewsTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php The theme to install as the default for testing.
DefaultViewsTest::$defaultTheme property core/modules/views/tests/src/Functional/DefaultViewsTest.php The theme to install as the default for testing.
DefaultViewsTest::$modules property core/modules/views/tests/src/Functional/DefaultViewsTest.php Modules to enable.
DefaultViewsTest::$testViews property core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Views used by this test.
DefaultViewsTest::$viewArgMap property core/modules/views/tests/src/Functional/DefaultViewsTest.php An array of argument arrays to use for default views.
DefaultViewsTest::clickViewsOperationLink function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Click a link to perform an operation on a view.
DefaultViewsTest::createTerm function core/modules/views/tests/src/Functional/DefaultViewsTest.php Returns a new term with random properties in vocabulary $vid.
DefaultViewsTest::setUp function core/modules/views/tests/src/Functional/DefaultViewsTest.php Sets up the test.
DefaultViewsTest::setUp function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Sets up the test.
DefaultViewsTest::testArchiveView function core/modules/views/tests/src/Functional/DefaultViewsTest.php Tests the archive view.
DefaultViewsTest::testDefaultViews function core/modules/views/tests/src/Functional/DefaultViewsTest.php Tests that all Default views work as expected.
DefaultViewsTest::testDefaultViews function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests default views.
DefaultViewsTest::testPathDestination function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests that page displays show the correct path.
DefaultViewsTest::testSplitListing function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests that enabling views moves them to the correct table.
DenyNodePreview class core/modules/node/src/PageCache/DenyNodePreview.php Cache policy for node preview page.
DenyNodePreview.php file core/modules/node/src/PageCache/DenyNodePreview.php
DenyNodePreview::$routeMatch property core/modules/node/src/PageCache/DenyNodePreview.php The current route match.
DenyNodePreview::check function core/modules/node/src/PageCache/DenyNodePreview.php Determines whether it is save to store a page in the cache.
DenyNodePreview::__construct function core/modules/node/src/PageCache/DenyNodePreview.php Constructs a deny node preview page cache policy.
DenyNodePreviewTest class core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php @coversDefaultClass \Drupal\node\PageCache\DenyNodePreview
@group node
DenyNodePreviewTest.php file core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php
DenyNodePreviewTest::$policy property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php The response policy under test.
DenyNodePreviewTest::$request property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php A request object.
DenyNodePreviewTest::$response property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php A response object.
DenyNodePreviewTest::$routeMatch property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php The current route match.
DenyNodePreviewTest::providerPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Provides data and expected results for the test method.
DenyNodePreviewTest::setUp function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php
DenyNodePreviewTest::testPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Asserts that caching is denied on the node preview route.
DisabledDisplayTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Views used by this test.
DisplayApiTest::testFieldItemListView function core/modules/field/tests/src/Kernel/DisplayApiTest.php Tests the FieldItemListInterface::view() method.
DisplayApiTest::testFieldItemView function core/modules/field/tests/src/Kernel/DisplayApiTest.php Tests the FieldItemInterface::view() method.
DisplayAttachmentTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php Views used by this test.
DisplayAttachmentTest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php Views used by this test.
DisplayBlockTest::$testViews property core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Views used by this test.
DisplayBlockTest::testViewsBlockForm function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests the block form for a Views block.
DisplayCRUDTest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php Views used by this test.
DisplayEntityReferenceTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php Views used by this test.
DisplayExtenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php Views used by this test.
DisplayExtenderUITest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php Views used by this test.
DisplayFeedTest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php Views used by this test.
DisplayFeedTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php Views used by this test.
DisplayFeedTest::checkFeedViewUi function core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php Checks views UI for a specific feed view.
DisplayFeedTranslationTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Views used by this test.
DisplayKernelTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views used by this test.
DisplayModeUpdateTest::$defaultViewDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The default view display name.
DisplayModeUpdateTest::$foobarViewDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The alternate view display name.
DisplayOpmlFeedTest::$testViews property core/modules/aggregator/tests/src/Functional/views_ui/DisplayOpmlFeedTest.php Views used by this test.

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