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
ImageUploadTest::getUploadUrl function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Provides the image upload URL.
ImageUploadTest::setUp function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php
ImageUploadTest::testFileUploadLargerFileSize function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Tests using the file upload route with a file size larger than allowed.
ImageUploadTest::testLockAfterFailedValidation function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Test that lock is removed after a failed validation.
ImageUploadTest::testUploadFileExtension function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Tests using the file upload route with a disallowed extension.
ImageUploadTest::uploadRequest function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Make upload request to a controller.
image_file_download function core/modules/image/image.module Implements hook_file_download().
image_lazy_load_test.info.yml file core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml
image_lazy_load_test.routing.yml file core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml
image_module_test_file_download function core/modules/image/tests/modules/image_module_test/image_module_test.module
Importer::loadEntityDependency function core/lib/Drupal/Core/DefaultContent/Importer.php Loads the entity dependency by its UUID.
InputStreamUploadedFile class core/modules/file/src/Upload/InputStreamUploadedFile.php An uploaded file from an input stream.
InputStreamUploadedFile.php file core/modules/file/src/Upload/InputStreamUploadedFile.php
InputStreamUploadedFile::getClientOriginalName function core/modules/file/src/Upload/InputStreamUploadedFile.php Returns the original file name.
InputStreamUploadedFile::getError function core/modules/file/src/Upload/InputStreamUploadedFile.php Returns the upload error code.
InputStreamUploadedFile::getErrorMessage function core/modules/file/src/Upload/InputStreamUploadedFile.php Returns an informative upload error message.
InputStreamUploadedFile::getFilename function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the filename.
InputStreamUploadedFile::getPathname function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the path to the file.
InputStreamUploadedFile::getRealPath function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the absolute path to the file.
InputStreamUploadedFile::getSize function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets file size.
InputStreamUploadedFile::isValid function core/modules/file/src/Upload/InputStreamUploadedFile.php Returns whether the file was uploaded successfully.
InputStreamUploadedFile::validate function core/modules/file/src/Upload/InputStreamUploadedFile.php Validates the uploaded file information.
InputStreamUploadedFile::__construct function core/modules/file/src/Upload/InputStreamUploadedFile.php Creates a new InputStreamUploadedFile.
InstallCommand::$classLoader property core/lib/Drupal/Core/Command/InstallCommand.php The class loader.
InstallerTranslationMultipleLanguageNonInteractiveTest::testTranslationsLoaded function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php Tests that translations ended up at the expected places.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Tests that translations ended up at the expected places.
InstallProfileUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Lazy loads the real service from the container.
install_config_download_translations function core/includes/install.core.inc Replaces install_download_translation() during configuration installs.
install_download_additional_translations_operations function core/includes/install.core.inc Prepares the system for import and downloads additional translations.
install_download_translation function core/includes/install.core.inc Download a translation file for the selected language.
install_load_profile function core/includes/install.core.inc Loads information about the chosen profile during installation.
JqueryUiLibraryAssetsTest::providerTestAssetLoading function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Data provider for confirming jQuery UI assets load as expected.
JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirms jQuery UI assets load as expected.
JqueryUiLibraryAssetsTest::testLibraryAssetLoadingOrder function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirms that jQuery UI assets load on the page in the configured order.
jsonapi.file_upload service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\FileUpload
KernelTestBase::$classLoader property core/tests/Drupal/KernelTests/KernelTestBase.php
KeyValueContentEntityStorage::loadMultipleRevisions function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Loads multiple entity revisions.
KeyValueEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific loading of entities.
KeyValueEntityStorage::loadRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Load a specific entity revision.
KeyValueEntityStorageTest::testLoad function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::load
@covers ::postLoad
KeyValueEntityStorageTest::testLoadMissingEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::load
KeyValueEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
KeyValueEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
KeyValueEntityStorageTest::testLoadRevision function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadRevision
@group legacy
LanguageConfigFactoryOverride::loadOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverride.php
LanguageConverter::lazyLoadItself function core/modules/language/src/ProxyClass/LanguageConverter.php Lazy loads the real service from the container.
LanguageListBuilder::load function core/modules/language/src/LanguageListBuilder.php Loads entities of this type from storage for listing.
LatestRevisionCheck::loadEntity function core/modules/content_moderation/src/Access/LatestRevisionCheck.php Returns the default revision of the entity this route is for.
LayoutBuilderTest::$pageReloadMarker property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php A string used to mark the current page.
LayoutBuilderTest::assertPageNotReloaded function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Asserts that the page has not been reloaded.

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