Search for load

  1. Search 7.x for load
  2. Search 9.5.x for load
  3. Search 10.3.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
entity_load function core/includes/entity.inc Loads an entity from the database.
entity_load_multiple function core/includes/entity.inc Loads multiple entities from the database.
entity_load_multiple_by_properties function core/includes/entity.inc Load entities by their property values.
entity_load_unchanged function core/includes/entity.inc Loads the unchanged, i.e. not modified, entity from the database.
entity_revision_load function core/includes/entity.inc Loads an entity from the database.
entity_test_load function core/modules/system/tests/modules/entity_test/entity_test.module Loads a test entity.
entity_test_mulrev_load function core/modules/system/tests/modules/entity_test/entity_test.module Loads a test entity.
entity_test_mul_load function core/modules/system/tests/modules/entity_test/entity_test.module Loads a test entity.
entity_test_rev_load function core/modules/system/tests/modules/entity_test/entity_test.module Loads a test entity.
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 Unregisters this instance as an autoloader.
FieldAttachStorageTest::testFieldAttachLoadMultiple function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test 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.
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.
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 Load entities by their property values.
FieldUninstallValidator::lazyLoadItself function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Lazy loads the real service from the container.
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/stable/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/classy/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.
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::create function core/modules/system/src/FileDownloadController.php Instantiates a new instance of this class.
FileDownloadController::download function core/modules/system/src/FileDownloadController.php Handles private file transfers.
FileDownloadController::__construct function core/modules/system/src/FileDownloadController.php FileDownloadController constructor.
FileFieldPathTest::testUploadPath function core/modules/file/tests/src/Functional/FileFieldPathTest.php Tests the normal formatter display on node display.
FileFieldTestBase::uploadNodeFile function core/modules/file/src/Tests/FileFieldTestBase.php Uploads a file to a node.
FileFieldTestBase::uploadNodeFile function core/modules/file/tests/src/Functional/FileFieldTestBase.php Uploads a file to a node.
FileFieldTestBase::uploadNodeFiles function core/modules/file/src/Tests/FileFieldTestBase.php Uploads multiple files to a node.
FileFieldTestBase::uploadNodeFiles function core/modules/file/tests/src/Functional/FileFieldTestBase.php Uploads multiple files to a node.
FileFieldWidgetTest::testUploadingMoreFilesThenAllowed function core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php Tests uploading more files then allowed at once.
FileFormatterBase::needsEntityLoad function core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php Returns whether the entity referenced by an item needs to be loaded.
FileItem::doGetUploadLocation function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Determines the URI for a file field.
FileItem::getUploadLocation function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Determines the URI for a file field.
FileItem::getUploadValidators function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Retrieves the upload validators for a file field.
FileModuleTest::testFileSaveUploadSingleErrorFormSize function core/modules/file/tests/src/Kernel/FileModuleTest.php Tests file size upload errors.

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