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. Search main for load
  6. Other projects
Title Object type File name Summary
JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirms jQuery UI assets load as expected.
jsonapi.file_upload service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\FileUpload
KernelTestBase::$classLoader property core/tests/Drupal/KernelTests/KernelTestBase.php The class loader.
KeyValueContentEntityStorage::loadMultipleRevisions function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Loads multiple entity revisions.
KeyValueContentEntityStorage::loadRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Loads a specific entity revision.
KeyValueContentEntityStorage::loadRevisionUnchanged function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Loads an unchanged entity by revision ID from the database.
KeyValueEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific loading of entities.
KeyValueEntityStorageTest::testLoad function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load.
KeyValueEntityStorageTest::testLoadMissingEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load missing entity.
KeyValueEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load multiple all.
KeyValueEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load multiple ids.
LanguageConfigFactoryOverride::loadOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Returns config overrides.
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.
LayoutBuilderUiTest::testReloadWithNoSections function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests that after removing sections reloading the page does not re-add them.
LayoutTempstoreRepositoryTest::testGetLoadedTempstore function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php Tests get loaded tempstore.
LazyService::lazyLoadItself function core/tests/Drupal/Tests/ProxyClass/Core/DependencyInjection/Fixture/LazyService.php Lazy loads the real service from the container.
LegacyMimeTypeMapLoadedSubscriber class core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php Modifies the MIME type map by calling hook_file_mimetype_mapping_alter().
LegacyMimeTypeMapLoadedSubscriber.php file core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php
LegacyMimeTypeMapLoadedSubscriber::getSubscribedEvents function core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php
LegacyMimeTypeMapLoadedSubscriber::onMimeTypeMapLoaded function core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php Handle the event by calling deprecated hook_file_mimetype_mapping_alter().
LegacyMimeTypeMapLoadedSubscriber::__construct function core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php
LinksetController::loadMenuTree function core/modules/system/src/Controller/LinksetController.php Loads a menu tree.
LoadMultipleTest class core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php Tests the loading of multiple taxonomy terms at once.
LoadMultipleTest.php file core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php
LoadMultipleTest::$modules property core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php Modules to install.
LoadMultipleTest::setUp function core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php
LoadMultipleTest::testTaxonomyTermMultipleLoad function core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php Tests loading multiple taxonomy terms by term ID and vocabulary.
LoadTest class core/modules/file/tests/src/Kernel/LoadTest.php Tests \Drupal\file\Entity\File::load().
LoadTest.php file core/modules/file/tests/src/Kernel/LoadTest.php
LoadTest::testLoadInvalidStatus function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by status.
LoadTest::testLoadMissingFid function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by fid.
LoadTest::testLoadMissingFilepath function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by URI.
LoadTest::testMultiple function core/modules/file/tests/src/Kernel/LoadTest.php This will test loading file data from the database.
LoadTest::testSingleValues function core/modules/file/tests/src/Kernel/LoadTest.php Load a single file and ensure that the correct values are returned.
LoadTest::testUuidValues function core/modules/file/tests/src/Kernel/LoadTest.php Loads a single file and ensure that the correct values are returned.
LocaleFetch::batchDownload function core/modules/locale/src/LocaleFetch.php Implements callback_batch_operation().
LocaleFileManager::downloadTranslationSource function core/modules/locale/src/File/LocaleFileManager.php Downloads a translation file from a remote server.
LocaleSource::loadSource function core/modules/locale/src/LocaleSource.php Loads a single translation source containing current translation status.
LocaleSource::loadSources function core/modules/locale/src/LocaleSource.php Loads cached translation sources containing current translation status.
LocaleTranslationDownloadTest class core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php Tests locale translation download.
LocaleTranslationDownloadTest.php file core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php
LocaleTranslationDownloadTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php The theme to install as the default for testing.
LocaleTranslationDownloadTest::$translationsStream property core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php The virtual file stream for storing translations.
LocaleTranslationDownloadTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php
LocaleTranslationDownloadTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php Tests translation download from remote sources.
locale_translation_batch_fetch_download function core/modules/locale/locale.batch.inc Implements callback_batch_operation().

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