Search for load

  1. Search 7.x for load
  2. Search 8.9.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
ImageUploadAccessTest.php file core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php
ImageUploadAccessTest::testCkeditor5ImageUploadRoute function core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php Test access to the CKEditor 5 image upload controller.
ImageUploadTest class core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Test image upload.
ImageUploadTest.php file core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php
ImageUploadTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php The theme to install as the default for testing.
ImageUploadTest::$modules property core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Modules to enable.
ImageUploadTest::$user property core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php A user without any particular permissions to be used in testing.
ImageUploadTest::createBasicFormat function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Create a basic_html text format for the editor to reference.
ImageUploadTest::createEditorWithUpload function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Create an editor entity with image_upload config.
ImageUploadTest::getTestImageByStat function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Return the first image matching $condition.
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
image_post_update_image_loading_attribute function core/modules/image/image.post_update.php Add the image loading attribute setting to image field formatter instances.
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.
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.
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.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
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.

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