Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
draggable.css file core/assets/vendor/jquery.ui/themes/base/draggable.css /*!
* jQuery UI Draggable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
.ui-draggable-handle {
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::getWeight function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
DraggableListBuilder::setWeight function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
DraggableListBuilder::__construct function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
DraggableListBuilderTrait trait core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Provides a trait for draggable listings of entities.
DraggableListBuilderTrait.php file core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php
DraggableListBuilderTrait::$entities property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php The entities being listed.
DraggableListBuilderTrait::$entitiesKey property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php The key to use for the form element containing the entities.
DraggableListBuilderTrait::$formBuilder property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php The form builder.
DraggableListBuilderTrait::$weightKey property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Name of the entity's weight field or FALSE if no field is provided.
DraggableListBuilderTrait::buildForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form constructor.
DraggableListBuilderTrait::buildHeader function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Builds the header row for the entity listing.
DraggableListBuilderTrait::buildRow function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Builds a row for an entity in the entity listing.
DraggableListBuilderTrait::getWeight function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Gets the weight of the given entity.
DraggableListBuilderTrait::render function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Builds a listing of entities for the given entity type.
DraggableListBuilderTrait::setWeight function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Sets the weight of an entity.
DraggableListBuilderTrait::submitForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form submission handler.
DraggableListBuilderTrait::validateForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form validation handler.
DriverModuleMissingDependenciesTest class core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php Tests for database driver module with missing dependency.
DriverModuleMissingDependenciesTest.php file core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php
DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency function core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php Tests determine drivers autoloading failing on missing dependency.
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.
DriverSpecificConnectionUnitTestBase::waitFor function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Wait for a callback to return a truthy value.
DriverSpecificDatabaseTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php Base class for driver specific database tests.
DriverSpecificDatabaseTestBase.php file core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php
DriverSpecificDatabaseTestBase::$modules property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php
DriverSpecificDatabaseTestBase::setUp function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php
DriverSpecificKernelTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php Base class for driver specific kernel tests.
DriverSpecificKernelTestBase.php file core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php
DriverSpecificKernelTestBase::$connection property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php The database connection for testing.
DriverSpecificKernelTestBase::setUp function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php
DriverSpecificSchemaTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests table creation and modification via the schema API.

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