Search for entityView

  1. Search 7.x for entityView
  2. Search 9.5.x for entityView
  3. Search 8.9.x for entityView
  4. Search 11.x for entityView
  5. Other projects
Title Object type File name Summary
EntityViewDisplayEditForm.php file core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
EntityViewDisplayEditForm::$displayContext property core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php The display context. Either 'view' or 'form'.
EntityViewDisplayEditForm::alterSettingsSummary function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Alters the widget or formatter settings summary.
EntityViewDisplayEditForm::buildExtraFieldRow function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Builds the table row structure for a single extra field.
EntityViewDisplayEditForm::buildFieldRow function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Builds the table row structure for a single field.
EntityViewDisplayEditForm::create function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Instantiates a new instance of this class.
EntityViewDisplayEditForm::getDefaultPlugin function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the ID of the default widget or formatter plugin for a field type.
EntityViewDisplayEditForm::getDisplayModeOptions function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an array of form or view mode options.
EntityViewDisplayEditForm::getDisplayModes function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the form or view modes used by this form.
EntityViewDisplayEditForm::getDisplayModesLink function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns a link to the form or view mode admin page.
EntityViewDisplayEditForm::getEntityDisplay function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an entity display object to be used by this form.
EntityViewDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the Url object for a specific entity (form) display edit form.
EntityViewDisplayEditForm::getTableHeader function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an array containing the table headers.
EntityViewDisplayEditForm::thirdPartySettingsForm function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Adds the widget or formatter third party settings forms.
EntityViewDisplayInterface interface core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php Provides a common interface for entity view displays.
EntityViewDisplayInterface.php file core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php
EntityViewDisplayInterface::build function core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php Builds a renderable array for the components of an entity.
EntityViewDisplayInterface::buildMultiple function core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php Builds a renderable array for the components of a set of entities.
EntityViewDisplayJsonAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonAnonTest.php @group rest
EntityViewDisplayJsonAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonAnonTest.php
EntityViewDisplayJsonAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonAnonTest.php The theme to install as the default for testing.
EntityViewDisplayJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonAnonTest.php The format to use in this test.
EntityViewDisplayJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonAnonTest.php The MIME type that corresponds to $format.
EntityViewDisplayJsonBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php @group rest
EntityViewDisplayJsonBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php
EntityViewDisplayJsonBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php The authentication mechanism to use in this test.
EntityViewDisplayJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php The theme to install as the default for testing.
EntityViewDisplayJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php The format to use in this test.
EntityViewDisplayJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php The MIME type that corresponds to $format.
EntityViewDisplayJsonBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php Modules to install.
EntityViewDisplayJsonCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php @group rest
EntityViewDisplayJsonCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php
EntityViewDisplayJsonCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php The authentication mechanism to use in this test.
EntityViewDisplayJsonCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php The theme to install as the default for testing.
EntityViewDisplayJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php The format to use in this test.
EntityViewDisplayJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php The MIME type that corresponds to $format.
EntityViewDisplayResourceTestBase class core/tests/Drupal/FunctionalTests/Rest/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

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