Search for database
- Search 7.x for database
- Search 9.5.x for database
- Search 8.9.x for database
- Search 11.x for database
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| database | service | core/ |
Drupal\Core\Database\Connection |
| Database | class | core/ |
Primary front-controller for the database system. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseEventsTest::testDisableInvalidEvent | function | core/ |
@covers ::disableEvents[[api-linebreak]] |
| DatabaseEventsTest::testEnableInvalidEvent | function | core/ |
@covers ::enableEvents[[api-linebreak]] |
| DatabaseEventsTest::testEventDispatchingWhenNoContainerAvailable | function | core/ |
@covers ::dispatchEvent[[api-linebreak]] |
| DatabaseEventsTest::testEventEnablingAndDisabling | function | core/ |
@covers ::isEventEnabled[[api-linebreak]] @covers ::enableEvents[[api-linebreak]] @covers ::disableEvents[[api-linebreak]] |
| DatabaseEventSubscriber | class | core/ |
Responds to database API events. |
| DatabaseEventSubscriber.php | file | core/ |
|
| DatabaseEventSubscriber::$countStatementEnds | property | core/ |
A counter of finished statement executions. |
| DatabaseEventSubscriber::$countStatementFailures | property | core/ |
A counter of failed statement executions. |
| DatabaseEventSubscriber::$countStatementStarts | property | core/ |
A counter of started statement executions. |
| DatabaseEventSubscriber::$statementIdsInExecution | property | core/ |
A map of statements being executed. |
| DatabaseEventSubscriber::getSubscribedEvents | function | core/ |
|
| DatabaseEventSubscriber::onStatementExecutionEnd | function | core/ |
Subscribes to a statement execution finished event. |
| DatabaseEventSubscriber::onStatementExecutionFailure | function | core/ |
Subscribes to a statement execution failure event. |
| DatabaseEventSubscriber::onStatementExecutionStart | function | core/ |
Subscribes to a statement execution started event. |
| DatabaseEventTest | class | core/ |
Tests the database API events. |
| DatabaseEventTest.php | file | core/ |
|
| DatabaseEventTest::testStatementExecutionEvents | function | core/ |
Tests statement execution events. |
| DatabaseException | interface | core/ |
Interface for a database exception. |
| DatabaseException.php | file | core/ |
|
| DatabaseExceptionWrapper | class | core/ |
This wrapper class serves only to provide additional debug information. |
| DatabaseExceptionWrapper.php | file | core/ |
|
| DatabaseExceptionWrapperTest | class | core/ |
Tests exceptions thrown by queries. |
| DatabaseExceptionWrapperTest | class | core/ |
Tests exceptions thrown by queries. |
| DatabaseExceptionWrapperTest | class | core/ |
Tests exceptions thrown by queries. |
| DatabaseExceptionWrapperTest | class | core/ |
Tests exceptions thrown by queries. |
| DatabaseExceptionWrapperTest.php | file | core/ |
|
| DatabaseExceptionWrapperTest.php | file | core/ |
|
| DatabaseExceptionWrapperTest.php | file | core/ |
|
| DatabaseExceptionWrapperTest.php | file | core/ |
|
| DatabaseExceptionWrapperTest::testPrepareStatementFailOnExecution | function | core/ |
Tests Connection::prepareStatement exception on execution. |
| DatabaseExceptionWrapperTest::testPrepareStatementFailOnExecution | function | core/ |
Tests Connection::prepareStatement exception on execution. |
| DatabaseExceptionWrapperTest::testPrepareStatementFailOnExecution | function | core/ |
Tests Connection::prepareStatement exception on execution. |
| DatabaseExceptionWrapperTest::testPrepareStatementFailOnPreparation | function | core/ |
Tests Connection::prepareStatement exceptions on preparation. |
| DatabaseExceptionWrapperTest::testQueryThrowsDatabaseExceptionWrapperException | function | core/ |
Tests the expected database exception thrown for inexistent tables. |
| DatabaseFileUsageBackend | class | core/ |
Defines the database file usage backend. This is the default Drupal backend. |
| DatabaseFileUsageBackend.php | file | core/ |
|
| DatabaseFileUsageBackend::$connection | property | core/ |
The database connection used to store file usage information. |
| DatabaseFileUsageBackend::$tableName | property | core/ |
The name of the SQL table used to store file usage information. |
| DatabaseFileUsageBackend::add | function | core/ |
Records that a module is using a file. |
| DatabaseFileUsageBackend::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
| DatabaseFileUsageBackend::listUsage | function | core/ |
Determines where a file is used. |
| DatabaseFileUsageBackend::__construct | function | core/ |
Construct the DatabaseFileUsageBackend. |
| DatabaseLegacyTest | class | core/ |
Legacy database tests. |
| DatabaseLegacyTest.php | file | core/ |
|
| DatabaseLegacyTest::testDeprecatedInstallFunctions | function | core/ |
Tests deprecation of install.inc database driver functions. |
| DatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend. |
| DatabaseLockBackend | class | core/ |
Defines the database lock backend. This is the default backend in Drupal. |
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend::$container | property | core/ |
The service container. |
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.