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 11.x for load
  6. Other projects
Title Object type File name Summary
DatabaseDriver::$classLoader property core/lib/Drupal/Core/Extension/DatabaseDriver.php The container class loader.
DatabaseDriver::getAutoloadInfo function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns an array with the driver's autoload information.
DatabaseDriver::load function core/lib/Drupal/Core/Extension/DatabaseDriver.php
DatabaseLockBackend::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Lazy loads the real service from the container.
DbDumpTest::testScriptLoad function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests loading the script back into the database.
DefaultsSectionStorageTest::testLoadFromDisplay function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests loading given a display.
DocParserTest::testAutoloadAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests autoload annotation.
Download class core/modules/migrate/src/Plugin/migrate/process/Download.php Downloads a file from a HTTP(S) remote location into the local file system.
Download.php file core/modules/migrate/src/Plugin/migrate/process/Download.php
Download::$fileSystem property core/modules/migrate/src/Plugin/migrate/process/Download.php The file system service.
Download::$httpClient property core/modules/migrate/src/Plugin/migrate/process/Download.php The Guzzle HTTP Client service.
Download::transform function core/modules/migrate/src/Plugin/migrate/process/Download.php
Download::__construct function core/modules/migrate/src/Plugin/migrate/process/Download.php Constructs a download process plugin.
DownloadFunctionalTest class core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php Tests the 'download' process plugin.
DownloadFunctionalTest.php file core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php
DownloadFunctionalTest::$defaultTheme property core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php
DownloadFunctionalTest::$modules property core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php
DownloadFunctionalTest::testExceptionThrow function core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php Tests that an exception is thrown bu migration continues with the next row.
DownloadTest class core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests the download process plugin.
DownloadTest class core/modules/file/tests/src/Functional/DownloadTest.php Tests for download/file transfer functions.
DownloadTest.php file core/modules/file/tests/src/Functional/DownloadTest.php
DownloadTest.php file core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
DownloadTest::$defaultTheme property core/modules/file/tests/src/Functional/DownloadTest.php The theme to install as the default for testing.
DownloadTest::$fileUrlGenerator property core/modules/file/tests/src/Functional/DownloadTest.php The file URL generator.
DownloadTest::checkUrl function core/modules/file/tests/src/Functional/DownloadTest.php Download a file from the URL generated by generateString().
DownloadTest::doPrivateFileTransferTest function core/modules/file/tests/src/Functional/DownloadTest.php Tests the private file transfer system.
DownloadTest::doTransform function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Runs an input value through the download plugin.
DownloadTest::setUp function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
DownloadTest::setUp function core/modules/file/tests/src/Functional/DownloadTest.php
DownloadTest::testFileCreateUrl function core/modules/file/tests/src/Functional/DownloadTest.php Test FileUrlGeneratorInterface::generateString()
DownloadTest::testNonDestructiveDownload function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests a download that renames the downloaded file if there's a collision.
DownloadTest::testOverwritingDownload function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests a download that overwrites an existing local file.
DownloadTest::testPrivateFileTransferWithoutPageCache function core/modules/file/tests/src/Functional/DownloadTest.php Tests the private file transfer system.
DownloadTest::testPublicFileTransfer function core/modules/file/tests/src/Functional/DownloadTest.php Tests the public file transfer system.
DownloadTest::testWriteProtectedDestination function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests that an exception is thrown if the destination URI is not writable.
DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency function core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php Tests determine drivers autoloading failing on missing dependency.
DrupalCoreComposer::loadJsonFromPath function composer/Generator/Util/DrupalCoreComposer.php Load json data from the specified path.
DrupalDebugClassLoader class core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Extends Symfony's DebugClassLoader for Drupal-aware vendor boundaries.
DrupalDebugClassLoader.php file core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
DrupalDebugClassLoader::$patchTypesProperty property core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Cached ReflectionProperty for DebugClassLoader::$patchTypes.
DrupalDebugClassLoader::$returnTypesProperty property core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Cached ReflectionProperty for DebugClassLoader::$returnTypes.
DrupalDebugClassLoader::checkAnnotations function core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
DrupalDebugClassLoader::getExtensionName function core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Extracts the Drupal extension name from a fully qualified class name.
DrupalDebugClassLoaderTest class core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Tests the DrupalDebugClassLoader.
DrupalDebugClassLoaderTest.php file core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
DrupalDebugClassLoaderTest::$loader property core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php A DrupalDebugClassLoader instance for testing.
DrupalDebugClassLoaderTest::getReturnTypeDeprecations function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Returns only the return-type deprecations for a given class.
DrupalDebugClassLoaderTest::setUp function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
DrupalDebugClassLoaderTest::testCrossModuleReturnTypeDeprecation function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Tests that cross-module return type deprecations are generated.
DrupalDebugClassLoaderTest::testNoDeprecation function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Tests scenarios that should NOT trigger cross-module deprecations.

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