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. Search main for entity
  6. 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
UserCancelForm::$entity property core/modules/user/src/Form/UserCancelForm.php The user being cancelled.
UserEntityLabelTest class core/modules/user/tests/src/Kernel/UserEntityLabelTest.php Tests the label callback.
UserEntityLabelTest.php file core/modules/user/tests/src/Kernel/UserEntityLabelTest.php
UserEntityLabelTest::$modules property core/modules/user/tests/src/Kernel/UserEntityLabelTest.php Modules to enable.
UserEntityLabelTest::testLabelCallback function core/modules/user/tests/src/Kernel/UserEntityLabelTest.php Tests label callback.
UserEntityReferenceTest class core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php Tests the user reference field functionality.
UserEntityReferenceTest.php file core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
UserEntityReferenceTest::$role1 property core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php A randomly-generated role for testing purposes.
UserEntityReferenceTest::$role2 property core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php A randomly-generated role for testing purposes.
UserEntityReferenceTest::setUp function core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
UserEntityReferenceTest::testUserSelectionByRole function core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php Tests user selection by roles.
UserEntityTest class core/modules/user/tests/src/Kernel/UserEntityTest.php Tests the user entity class.
UserEntityTest.php file core/modules/user/tests/src/Kernel/UserEntityTest.php
UserEntityTest::$modules property core/modules/user/tests/src/Kernel/UserEntityTest.php Modules to enable.
UserEntityTest::setUp function core/modules/user/tests/src/Kernel/UserEntityTest.php
UserEntityTest::testUserMethods function core/modules/user/tests/src/Kernel/UserEntityTest.php Tests some of the methods.
UserEntityTest::testUserValidation function core/modules/user/tests/src/Kernel/UserEntityTest.php Tests that all user fields validate properly.
UserEntityTranslation class core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php Provides Drupal 7 user entity translations source plugin.
UserEntityTranslation.php file core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php
UserEntityTranslation::fields function core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php Returns available fields on the source.
UserEntityTranslation::getIds function core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php Defines the source fields uniquely identifying a source row.
UserEntityTranslation::prepareRow function core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php Adds additional data to the row.
UserEntityTranslation::query function core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php
UserEntityTranslationTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Tests D7 user entity translation source plugin.
UserEntityTranslationTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php
UserEntityTranslationTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Modules to enable.
UserEntityTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php The data provider.
UserHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php Returns the expected normalization of the entity.
UserHalJsonAnonTest::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php Returns the normalized POST entity.
UserLegacyTest::testEntityLegacyCode function core/modules/user/tests/src/Kernel/UserLegacyTest.php @expectedDeprecation user_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\user\Entity\User::loadMultiple(). See https://www.drupal.org/node/2266845
@expectedDeprecation user_load() is deprecated in…
UserMultipleCancelConfirm::$entityTypeManager property core/modules/user/src/Form/UserMultipleCancelConfirm.php The entity type manager.
UserNameFormatterTest::$entityType property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::renderEntityFields function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Renders fields of a given entity with a given display.
UserRegistrationResourceTest::testExistedEntityPost function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests that only new user accounts can be registered.
UserRequestSubscriber::$entityTypeManager property core/modules/user/src/EventSubscriber/UserRequestSubscriber.php The entity type manager service.
UserResourceTestBase::$entity property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
UserResourceTestBase::$entityTypeId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The tested entity type.
UserResourceTestBase::$firstCreatedEntityId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The entity ID for the first created entity in testPost().
UserResourceTestBase::$secondCreatedEntityId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The entity ID for the second created entity in testPost().
UserResourceTestBase::createAnotherEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Creates another entity to be tested.
UserResourceTestBase::createEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Creates the entity to be tested.
UserResourceTestBase::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the expected normalization of the entity.
UserResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The cacheability of unauthorized &#039;view&#039; entity access.
UserResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the normalized POST entity.
UserRoleEntityTest class core/modules/user/tests/src/Kernel/UserRoleEntityTest.php @group user
UserRoleEntityTest.php file core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
UserRoleEntityTest::$modules property core/modules/user/tests/src/Kernel/UserRoleEntityTest.php Modules to enable.
UserRoleEntityTest::testOrderOfPermissions function core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
UserSearch::$entityTypeManager property core/modules/user/src/Plugin/Search/UserSearch.php The entity type manager.
UserSelection::buildEntityQuery function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Builds an EntityQuery to get referenceable entities.

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