Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConnectionTest::providerSchema | function | core/ |
Dataprovider for testSchema(). |
| ConnectionTest::providerTestPrefixTables | function | core/ |
Dataprovider for testPrefixTables(). |
| ConnectionTest::testCondition | function | core/ |
Test that the method ::condition() returns a Condition object. |
| ConnectionTest::testConnectionClosing | function | core/ |
Tests the closing of a database connection. |
| ConnectionTest::testConnectionOptions | function | core/ |
Tests the connection options of the active database. |
| ConnectionTest::testConnectionRouting | function | core/ |
Tests that connections return appropriate connection objects. |
| ConnectionTest::testConnectionRoutingOverride | function | core/ |
Tests that connections return appropriate connection objects. |
| ConnectionTest::testCreateConnectionOptionsFromUrl | function | core/ |
@covers ::createConnectionOptionsFromUrl[[api-linebreak]] @dataProvider providerCreateConnectionOptionsFromUrl |
| ConnectionTest::testDestroy | function | core/ |
Test Connection::destroy(). |
| ConnectionTest::testEscapeMethods | function | core/ |
Test the various escaping methods. |
| ConnectionTest::testFilterComments | function | core/ |
Test Connection::filterComments(). |
| ConnectionTest::testGetDriverClass | function | core/ |
Test getDriverClass(). |
| ConnectionTest::testMakeComments | function | core/ |
Test Connection::makeComments(). |
| ConnectionTest::testMultipleStatements | function | core/ |
Ensure that you cannot execute multiple statements. |
| ConnectionTest::testMultipleStatementsForNewPhp | function | core/ |
Ensure that you cannot execute multiple statements on MySQL. |
| ConnectionTest::testPostgresqlReservedWords | function | core/ |
Test the escapeTable(), escapeField() and escapeAlias() methods with all possible reserved words in PostgreSQL. |
| ConnectionTest::testPrefixRoundTrip | function | core/ |
Exercise setPrefix() and tablePrefix(). |
| ConnectionTest::testPrefixTables | function | core/ |
Exercise the prefixTables() method. |
| ConnectionTest::testQueryTrim | function | core/ |
Test rtrim() of query strings. |
| ConnectionTest::testSchema | function | core/ |
Test Connection::schema(). |
| ConnectionUnitTest | class | core/ |
Tests management of database connections. |
| ConnectionUnitTest.php | file | core/ |
|
| ConnectionUnitTest::$connection | property | core/ |
The default database connection used for testing. |
| ConnectionUnitTest::$monitor | property | core/ |
A database connection used for monitoring processes. |
| ConnectionUnitTest::addConnection | function | core/ |
Adds a new database connection info to Database. |
| ConnectionUnitTest::assertConnection | function | core/ |
Asserts that a connection ID exists. |
| ConnectionUnitTest::assertNoConnection | function | core/ |
Asserts that a connection ID does not exist. |
| ConnectionUnitTest::getConnectionId | function | core/ |
Returns the connection ID of the current test connection. |
| ConnectionUnitTest::setUp | function | core/ |
|
| ConnectionUnitTest::testConnectionOpen | function | core/ |
Tests pdo options override. |
| ConnectionUnitTest::testOpenClose | function | core/ |
Tests Database::closeConnection() without query. |
| ConnectionUnitTest::testOpenQueryClose | function | core/ |
Tests Database::closeConnection() with a query. |
| ConnectionUnitTest::testOpenQueryPrefetchClose | function | core/ |
Tests Database::closeConnection() with a query and custom prefetch method. |
| ConnectionUnitTest::testOpenSelectQueryClose | function | core/ |
Tests Database::closeConnection() with a select query. |
| ConnectionUnitTest::TEST_TARGET_CONNECTION | constant | core/ |
A target connection identifier to be used for testing. |
| conneg_test.info.yml | file | core/ |
core/modules/system/tests/modules/conneg_test/conneg_test.info.yml |
| conneg_test.routing.yml | file | core/ |
core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml |
| Constraint | class | core/ |
Defines a validation constraint annotation object. |
| Constraint | class | core/ |
A value object representing a Drupal version constraint. |
| Constraint.php | file | core/ |
|
| Constraint.php | file | core/ |
|
| Constraint::$constraint | property | core/ |
The constraint represented as a string. For example '>=8.x-5.x'. |
| Constraint::$constraintArray | property | core/ |
A list of associative arrays representing the constraint. |
| Constraint::$id | property | core/ |
The constraint plugin ID. |
| Constraint::$label | property | core/ |
The human-readable name of the constraint plugin. |
| Constraint::$type | property | core/ |
An array of DataType plugin IDs for which this constraint applies. Valid values are any types registered by the typed data API, or an array of multiple type names. For supporting all types, FALSE may be specified. The key defaults to an empty array,… |
| Constraint::isCompatible | function | core/ |
Determines if the provided version is satisfied by this constraint. |
| Constraint::parseConstraint | function | core/ |
Parses a constraint string. |
| Constraint::toArray | function | core/ |
A list of associative arrays representing the constraint. |
| Constraint::__construct | function | core/ |
Constraint constructor. |
Pagination
- Previous page
- Page 211
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.