Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
EntityFormDisplayJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php The theme to install as the default for testing.
EntityFormDisplayJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php The format to use in this test.
EntityFormDisplayJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php The MIME type that corresponds to $format.
EntityFormDisplayJsonBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php Modules to install.
EntityFormDisplayJsonCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php @group rest
EntityFormDisplayJsonCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php
EntityFormDisplayJsonCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The authentication mechanism to use in this test.
EntityFormDisplayJsonCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The theme to install as the default for testing.
EntityFormDisplayJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The format to use in this test.
EntityFormDisplayJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The MIME type that corresponds to $format.
EntityFormDisplayResourceTestBase class core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The tested entity type.
EntityFormDisplayResourceTestBase::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Modules to install.
EntityFormDisplayResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Creates the entity to be tested.
EntityFormDisplayResourceTestBase::getExpectedCacheContexts function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityFormDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Return the expected error message.
EntityFormDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the normalized POST entity.
EntityFormDisplayResourceTestBase::setUpAuthorization function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Sets up the necessary authorization.
EntityFormDisplayTest class core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests the entity display configuration entities.
EntityFormDisplayTest class core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php JSON:API integration test for the &quot;EntityFormDisplay&quot; config entity type.
EntityFormDisplayTest.php file core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php
EntityFormDisplayTest.php file core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
EntityFormDisplayTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php The theme to install as the default for testing.
EntityFormDisplayTest::$entity property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php
EntityFormDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php The tested entity type.
EntityFormDisplayTest::$modules property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Modules to install.
EntityFormDisplayTest::$modules property core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Modules to install.
EntityFormDisplayTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php The name of the tested JSON:API resource type.
EntityFormDisplayTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Creates another entity to be tested.
EntityFormDisplayTest::createEntity function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Creates the entity to be tested.
EntityFormDisplayTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Returns the expected JSON:API document for the entity.
EntityFormDisplayTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Return the expected error message.
EntityFormDisplayTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Returns the JSON:API POST document.
EntityFormDisplayTest::setUp function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
EntityFormDisplayTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Sets up the necessary authorization.
EntityFormDisplayTest::testBaseFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests the behavior of a field component for a base field.
EntityFormDisplayTest::testDeleteField function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests deleting field.
EntityFormDisplayTest::testEntityGetFromDisplay function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php @covers \Drupal\Core\Entity\EntityDisplayRepository::getFormDisplay
EntityFormDisplayTest::testFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests the behavior of a field component within an EntityFormDisplay object.
EntityFormDisplayTest::testOnDependencyRemoval function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityFormDisplayTest::testSerialization function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests the serialization and unserialization of the class.
EntityFormDisplayValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests validation of entity_form_display entities.
EntityFormDisplayValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php
EntityFormDisplayValidationTest::$hasLabel property core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Whether a config entity of this type has a label.
EntityFormDisplayValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Modules to install.
EntityFormDisplayValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php
EntityFormDisplayValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests that immutable properties cannot be changed.

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