Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ConnectionTest::providerSchema function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Dataprovider for testSchema().
ConnectionTest::providerTestPrefixTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Dataprovider for testPrefixTables().
ConnectionTest::testCondition function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Test that the method ::condition() returns a Condition object.
ConnectionTest::testConnectionClosing function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests the closing of a database connection.
ConnectionTest::testConnectionOptions function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests the connection options of the active database.
ConnectionTest::testConnectionRouting function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests that connections return appropriate connection objects.
ConnectionTest::testConnectionRoutingOverride function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests that connections return appropriate connection objects.
ConnectionTest::testCreateConnectionOptionsFromUrl function core/tests/Drupal/Tests/Core/Database/Driver/sqlite/ConnectionTest.php @covers ::createConnectionOptionsFromUrl[[api-linebreak]]
@dataProvider providerCreateConnectionOptionsFromUrl
ConnectionTest::testDestroy function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test Connection::destroy().
ConnectionTest::testEscapeMethods function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test the various escaping methods.
ConnectionTest::testFilterComments function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test Connection::filterComments().
ConnectionTest::testGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test getDriverClass().
ConnectionTest::testMakeComments function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test Connection::makeComments().
ConnectionTest::testMultipleStatements function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Ensure that you cannot execute multiple statements.
ConnectionTest::testMultipleStatementsForNewPhp function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Ensure that you cannot execute multiple statements on MySQL.
ConnectionTest::testPostgresqlReservedWords function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Test the escapeTable(), escapeField() and escapeAlias() methods with all possible reserved words in PostgreSQL.
ConnectionTest::testPrefixRoundTrip function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Exercise setPrefix() and tablePrefix().
ConnectionTest::testPrefixTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Exercise the prefixTables() method.
ConnectionTest::testQueryTrim function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test rtrim() of query strings.
ConnectionTest::testSchema function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test Connection::schema().
ConnectionUnitTest class core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests management of database connections.
ConnectionUnitTest.php file core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php
ConnectionUnitTest::$connection property core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php The default database connection used for testing.
ConnectionUnitTest::$monitor property core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php A database connection used for monitoring processes.
ConnectionUnitTest::addConnection function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Adds a new database connection info to Database.
ConnectionUnitTest::assertConnection function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Asserts that a connection ID exists.
ConnectionUnitTest::assertNoConnection function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Asserts that a connection ID does not exist.
ConnectionUnitTest::getConnectionId function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Returns the connection ID of the current test connection.
ConnectionUnitTest::setUp function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php
ConnectionUnitTest::testConnectionOpen function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests pdo options override.
ConnectionUnitTest::testOpenClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() without query.
ConnectionUnitTest::testOpenQueryClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a query.
ConnectionUnitTest::testOpenQueryPrefetchClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a query and custom prefetch method.
ConnectionUnitTest::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a select query.
ConnectionUnitTest::TEST_TARGET_CONNECTION constant core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php A target connection identifier to be used for testing.
conneg_test.info.yml file core/modules/system/tests/modules/conneg_test/conneg_test.info.yml core/modules/system/tests/modules/conneg_test/conneg_test.info.yml
conneg_test.routing.yml file core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml
Constraint class core/lib/Drupal/Core/Validation/Annotation/Constraint.php Defines a validation constraint annotation object.
Constraint class core/lib/Drupal/Component/Version/Constraint.php A value object representing a Drupal version constraint.
Constraint.php file core/lib/Drupal/Component/Version/Constraint.php
Constraint.php file core/lib/Drupal/Core/Validation/Annotation/Constraint.php
Constraint::$constraint property core/lib/Drupal/Component/Version/Constraint.php The constraint represented as a string. For example '>=8.x-5.x'.
Constraint::$constraintArray property core/lib/Drupal/Component/Version/Constraint.php A list of associative arrays representing the constraint.
Constraint::$id property core/lib/Drupal/Core/Validation/Annotation/Constraint.php The constraint plugin ID.
Constraint::$label property core/lib/Drupal/Core/Validation/Annotation/Constraint.php The human-readable name of the constraint plugin.
Constraint::$type property core/lib/Drupal/Core/Validation/Annotation/Constraint.php 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/lib/Drupal/Component/Version/Constraint.php Determines if the provided version is satisfied by this constraint.
Constraint::parseConstraint function core/lib/Drupal/Component/Version/Constraint.php Parses a constraint string.
Constraint::toArray function core/lib/Drupal/Component/Version/Constraint.php A list of associative arrays representing the constraint.
Constraint::__construct function core/lib/Drupal/Component/Version/Constraint.php Constraint constructor.

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