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
Html::load function core/lib/Drupal/Component/Utility/Html.php Parses an HTML snippet and returns it as a DOM object.
image.page_cache_response_policy.deny_private_image_style_download service core/modules/image/image.services.yml Drupal\image\PageCache\DenyPrivateImageStyleDownload
ImageFieldTestBase::uploadNodeImage function core/modules/image/src/Tests/ImageFieldTestBase.php Upload an image to a node.
ImageFieldTestBase::uploadNodeImage function core/modules/image/tests/src/Functional/ImageFieldTestBase.php Upload an image to a node.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads function core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests image widget element support multiple upload correctly.
ImageStyleDownloadController class core/modules/image/src/Controller/ImageStyleDownloadController.php Defines a controller to serve image styles.
ImageStyleDownloadController.php file core/modules/image/src/Controller/ImageStyleDownloadController.php
ImageStyleDownloadController::$imageFactory property core/modules/image/src/Controller/ImageStyleDownloadController.php The image factory.
ImageStyleDownloadController::$lock property core/modules/image/src/Controller/ImageStyleDownloadController.php The lock backend.
ImageStyleDownloadController::$logger property core/modules/image/src/Controller/ImageStyleDownloadController.php A logger instance.
ImageStyleDownloadController::create function core/modules/image/src/Controller/ImageStyleDownloadController.php Instantiates a new instance of this class.
ImageStyleDownloadController::deliver function core/modules/image/src/Controller/ImageStyleDownloadController.php Generates a derivative, given a style and image path.
ImageStyleDownloadController::__construct function core/modules/image/src/Controller/ImageStyleDownloadController.php Constructs a ImageStyleDownloadController object.
image_file_download function core/modules/image/image.module Implements hook_file_download().
image_module_test_file_download function core/modules/image/tests/modules/image_module_test/image_module_test.module
InstallCommand::$classLoader property core/lib/Drupal/Core/Command/InstallCommand.php The class loader.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Tests that translations ended up at the expected places.
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.
ItemStorage::loadAll function core/modules/aggregator/src/ItemStorage.php Loads feed items from all feeds.
ItemStorage::loadByFeed function core/modules/aggregator/src/ItemStorage.php Loads feed items filtered by a feed.
ItemStorageInterface::loadAll function core/modules/aggregator/src/ItemStorageInterface.php Loads feed items from all feeds.
ItemStorageInterface::loadByFeed function core/modules/aggregator/src/ItemStorageInterface.php Loads feed items filtered by a feed.
jsonapi.file.uploader.field service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\TemporaryJsonapiFileFieldUploader
jsonapi.file_upload service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\FileUpload
KernelTestBase::$classLoader property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBaseTest::testEnableModulesLoad function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected load behavior of enableModules().
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
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 @covers ::get
@covers ::has
LegacyAliasStorageTest::testLoad function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::load
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the "path_alias"…
LegacyAliasStorageTest::testPreLoadPathAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::preloadPathAlias
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyContentEntityStorageBaseTest::testDoLoadMultipleRevisionFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests doLoadMultipleRevisionsFieldItems triggers an error.
LoadMultipleTest class core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php Tests the loading of multiple taxonomy terms at once.
LoadMultipleTest.php file core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php

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