Search for entityView

  1. Search 7.x for entityView
  2. Search 9.5.x for entityView
  3. Search 10.3.x for entityView
  4. Search 11.x for entityView
  5. Other projects
Title Object type File name Summary
LayoutBuilderEntityViewDisplayResourceTestBase::createEntity function core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php Creates the entity to be tested.
LayoutBuilderEntityViewDisplayResourceTestBase::getExpectedNormalizedEntity function core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php Returns the expected normalization of the entity.
LayoutBuilderEntityViewDisplayStorage class core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php Provides storage for entity view display entities that have layouts.
LayoutBuilderEntityViewDisplayStorage.php file core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
LayoutBuilderEntityViewDisplayStorage::mapFromStorageRecords function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php Maps from storage records to entity objects.
LayoutBuilderEntityViewDisplayStorage::mapToStorageRecord function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php Maps from an entity object to the storage record.
LayoutBuilderEntityViewDisplayTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @coversDefaultClass \Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay
LayoutBuilderEntityViewDisplayTest class core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php JSON:API integration test for the "EntityViewDisplay" config entity type.
LayoutBuilderEntityViewDisplayTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
LayoutBuilderEntityViewDisplayTest.php file core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php
LayoutBuilderEntityViewDisplayTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayTest::$modules property core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php Modules to enable.
LayoutBuilderEntityViewDisplayTest::createEntity function core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php Creates the entity to be tested.
LayoutBuilderEntityViewDisplayTest::getExpectedDocument function core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php Returns the expected JSON:API document for the entity.
LayoutBuilderEntityViewDisplayTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Sets up the section storage entity.
LayoutBuilderEntityViewDisplayTest::providerTestIsLayoutBuilderEnabled function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Provides test data for ::testIsLayoutBuilderEnabled().
LayoutBuilderEntityViewDisplayTest::testGetRuntimeSections function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @covers ::getRuntimeSections
@group legacy
@expectedDeprecation \Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay::getRuntimeSections() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0.…
LayoutBuilderEntityViewDisplayTest::testInvalidConfiguration function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that configuration schema enforces valid values.
LayoutBuilderEntityViewDisplayTest::testIsLayoutBuilderEnabled function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @dataProvider providerTestIsLayoutBuilderEnabled
LayoutBuilderEntityViewDisplayTest::testSetOverridable function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that setting overridable enables Layout Builder only when set to TRUE.
LayoutBuilderEntityViewDisplayXmlAnonTest class core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php @group layout_builder
@group rest
LayoutBuilderEntityViewDisplayXmlAnonTest.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php
LayoutBuilderEntityViewDisplayXmlAnonTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayXmlAnonTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayXmlAnonTest::$mimeType property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php The MIME type that corresponds to $format.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest class core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php @group layout_builder
@group rest
LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$auth property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The authentication mechanism to use in this test.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$mimeType property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The MIME type that corresponds to $format.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$modules property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php Modules to install.
LayoutBuilderEntityViewDisplayXmlCookieTest class core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php @group layout_builder
@group rest
LayoutBuilderEntityViewDisplayXmlCookieTest.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php
LayoutBuilderEntityViewDisplayXmlCookieTest::$auth property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php The authentication mechanism to use in this test.
LayoutBuilderEntityViewDisplayXmlCookieTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayXmlCookieTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayXmlCookieTest::$mimeType property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php The MIME type that corresponds to $format.
NodeEntityViewModeAlterTest class core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Tests changing view modes for nodes.
NodeEntityViewModeAlterTest.php file core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php
NodeEntityViewModeAlterTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php The theme to install as the default for testing.
NodeEntityViewModeAlterTest::$modules property core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Enable dummy module that implements hook_ENTITY_TYPE_view() for nodes.
NodeEntityViewModeAlterTest::testNodeViewModeChange function core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Create a "Basic page" node and verify its consistency in the database.
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::entityViewAlter function core/modules/layout_builder/src/QuickEditIntegration.php Alters the entity view build for Quick Edit compatibility.
ResponsiveImageIntegrationTest::testEntityViewDisplayDependency function core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php Tests integration with entity view display.
TestEntityViewsData class core/modules/views/tests/src/Unit/EntityViewsDataTest.php
TestEntityViewsData::setEntityType function core/modules/views/tests/src/Unit/EntityViewsDataTest.php

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