Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
EntityViewDisplayStatusController class core/modules/field_ui/src/Controller/EntityViewDisplayStatusController.php Controller for enabling/disabling entity view displays.
EntityViewDisplayStatusController.php file core/modules/field_ui/src/Controller/EntityViewDisplayStatusController.php
EntityViewDisplayStatusController::toggleStatus function core/modules/field_ui/src/Controller/EntityViewDisplayStatusController.php Enables or disables an entity view display.
EntityViewDisplayStatusController::__construct function core/modules/field_ui/src/Controller/EntityViewDisplayStatusController.php
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 install.
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.
EntityViewDisplayValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests validation of entity_view_display entities.
EntityViewDisplayValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php
EntityViewDisplayValidationTest::$hasLabel property core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Whether a config entity of this type has a label.
EntityViewDisplayValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Modules to install.
EntityViewDisplayValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php
EntityViewDisplayValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that immutable properties cannot be changed.
EntityViewDisplayValidationTest::testLayoutSectionPluginIdIsValidated function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that the plugin ID of a Layout Builder section is validated.
EntityViewDisplayValidationTest::testTargetBundleMustExist function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that the target bundle of the entity view display is checked.
EntityViewDisplayXmlAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php Tests Entity View Display Xml Anon.
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 Tests Entity View Display Xml Basic Auth.
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 Tests Entity View Display Xml Cookie.
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.

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