Search for connection
- Search 7.x for connection
- Search 9.5.x for connection
- Search 8.9.x for connection
- Search 10.3.x for connection
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Connection | class | core/ |
SQLite implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
MySQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
CoreFake implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
|
Connection | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Connection::__construct | function | core/ |
Constructs a Connection object. |
Connection::__destruct | function | core/ |
Destructor for the SQLite connection. |
Connection::__destruct | function | core/ |
Ensures that the client connection can be garbage collected. |
Connection::__sleep | function | core/ |
Prevents the database connection from being serialized. |
ConnectionFailureTest | class | core/ |
Tests logging of connection failures. |
ConnectionFailureTest.php | file | core/ |
|
ConnectionFailureTest::$modules | property | core/ |
Modules to install. |
ConnectionFailureTest::testConnectionFailureLogging | function | core/ |
Tests logging of connection failures. |
ConnectionNotDefinedException | class | core/ |
Exception thrown if an undefined database connection is requested. |
ConnectionNotDefinedException.php | file | core/ |
|
ConnectionTest | class | core/ |
@coversDefaultClass \Drupal\sqlite\Driver\Database\sqlite\Connection @group Database |
ConnectionTest | class | core/ |
Tests MySQL database connections. |
ConnectionTest | class | core/ |
MySQL-specific connection tests. |
ConnectionTest | class | core/ |
Tests of the core database system. |
ConnectionTest | class | core/ |
Tests the Connection class. |
ConnectionTest.php | file | core/ |
|
ConnectionTest.php | file | core/ |
|
ConnectionTest.php | file | core/ |
|
ConnectionTest.php | file | core/ |
|
ConnectionTest.php | file | core/ |
|
ConnectionTest::$pdoConnection | property | core/ |
A PDO object prophecy. |
ConnectionTest::$pdoStatement | property | core/ |
A PDO statement prophecy. |
ConnectionTest::createConnection | function | core/ |
Creates a Connection object for testing. |
ConnectionTest::provideQueriesToTrim | function | core/ |
Data provider for testQueryTrim(). |
ConnectionTest::providerCreateConnectionOptionsFromUrl | function | core/ |
Data provider for testCreateConnectionOptionsFromUrl. |
ConnectionTest::providerEscapeAlias | function | core/ |
Data provider for testEscapeAlias. |
ConnectionTest::providerEscapeDatabase | function | core/ |
Data provider for testEscapeDatabase. |
ConnectionTest::providerEscapeFields | function | core/ |
Data provider for testEscapeField. |
ConnectionTest::providerEscapeTables | function | core/ |
Data provider for testEscapeTable. |
ConnectionTest::providerFilterComments | function | core/ |
Data provider for testFilterComments(). |
ConnectionTest::providerGetDriverClass | function | core/ |
Data provider for testGetDriverClass(). |
ConnectionTest::providerMakeComments | function | core/ |
Data provider for testMakeComments(). |
ConnectionTest::providerMockedBacktrace | function | core/ |
Provides data for testFindCallerFromDebugBacktraceWithMockedBacktrace. |
ConnectionTest::providerPrefixRoundTrip | function | core/ |
Data provider for testPrefixRoundTrip(). |
ConnectionTest::providerSchema | function | core/ |
Data provider for testSchema(). |
ConnectionTest::providerSupportedFetchModes | function | core/ |
Provides data for testSupportedFetchModes. |
ConnectionTest::providerTestPrefixTables | function | core/ |
Data provider for testPrefixTables(). |
ConnectionTest::providerUnsupportedFetchModes | function | core/ |
Provides data for testUnsupportedFetchModes. |
ConnectionTest::providerVersionAndIsMariaDb | function | core/ |
Provides test data. |
ConnectionTest::setUp | function | core/ |
|
ConnectionTest::tearDown | function | core/ |
|
ConnectionTest::testCondition | function | core/ |
Tests 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 @dataProvider providerCreateConnectionOptionsFromUrl |
ConnectionTest::testEscapeAlias | function | core/ |
@covers ::escapeAlias @dataProvider providerEscapeAlias |
ConnectionTest::testEscapeDatabase | function | core/ |
@covers ::escapeDatabase @dataProvider providerEscapeDatabase |
ConnectionTest::testEscapeField | function | core/ |
@covers ::escapeField @dataProvider providerEscapeFields |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.