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/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.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
KeyValueContentEntityStorage::createTranslation function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::createWithSampleValues function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::getLatestRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::hasStoredTranslations function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::loadMultipleRevisions function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorageTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Tests KeyValueEntityStorage for content entities.
KeyValueContentEntityStorageTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
KeyValueContentEntityStorageTest::$modules property core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Modules to enable.
KeyValueContentEntityStorageTest::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
KeyValueContentEntityStorageTest::testCRUD function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Tests CRUD operations.
KeyValueContentEntityStorageTest::testUninstall function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Tests uninstallation of a module that does not use the SQL entity storage.
KeyValueEntityStorage class core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Provides a key value backend for entities.
KeyValueEntityStorage.php file core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::$keyValueStore property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The key value store.
KeyValueEntityStorage::$languageManager property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The language manager.
KeyValueEntityStorage::$uuidService property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The UUID service.
KeyValueEntityStorage::createInstance function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::deleteRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::doCreate function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::doDelete function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::doSave function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::has function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::hasData function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::loadRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::MAX_ID_LENGTH constant core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Length limit of the entity ID.
KeyValueEntityStorage::save function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::__construct function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Constructs a new KeyValueEntityStorage.
KeyValueEntityStorageTest class core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @coversDefaultClass \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage[[api-linebreak]]
@group Entity
KeyValueEntityStorageTest.php file core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
KeyValueEntityStorageTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked cache tags invalidator.
KeyValueEntityStorageTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked entity field manager.
KeyValueEntityStorageTest::$entityStorage property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
KeyValueEntityStorageTest::$entityType property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The entity type.
KeyValueEntityStorageTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked entity type manager.
KeyValueEntityStorageTest::$keyValueStore property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The key value store.
KeyValueEntityStorageTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The language manager.
KeyValueEntityStorageTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The module handler.
KeyValueEntityStorageTest::$uuidService property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The UUID service.
KeyValueEntityStorageTest::getMockEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Creates an entity with specific methods mocked.
KeyValueEntityStorageTest::setUp function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
KeyValueEntityStorageTest::setUpKeyValueEntityStorage function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Prepares the key value entity storage.
KeyValueEntityStorageTest::testCreate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
KeyValueEntityStorageTest::testCreateWithoutUuidKey function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
KeyValueEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
KeyValueEntityStorageTest::testDelete function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::delete[[api-linebreak]]
@covers ::doDelete[[api-linebreak]]
KeyValueEntityStorageTest::testDeleteNothing function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::delete[[api-linebreak]]
@covers ::doDelete[[api-linebreak]]
KeyValueEntityStorageTest::testDeleteRevision function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::deleteRevision[[api-linebreak]]

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