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 10.3.x for load
  5. Other projects
Title Object type File name Summary
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::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
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
EntityTrait::reloadEntity function core/tests/Drupal/Tests/EntityTrait.php Reloads the given entity from the storage and returns it.
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 Tests EntityBase::load().
EntityUnitTest::testLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Tests EntityBase::loadMultiple().
EntityUnitTest::testPostLoad function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Tests post load.
EntityWorkspaceConflictConstraintValidatorTest::reloadEntity function core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php Reloads the given entity from the storage and returns it.
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.
ExtensionAvailableConstraint::$couldNotLoadProfileToCheckExtension property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionAvailableConstraint.php The error message for a module that is not available in the profile.
ExtensionMimeTypeGuesser::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php Lazy loads the real service from the container.
ExtractorTest::testLoadIcon function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:loadIcon.
ExtractorTest::testLoadIconMissingData function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:loadIcon with missing data.
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
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php
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.
FieldSqlStorageTest::testNullSerializedFieldLoad function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests loading base and configurable serialized fields with NULL values.
FieldStorageConfig::loadByName function core/modules/field/src/Entity/FieldStorageConfig.php Loads a field config entity based on the entity type and field name.
FieldStorageConfigStorage::loadByProperties function core/modules/field/src/FieldStorageConfigStorage.php
FieldTypeCategoriesIntegrationTest::testLibrariesLoaded function core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php Tests if the libraries are loaded on FieldStorageAddForm.
FieldWebTest::clickSortLoadIdsFromOutput function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Small helper function to get all ids in the output.
file-upload-help.html.twig file core/themes/stable9/templates/content-edit/file-upload-help.html.twig Theme override to display help text for file fields.
file-upload-help.html.twig file core/themes/starterkit_theme/templates/content-edit/file-upload-help.html.twig Theme override to display help text for file fields.
file-upload-help.html.twig file core/modules/file/templates/file-upload-help.html.twig Default theme implementation to display help text for file fields.
file.upload_handler service core/modules/file/file.services.yml Drupal\file\Upload\FileUploadHandler
File::getDownloadHeaders function core/modules/file/src/Entity/File.php Examines a file entity and returns content headers for download.
FileCopy::$downloadPlugin property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php An instance of the download process plugin.
FileCopyTest::testDownloadRemoteUri function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests that remote URIs are delegated to the download plugin.
FileDownloadController class core/modules/system/src/FileDownloadController.php System file controller.
FileDownloadController.php file core/modules/system/src/FileDownloadController.php
FileDownloadController::$streamWrapperManager property core/modules/system/src/FileDownloadController.php The stream wrapper manager.
FileDownloadController::download function core/modules/system/src/FileDownloadController.php Handles private file transfers.
FileDownloadController::__construct function core/modules/system/src/FileDownloadController.php FileDownloadController constructor.

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