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
PreviewTest::testPreviewUI function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests arguments in the preview form.
PreviewTest::testPreviewWithPagersUI function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests pagers in the preview form.
PreviewTest::testTaxonomyAJAX function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests the taxonomy term preview AJAX.
PreviewTest::viewsData function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Returns the views data definition.
PreviewToggleTrait trait core/modules/layout_builder/src/Form/PreviewToggleTrait.php Provides a trait that provides a toggle for the content preview.
PreviewToggleTrait.php file core/modules/layout_builder/src/Form/PreviewToggleTrait.php
PreviewToggleTrait::buildContentPreviewToggle function core/modules/layout_builder/src/Form/PreviewToggleTrait.php Builds the content preview toggle input.
PreviewToggleTrait::currentUser function core/modules/layout_builder/src/Form/PreviewToggleTrait.php Gets the current user.
PsrResponseSubscriber::onKernelView function core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php Converts a PSR-7 response to a Symfony response.
psr_response_view_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\PsrResponseSubscriber
QueryGroupByTest::$testViews property core/modules/views/tests/src/Kernel/QueryGroupByTest.php Views used by this test.
QueryTest::$testViews property core/modules/views_ui/tests/src/Functional/QueryTest.php Views used by this test.
QueryTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/QueryTest.php Views used by this test.
QueryTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/QueryTest.php Returns the views data definition.
QueryTest::viewsData function core/modules/views_ui/tests/src/Functional/QueryTest.php Returns the views data definition.
QuickEditIntegration::buildEntityView function core/modules/layout_builder/src/QuickEditIntegration.php @todo Replace this hardcoded processing when
https://www.drupal.org/project/drupal/issues/3041635 is resolved.
QuickEditIntegration::deconstructViewModeId function core/modules/layout_builder/src/QuickEditIntegration.php Deconstructs the Quick Edit view mode ID into its constituent parts.
QuickEditIntegration::entityViewAlter function core/modules/layout_builder/src/QuickEditIntegration.php Alters the entity view build for Quick Edit compatibility.
QuickEditIntegration::getViewModeId function core/modules/layout_builder/src/QuickEditIntegration.php Generates a Quick Edit view mode ID.
quickedit_entity_view_alter function core/modules/quickedit/quickedit.module Implements hook_entity_view_alter().
rdf_entity_prepare_view function core/modules/rdf/rdf.module Implements hook_entity_prepare_view().
RearrangeFieldsTest::$testViews property core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Views used by this test.
RearrangeFieldsTest::getViewFields function core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Gets the fields from the View.
RedirectTest::$testViews property core/modules/views_ui/tests/src/Functional/RedirectTest.php Views used by this test.
RelationshipJoinInTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Views used by this test.
RelationshipJoinInTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Adds an IN condition for the user name.
RelationshipJoinTestBase::viewsData function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
RelationshipNodeTermDataTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Views used by this test.
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData function core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
RelationshipRepresentativeNodeTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php Views used by this test.
RelationshipRepresentativeNodeTest::$testViews property core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Views used by this test.
RelationshipTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php Views used by this test.
RelationshipUserFileDataTest::$testViews property core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php Views used by this test.
RelationshipUserFileDataTest::testViewsHandlerRelationshipUserFileData function core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php Tests using the views file relationship.
RelationshipUserImageDataTest::$testViews property core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Views used by this test.
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData function core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Tests using the views image relationship.
Render API overview group core/lib/Drupal/Core/Render/theme.api.php Overview of the Theme system and Render API.
RenderCacheIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Views to be enabled.
RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for an entity-based view.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for a field-based view.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a entity-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a entity-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a entity-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testViewAddCacheMetadata function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Ensures that saving a view calculates the cache contexts.
RenderCacheWebTest::$testViews property core/modules/views/tests/src/Functional/RenderCacheWebTest.php
RenderCacheWebTest::testEmptyView function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests rendering caching of a views block with arguments.
RenderedEntity::getView function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the top object of a view.

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