Search for load
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
Tests entity load failure. |
EntityStorageBase::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
EntityStorageBase::load | function | core/ |
|
EntityStorageBase::loadByProperties | function | core/ |
|
EntityStorageBase::loadMultiple | function | core/ |
|
EntityStorageBase::loadUnchanged | function | core/ |
|
EntityStorageBase::postLoad | function | core/ |
Attaches data to entities upon loading. |
EntityStorageBase::preLoad | function | core/ |
Gathers entities from a 'preload' step. |
EntityStorageBaseTest::providerLoad | function | core/ |
Data provider for testLoad(). |
EntityStorageBaseTest::providerLoadMultiple | function | core/ |
Data provider for testLoadMultiple. |
EntityStorageBaseTest::testLoad | function | core/ |
@covers ::load |
EntityStorageBaseTest::testLoadMultiple | function | core/ |
Test loadMultiple(). |
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 without any access checks. |
EntityStorageInterface::loadMultiple | function | core/ |
Loads one or more entities. |
EntityStorageInterface::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
EntityTestBundleClass::$postLoadCount | property | core/ |
The number of times static::postLoad() was called. |
EntityTestBundleClass::$postLoadEntitiesCount | property | core/ |
The size of the $entities array passed to each invocation of postLoad(). |
EntityTestBundleClass::postLoad | function | core/ |
Acts on loaded entities. |
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. |
EntityTrait::reloadEntity | function | core/ |
Reloads the given entity from the storage and returns it. |
EntityUnitTest::setupTestLoad | function | core/ |
Setup for the tests of the ::load() method. |
EntityUnitTest::testLoad | function | core/ |
Tests EntityBase::load(). |
EntityUnitTest::testLoadMultiple | function | core/ |
Tests EntityBase::loadMultiple(). |
EntityUnitTest::testPostLoad | function | core/ |
@covers ::postLoad |
EntityWorkspaceConflictConstraintValidatorTest::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. |
Environment::getUploadMaxSize | function | core/ |
Determines the maximum file upload size by querying the PHP settings. |
Extension::load | function | core/ |
Loads the main extension file, if any. |
ExtensionMimeTypeGuesser::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ExtractorTest::testLoadIcon | function | core/ |
Test the IconExtractorBase:loadIcon. |
ExtractorTest::testLoadIconMissingData | function | core/ |
Test the IconExtractorBase:loadIcon with missing data. |
FakeAutoloader | class | core/ |
A fake autoloader for testing. |
FakeAutoloader::findFile | function | core/ |
Finds a file by class name while caching lookups to APC. |
FakeAutoloader::loadClass | function | core/ |
Loads the given class or interface. |
FakeAutoloader::register | function | core/ |
Registers this instance as an autoloader. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.