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
EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable function core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Tests creating a view of revisions where the type is not on the base table.
EntityTestUpdateHooks::viewPresave function core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php Implements hook_ENTITY_TYPE_presave() for the 'view' entity type.
EntityTestViewBuilder class core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php Defines an entity view builder for a test entity.
EntityTestViewBuilder class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php Test entity class for testing a view builder.
EntityTestViewBuilder.php file core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php
EntityTestViewBuilder.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php
EntityTestViewBuilder::buildComponents function core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php Builds the component fields and properties of a set of entities.
EntityTestViewBuilderOverriddenView class core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php Provides a view builder that overrides ::view() and ::viewMultiple().
EntityTestViewBuilderOverriddenView.php file core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php
EntityTestViewBuilderOverriddenView::view function core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php Builds the render array for the provided entity.
EntityTestViewBuilderOverriddenView::viewMultiple function core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php Builds the render array for the provided entities.
EntityTestViewGrantsCacheContext class core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php Defines the entity_test view grants cache context service.
EntityTestViewGrantsCacheContext.php file core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php
EntityTestViewGrantsCacheContext::getCacheableMetadata function core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php Gets the cacheability metadata for the context.
EntityTestViewGrantsCacheContext::getContext function core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php Returns the string representation of the cache context.
EntityTestViewGrantsCacheContext::getLabel function core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php Returns the label of the cache context.
EntityTestViewsData class core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php Provides a view to override views data for test entity types.
EntityTestViewsData.php file core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php
EntityTestViewsData::getViewsData function core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php Returns views data for the entity type.
EntityTestViewsFieldAccessTest class core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php Tests base field access in Views for the entity_test entity.
EntityTestViewsFieldAccessTest.php file core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php
EntityTestViewsFieldAccessTest::$modules property core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php Modules to install.
EntityTestViewsFieldAccessTest::setUp function core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php
EntityTestViewsFieldAccessTest::testEntityTestFields function core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php Tests field access permissions for the 'entity_test' entity in Views.
EntityTestViewsHooks class core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php Hook implementations for entity_test.
EntityTestViewsHooks.php file core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php
EntityTestViewsHooks::viewsDataAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php Implements hook_views_data_alter().
EntityTranslationRenderTrait::getView function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the top object of a view.
EntityType::getViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the view builder class.
EntityType::hasViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has a view builder.
EntityType::setViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the view builder class.
EntityTypeInterface::getViewBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the view builder class.
EntityTypeInterface::hasViewBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if this entity type has a view builder.
EntityTypeInterface::setViewBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the view builder class.
EntityTypeManager::getViewBuilder function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new view builder instance.
EntityTypeManagerInterface::getViewBuilder function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new view builder instance.
EntityTypeManagerTest::testGetViewBuilder function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getViewBuilder() method.
EntityTypeTest::testGetViewBuilderClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getViewBuilderClass() method.
EntityTypeWithoutViewsDataTest class core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php Tests datetime_range.module when an entity type provides no views data.
EntityTypeWithoutViewsDataTest.php file core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php
EntityTypeWithoutViewsDataTest::$modules property core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php Modules to install.
EntityTypeWithoutViewsDataTest::testEntityTypeWithoutViewsData function core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php Tests the case when an entity type provides no views data.
EntityViewAlterTest class core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php @covers \Drupal\layout_builder\Hook\LayoutBuilderHooks::entityViewAlter
EntityViewAlterTest.php file core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
EntityViewAlterTest::$modules property core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php Modules to install.
EntityViewAlterTest::setUp function core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
EntityViewAlterTest::testContextualLinksRemoved function core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php Tests that contextual links are removed when rendering Layout Builder.
EntityViewBuilder class core/lib/Drupal/Core/Entity/EntityViewBuilder.php Base class for entity view builders.
EntityViewBuilder.php file core/lib/Drupal/Core/Entity/EntityViewBuilder.php
EntityViewBuilder::$cacheBin property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The cache bin used to store the render cache.

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