Search for load

  1. Search 7.x for load
  2. Search 9.5.x for load
  3. Search 8.9.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
EntityStorageBase::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageBase.php Loads one or more entities.
EntityStorageBase::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageBase.php Loads an unchanged entity from the database.
EntityStorageBase::postLoad function core/lib/Drupal/Core/Entity/EntityStorageBase.php Attaches data to entities upon loading.
EntityStorageBase::preLoad function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gathers entities from a 'preload' step.
EntityStorageBaseTest::providerLoad function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Data provider for testLoad().
EntityStorageBaseTest::providerLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Data provider for testLoadMultiple.
EntityStorageBaseTest::testLoad function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php @covers ::load
EntityStorageBaseTest::testLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Test loadMultiple().
EntityStorageInterface::FIELD_LOAD_CURRENT constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the most recent version of an entity's field data.
EntityStorageInterface::FIELD_LOAD_REVISION constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the version of an entity's field data specified in the entity.
EntityStorageInterface::load function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one entity.
EntityStorageInterface::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load entities by their property values without any access checks.
EntityStorageInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one or more entities.
EntityStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load a specific entity revision.
EntityStorageInterface::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads an unchanged entity from the database.
EntityTestBundleClass::$postLoadCount property core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php The number of times static::postLoad() was called.
EntityTestBundleClass::$postLoadEntitiesCount property core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php The size of the $entities array passed to each invocation of postLoad().
EntityTestBundleClass::postLoad function core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php Acts on loaded entities.
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.
EntityUnitTest::setupTestLoad function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Setup for the tests of the ::load() method.
EntityUnitTest::testLoad function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::load
EntityUnitTest::testLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::loadMultiple
EntityUnitTest::testPostLoad function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postLoad
EntityWorkspaceConflictConstraintValidatorTest::reloadEntity function core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php Reloads the given entity from the storage and returns it.
entity_crud_hook_test_block_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for block entities.
entity_crud_hook_test_comment_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for comment entities.
entity_crud_hook_test_entity_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_load().
entity_crud_hook_test_entity_preload function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_preload().
entity_crud_hook_test_file_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for file entities.
entity_crud_hook_test_node_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for node entities.
entity_crud_hook_test_taxonomy_term_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for taxonomy_term entities.
entity_crud_hook_test_taxonomy_vocabulary_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for taxonomy_vocabulary entities.
entity_crud_hook_test_user_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for user entities.
Environment::getUploadMaxSize function core/lib/Drupal/Component/Utility/Environment.php Determines the maximum file upload size by querying the PHP settings.
Extension::load function core/lib/Drupal/Core/Extension/Extension.php Loads the main extension file, if any.
ExtensionMimeTypeGuesser::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php Lazy loads the real service from the container.
FakeAutoloader class core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php A fake autoloader for testing.
FakeAutoloader::findFile function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Finds a file by class name while caching lookups to APC.
FakeAutoloader::loadClass function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Loads the given class or interface.
FakeAutoloader::register function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Registers this instance as an autoloader.
FakeAutoloader::unregister function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Deregisters this instance as an autoloader.
FieldAttachStorageTest::testFieldAttachLoadMultiple function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests the 'multiple' load feature.
FieldAttachStorageTest::testFieldAttachSaveLoad function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Check field values insert, update and load.
FieldConfig::loadByName function core/modules/field/src/Entity/FieldConfig.php Loads a field config entity based on the entity type and field name.
FieldConfigListBuilder::load function core/modules/field_ui/src/FieldConfigListBuilder.php Loads entities of this type from storage for listing.
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php Load entities by their property values without any access checks.
FieldKernelTestBase::entitySaveReload function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Saves and reloads an entity.
FieldSqlStorageTest::testFieldLoad function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field loading works correctly by inserting directly in the tables.

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