Search for load
Title | Object type | File name | Summary |
---|---|---|---|
EntityReferenceFileUploadTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityReferenceFileUploadTest::$modules | property | core/ |
Modules to enable. |
EntityReferenceFileUploadTest::$nodeId | property | core/ |
Node id. |
EntityReferenceFileUploadTest::$referencedType | property | core/ |
The name of a content type that will be referenced by $referencingType. |
EntityReferenceFileUploadTest::$referencingType | property | core/ |
The name of a content type that will reference $referencedType. |
EntityReferenceFileUploadTest::setUp | function | core/ |
|
EntityReferenceFileUploadTest::testFileUpload | function | core/ |
Tests that the autocomplete input element does not cause ajax fatal. |
EntityReferenceFormatterBase::needsEntityLoad | function | core/ |
Returns whether the entity referenced by an item needs to be loaded. |
EntityRepository::loadEntityByConfigTarget | function | core/ |
Loads an entity by the config target identifier. |
EntityRepository::loadEntityByUuid | function | core/ |
Loads an entity by UUID. |
EntityRepository::loadRevision | function | core/ |
Loads the specified entity revision. |
EntityRepositoryInterface::loadEntityByConfigTarget | function | core/ |
Loads an entity by the config target identifier. |
EntityRepositoryInterface::loadEntityByUuid | function | core/ |
Loads an entity by UUID. |
EntityResource::loadEntitiesWithAccess | function | core/ |
Build a collection of the entities to respond with and access objects. |
EntityRevisionConverterTest::testDeprecatedLoadPendingRevisionFlag | function | core/ |
@covers ::convert @expectedDeprecationMessage The load_pending_revision flag has been deprecated. You should use load_latest_revision instead. |
EntityRevisionsTest::testLoadedRevisionId | function | core/ |
Test getLoadedRevisionId() returns the correct ID throughout the process. |
EntityRevisionsTest::testLoadedRevisionIdWithNoNewRevision | function | core/ |
Tests the loaded revision ID after an entity re-save, clone and duplicate. |
EntityRevisionsTest::testTranslatedLoadedRevisionId | function | core/ |
Tests the loaded revision ID for translatable entities. |
EntityRevisionTest::testGetEntityLoadFailure | function | core/ |
Test entity load failure. |
EntityStorageBase::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
EntityStorageBase::load | function | core/ |
Loads one entity. |
EntityStorageBase::loadByProperties | function | core/ |
Load entities by their property values. |
EntityStorageBase::loadMultiple | function | core/ |
Loads one or more entities. |
EntityStorageBase::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
EntityStorageBase::postLoad | function | core/ |
Attaches data to entities upon loading. |
EntityStorageBase::preLoad | function | core/ |
Gathers entities from a 'preload' step. |
EntityStorageInterface::FIELD_LOAD_CURRENT | constant | core/ |
Load the most recent version of an entity's field data. |
EntityStorageInterface::FIELD_LOAD_REVISION | constant | core/ |
Load the version of an entity's field data specified in the entity. |
EntityStorageInterface::load | function | core/ |
Loads one entity. |
EntityStorageInterface::loadByProperties | function | core/ |
Load entities by their property values. |
EntityStorageInterface::loadMultiple | function | core/ |
Loads one or more entities. |
EntityStorageInterface::loadRevision | function | core/ |
Load a specific entity revision. |
EntityStorageInterface::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
EntityTestNoLoadStorage | class | core/ |
Test storage class used to verify that no load operation is triggered. |
EntityTestNoLoadStorage.php | file | core/ |
|
EntityTestNoLoadStorage::load | function | core/ |
Loads one entity. |
EntityUnitTest::setupTestLoad | function | core/ |
Setup for the tests of the ::load() method. |
EntityUnitTest::testLoad | function | core/ |
@covers ::load |
EntityUnitTest::testLoadMultiple | function | core/ |
@covers ::loadMultiple |
EntityUnitTest::testPostLoad | function | core/ |
@covers ::postLoad |
EntityUnitTestBase::reloadEntity | function | core/ |
Reloads the given entity from the storage and returns it. |
entity_crud_hook_test_block_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for block entities. |
entity_crud_hook_test_comment_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for comment entities. |
entity_crud_hook_test_entity_load | function | core/ |
Implements hook_entity_load(). |
entity_crud_hook_test_entity_preload | function | core/ |
Implements hook_entity_preload(). |
entity_crud_hook_test_file_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for file entities. |
entity_crud_hook_test_node_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for node entities. |
entity_crud_hook_test_taxonomy_term_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for taxonomy_term entities. |
entity_crud_hook_test_taxonomy_vocabulary_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for taxonomy_vocabulary entities. |
entity_crud_hook_test_user_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for user entities. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.