Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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 enable.
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.
draggable.css file core/assets/vendor/jquery.ui/themes/base/draggable.css /*!
* jQuery UI Draggable 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
DraggableListBuilder class core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Defines a class to build a draggable listing of configuration entities.
DraggableListBuilder.php file core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
DraggableListBuilder::$entities property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The entities being listed.
DraggableListBuilder::$entitiesKey property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The key to use for the form element containing the entities.
DraggableListBuilder::$formBuilder property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The form builder.
DraggableListBuilder::$weightKey property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Name of the entity's weight field or FALSE if no field is provided.
DraggableListBuilder::buildForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Form constructor.
DraggableListBuilder::buildHeader function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Builds the header row for the entity listing.
DraggableListBuilder::buildRow function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Builds a row for an entity in the entity listing.
DraggableListBuilder::formBuilder function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Returns the form builder.
DraggableListBuilder::render function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Builds the entity listing as renderable array for table.html.twig.
DraggableListBuilder::submitForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Form submission handler.
DraggableListBuilder::validateForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Form validation handler.
DraggableListBuilder::__construct function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Constructs a new EntityListBuilder object.
DriverNotSpecifiedException class core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php Exception thrown if no driver is specified for a database connection.
DriverNotSpecifiedException.php file core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php
DriverSpecificConnectionUnitTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests management of database connections.
DriverSpecificConnectionUnitTestBase.php file core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
DriverSpecificConnectionUnitTestBase::$id property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php The connection ID of the current test connection.
DriverSpecificConnectionUnitTestBase::$monitor property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php A database connection used for monitoring processes.
DriverSpecificConnectionUnitTestBase::assertConnection function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Asserts that a connection ID exists.
DriverSpecificConnectionUnitTestBase::assertNoConnection function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Asserts that a connection ID does not exist.
DriverSpecificConnectionUnitTestBase::getConnectionId function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Returns the connection ID of the current test connection.
DriverSpecificConnectionUnitTestBase::getQuery function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Returns a set of queries specific for the database in testing.
DriverSpecificConnectionUnitTestBase::setUp function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
DriverSpecificConnectionUnitTestBase::testConnectionOpen function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests pdo options override.
DriverSpecificConnectionUnitTestBase::testOpenClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() without query.
DriverSpecificConnectionUnitTestBase::testOpenQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query.
DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query and custom prefetch method.
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a select query.
DriverSpecificConnectionUnitTestBase::TEST_TARGET_CONNECTION constant core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php A target connection identifier to be used for testing.
DriverSpecificDatabaseTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php Base class for driver specific database tests.

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