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
EntityViewDisplayResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayResourceTestBase.php
EntityViewDisplayResourceTestBase.php file core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
EntityViewDisplayResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
EntityViewDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The tested entity type.
EntityViewDisplayResourceTestBase::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Modules to install.
EntityViewDisplayResourceTestBase::$patchProtectedFieldNames property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The fields that are protected against modification during PATCH requests.
EntityViewDisplayResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Creates the entity to be tested.
EntityViewDisplayResourceTestBase::getExpectedCacheContexts function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityViewDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityViewDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Return the expected error message.
EntityViewDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Returns the normalized POST entity.
EntityViewDisplayResourceTestBase::setUpAuthorization function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Sets up the necessary authorization.
EntityViewDisplayTest class core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php JSON:API integration test for the "EntityViewDisplay" config entity type.
EntityViewDisplayTest.php file core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php
EntityViewDisplayTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php The theme to install as the default for testing.
EntityViewDisplayTest::$entity property core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php
EntityViewDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php The tested entity type.
EntityViewDisplayTest::$modules property core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Modules to enable.
EntityViewDisplayTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php The name of the tested JSON:API resource type.
EntityViewDisplayTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Creates another entity to be tested.
EntityViewDisplayTest::createEntity function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Creates the entity to be tested.
EntityViewDisplayTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Returns the expected JSON:API document for the entity.
EntityViewDisplayTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Return the expected error message.
EntityViewDisplayTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Returns the JSON:API POST document.
EntityViewDisplayTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Sets up the necessary authorization.
EntityViewDisplayXmlAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php @group rest
EntityViewDisplayXmlAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php
EntityViewDisplayXmlAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php The theme to install as the default for testing.
EntityViewDisplayXmlAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php The format to use in this test.
EntityViewDisplayXmlAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php The MIME type that corresponds to $format.
EntityViewDisplayXmlBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php @group rest
EntityViewDisplayXmlBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php
EntityViewDisplayXmlBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php The authentication mechanism to use in this test.
EntityViewDisplayXmlBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php The theme to install as the default for testing.
EntityViewDisplayXmlBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php The format to use in this test.
EntityViewDisplayXmlBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php The MIME type that corresponds to $format.
EntityViewDisplayXmlBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php Modules to install.
EntityViewDisplayXmlCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php @group rest
EntityViewDisplayXmlCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php
EntityViewDisplayXmlCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php The authentication mechanism to use in this test.
EntityViewDisplayXmlCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php The theme to install as the default for testing.
EntityViewDisplayXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php The format to use in this test.
EntityViewDisplayXmlCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php The MIME type that corresponds to $format.
EntityViewHookTest class core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php Test view/render hooks for entities.
EntityViewHookTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php
EntityViewHookTest::testHookEntityDisplayBuildAlter function core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php Test hook_entity_display_build_alter().
EntityViewMode class core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php Provides entity view mode destination plugin.
EntityViewMode class core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php Defines the entity view mode configuration entity class.
EntityViewMode.php file core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php
EntityViewMode.php file core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php

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