Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.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/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines a 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
EntityTestNoBundleWithLabel.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundleWithLabel.php
EntityTestNoId class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php Test entity class.
EntityTestNoId.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php
EntityTestNoLabel class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php Test entity class.
EntityTestNoLabel.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php
EntityTestNoLabel::label function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php Gets the label of the entity.
EntityTestNoLoadStorage class core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php Test storage class used to verify that no load operation is triggered.
EntityTestNoLoadStorage.php file core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php
EntityTestNoLoadStorage::load function core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php Loads one entity.
EntityTestNoUuid class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoUuid.php Test entity class with revisions but without UUIDs.
EntityTestNoUuid.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoUuid.php
EntityTestPermissions class core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php Provides dynamic permissions for entity test.
EntityTestPermissions.php file core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php
EntityTestPermissions::buildPermissions function core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php Returns a list of entity test permissions for a given entity test bundle.
EntityTestPermissions::entityTestBundlePermissions function core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php Returns an array of entity_test_bundle permissions.
EntityTestReferenceCustomCacheTagFormatter class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php Plugin implementation of the &#039;entity_reference_custom_cache_tag&#039; formatter.
EntityTestReferenceCustomCacheTagFormatter.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php
EntityTestReferenceCustomCacheTagFormatter::viewElements function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php Builds a renderable array for a field value.
EntityTestResourceTestBase class core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php
EntityTestResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php
EntityTestResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php
EntityTestResourceTestBase.php file core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php
EntityTestResourceTestBase::$entity property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php
EntityTestResourceTestBase::$entityTypeId property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php The tested entity type.
EntityTestResourceTestBase::$modules property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Modules to install.
EntityTestResourceTestBase::$patchProtectedFieldNames property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php The fields that are protected against modification during PATCH requests.
EntityTestResourceTestBase::createEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Creates the entity to be tested.
EntityTestResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Returns the expected normalization of the entity.
EntityTestResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Return the expected error message.
EntityTestResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Returns the normalized POST entity.
EntityTestResourceTestBase::setUpAuthorization function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Sets up the necessary authorization.
EntityTestRev class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php Defines the test entity class.
EntityTestRev.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php
EntityTestRev::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php Provides base field definitions for an entity type.
EntityTestRevisionTest class core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Tests wizard for generic revisionable entities.
EntityTestRevisionTest.php file core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php
EntityTestRevisionTest::$defaultTheme property core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php The theme to install as the default for testing.
EntityTestRevisionTest::$modules property core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Modules to enable.
EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable function core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Tests creating a view of revisions where the type is not on the base table.
EntityTestRevPub class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php Defines the test entity class.
EntityTestRevPub.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php
EntityTestRevPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php Provides base field definitions for an entity type.
EntityTestRoutes class core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php Subscriber for Entity Test routes.
EntityTestRoutes.php file core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php
EntityTestRoutes::routes function core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php Returns an array of route objects.
EntityTestStringId class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php Defines a test entity class with a string ID.
EntityTestStringId.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php
EntityTestStringId::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php Provides base field definitions for an entity type.
EntityTestTest class core/modules/jsonapi/tests/src/Functional/EntityTestTest.php JSON:API integration test for the &quot;EntityTest&quot; content entity type.
EntityTestTest.php file core/modules/jsonapi/tests/src/Functional/EntityTestTest.php

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