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 11.x for load
  5. Other projects
Title Object type File name Summary
DenyPrivateImageStyleDownload::$routeMatch property core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php The current route match.
DenyPrivateImageStyleDownload::check function core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php
DenyPrivateImageStyleDownload::__construct function core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php Constructs a deny image preview page cache policy.
DenyPrivateImageStyleDownloadTest class core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php @coversDefaultClass \Drupal\image\PageCache\DenyPrivateImageStyleDownload
@group image
DenyPrivateImageStyleDownloadTest.php file core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
DenyPrivateImageStyleDownloadTest::$policy property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The response policy under test.
DenyPrivateImageStyleDownloadTest::$request property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php A request object.
DenyPrivateImageStyleDownloadTest::$response property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php A response object.
DenyPrivateImageStyleDownloadTest::$routeMatch property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The current route match.
DenyPrivateImageStyleDownloadTest::providerPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Provides data and expected results for the test method.
DenyPrivateImageStyleDownloadTest::setUp function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
DenyPrivateImageStyleDownloadTest::testPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Asserts that caching is denied on the private image style download route.
DocParserTest::testAutoloadAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-56
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::create function core/modules/migrate/src/Plugin/migrate/process/Download.php Creates an instance of the plugin.
Download::transform function core/modules/migrate/src/Plugin/migrate/process/Download.php Performs the associated process.
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 The theme to install as the default for testing.
DownloadFunctionalTest::$modules property core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php Modules to install.
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::$modules property core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Modules to install.
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 @covers ::get
DrupalCoreComposer::loadJsonFromPath function composer/Generator/Util/DrupalCoreComposer.php Load json data from the specified path.
DrupalKernel::$classLoader property core/lib/Drupal/Core/DrupalKernel.php The class loader object.
DrupalKernel::classLoaderAddMultiplePsr4 function core/lib/Drupal/Core/DrupalKernel.php Registers a list of namespaces with PSR-4 directories for class loading.
DrupalKernel::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernel.php Helper method that loads legacy Drupal include files.
DrupalKernelInterface::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that loads legacy Drupal include files.
DrupalKernelTest::providerClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Data provider for self::testClassLoaderAutoDetect.

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