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
LoadMultipleTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php The theme to install as the default for testing.
LoadMultipleTest::setUp function core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php
LoadMultipleTest::testTaxonomyTermMultipleLoad function core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using entity_load_multiple().
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.
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().
locale_translation_download_source function core/modules/locale/locale.batch.inc Downloads a translation file from a remote server.
locale_translation_load_sources function core/modules/locale/locale.translation.inc Loads cached translation sources containing current translation status.
ManagedFile::uploadAjaxCallback function core/modules/file/src/Element/ManagedFile.php #ajax callback for managed_file upload forms.
MatcherDumper::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Lazy loads the real service from the container.
MaximumFileSizeExceededUploadTest class core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php Tests uploading a file that exceeds the maximum file size.
MaximumFileSizeExceededUploadTest.php file core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
MaximumFileSizeExceededUploadTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php The theme to install as the default for testing.
MaximumFileSizeExceededUploadTest::$fileSystem property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php The file system service.
MaximumFileSizeExceededUploadTest::$modules property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php Modules to enable.
MaximumFileSizeExceededUploadTest::$originalDisplayErrorsValue property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php The original value of the 'display_errors' PHP configuration option.
MaximumFileSizeExceededUploadTest::$user property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php A test user.
MaximumFileSizeExceededUploadTest::setUp function core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
MaximumFileSizeExceededUploadTest::tearDown function core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
MaximumFileSizeExceededUploadTest::testUploadFileExceedingMaximumFileSize function core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php Tests that uploading files exceeding maximum size are handled correctly.
Media::loadThumbnail function core/modules/media/src/Entity/Media.php Loads the file entity for the thumbnail.
MediaResourceTestBase::uploadFile function core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php This duplicates some of the 'file_upload' REST resource plugin test
coverage, to be able to test it on a concrete use case.
MediaThumbnailFormatter::needsEntityLoad function core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php This has to be overridden because FileFormatterBase expects $item to be
of type \Drupal\file\Plugin\Field\FieldType\FileItem and calls
isDisplayed() which is not in FieldItemInterface.
MediaTranslationTest::testTranslatableFieldSaveLoad function core/modules/media/tests/src/Kernel/MediaTranslationTest.php Test translatable fields storage/retrieval.
MediaType::$queue_thumbnail_downloads property core/modules/media/src/Entity/MediaType.php Whether thumbnail downloads are queued.
MediaType::setQueueThumbnailDownloadsStatus function core/modules/media/src/Entity/MediaType.php Sets a flag to indicate that thumbnails should be downloaded via a queue.
MediaType::thumbnailDownloadsAreQueued function core/modules/media/src/Entity/MediaType.php Returns whether thumbnail downloads are queued.
MediaTypeInterface::setQueueThumbnailDownloadsStatus function core/modules/media/src/MediaTypeInterface.php Sets a flag to indicate that thumbnails should be downloaded via a queue.
MediaTypeInterface::thumbnailDownloadsAreQueued function core/modules/media/src/MediaTypeInterface.php Returns whether thumbnail downloads are queued.
MenuLinkContent::$entityIdsToLoad property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Entities IDs to load.
MenuLinkManager::loadLinksByRoute function core/lib/Drupal/Core/Menu/MenuLinkManager.php Loads multiple plugin instances based on route.
MenuLinkManagerInterface::loadLinksByRoute function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Loads multiple plugin instances based on route.
MenuLinkPluginConverter::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php Lazy loads the real service from the container.
MenuLinkTree::load function core/lib/Drupal/Core/Menu/MenuLinkTree.php Loads a menu tree with a menu link plugin instance at each element.
MenuLinkTreeInterface::load function core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php Loads a menu tree with a menu link plugin instance at each element.
MenuTreeStorage::load function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads a menu link plugin definition from the storage.
MenuTreeStorage::loadAllChildren function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads all the enabled menu links that are below the given ID.
MenuTreeStorage::loadByProperties function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads multiple plugin definitions from the storage based on properties.

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