Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| draggable.css | file | core/ |
/*! * 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/ |
Defines a class to build a draggable listing of configuration entities. |
| DraggableListBuilder.php | file | core/ |
|
| DraggableListBuilder::getWeight | function | core/ |
|
| DraggableListBuilder::setWeight | function | core/ |
|
| DraggableListBuilder::__construct | function | core/ |
|
| DraggableListBuilderTrait | trait | core/ |
Provides a trait for draggable listings of entities. |
| DraggableListBuilderTrait.php | file | core/ |
|
| DraggableListBuilderTrait::$entities | property | core/ |
The entities being listed. |
| DraggableListBuilderTrait::$entitiesKey | property | core/ |
The key to use for the form element containing the entities. |
| DraggableListBuilderTrait::$formBuilder | property | core/ |
The form builder. |
| DraggableListBuilderTrait::$weightKey | property | core/ |
Name of the entity's weight field or FALSE if no field is provided. |
| DraggableListBuilderTrait::buildForm | function | core/ |
Form constructor. |
| DraggableListBuilderTrait::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| DraggableListBuilderTrait::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| DraggableListBuilderTrait::getWeight | function | core/ |
Gets the weight of the given entity. |
| DraggableListBuilderTrait::render | function | core/ |
Builds a listing of entities for the given entity type. |
| DraggableListBuilderTrait::setWeight | function | core/ |
Sets the weight of an entity. |
| DraggableListBuilderTrait::submitForm | function | core/ |
Form submission handler. |
| DraggableListBuilderTrait::validateForm | function | core/ |
Form validation handler. |
| DriverModuleMissingDependenciesTest | class | core/ |
Tests for database driver module with missing dependency. |
| DriverModuleMissingDependenciesTest.php | file | core/ |
|
| DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency | function | core/ |
Tests determine drivers autoloading failing on missing dependency. |
| DriverNotSpecifiedException | class | core/ |
Exception thrown if no driver is specified for a database connection. |
| DriverNotSpecifiedException.php | file | core/ |
|
| DriverSpecificConnectionUnitTestBase | class | core/ |
Tests management of database connections. |
| DriverSpecificConnectionUnitTestBase.php | file | core/ |
|
| DriverSpecificConnectionUnitTestBase::$id | property | core/ |
The connection ID of the current test connection. |
| DriverSpecificConnectionUnitTestBase::$monitor | property | core/ |
A database connection used for monitoring processes. |
| DriverSpecificConnectionUnitTestBase::assertConnection | function | core/ |
Asserts that a connection ID exists. |
| DriverSpecificConnectionUnitTestBase::assertNoConnection | function | core/ |
Asserts that a connection ID does not exist. |
| DriverSpecificConnectionUnitTestBase::getConnectionId | function | core/ |
Returns the connection ID of the current test connection. |
| DriverSpecificConnectionUnitTestBase::getQuery | function | core/ |
Returns a set of queries specific for the database in testing. |
| DriverSpecificConnectionUnitTestBase::setUp | function | core/ |
|
| DriverSpecificConnectionUnitTestBase::testConnectionOpen | function | core/ |
Tests pdo options override. |
| DriverSpecificConnectionUnitTestBase::testOpenClose | function | core/ |
Tests Database::closeConnection() without query. |
| DriverSpecificConnectionUnitTestBase::testOpenQueryClose | function | core/ |
Tests Database::closeConnection() with a query. |
| DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose | function | core/ |
Tests Database::closeConnection() with a query and custom prefetch method. |
| DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose | function | core/ |
Tests Database::closeConnection() with a select query. |
| DriverSpecificConnectionUnitTestBase::TEST_TARGET_CONNECTION | constant | core/ |
A target connection identifier to be used for testing. |
| DriverSpecificConnectionUnitTestBase::waitFor | function | core/ |
Wait for a callback to return a truthy value. |
| DriverSpecificDatabaseTestBase | class | core/ |
Base class for driver specific database tests. |
| DriverSpecificDatabaseTestBase.php | file | core/ |
|
| DriverSpecificDatabaseTestBase::$modules | property | core/ |
|
| DriverSpecificDatabaseTestBase::setUp | function | core/ |
|
| DriverSpecificKernelTestBase | class | core/ |
Base class for driver specific kernel tests. |
| DriverSpecificKernelTestBase.php | file | core/ |
|
| DriverSpecificKernelTestBase::$connection | property | core/ |
The database connection for testing. |
| DriverSpecificKernelTestBase::setUp | function | core/ |
|
| DriverSpecificSchemaTestBase | class | core/ |
Tests table creation and modification via the schema API. |
Pagination
- Previous page
- Page 445
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.