Search for data
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseDriverListTest::providerDatabaseDrivers | function | core/ |
Data provider for testLegacyGetFromDriverName(). |
DatabaseDriverListTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] |
DatabaseEvent | class | core/ |
Represents a database event. |
DatabaseEvent.php | file | core/ |
|
DatabaseEvent::$time | property | core/ |
The time of the event. |
DatabaseEvent::__construct | function | core/ |
Constructs a DatabaseEvent object. |
DatabaseEventEnabler | class | core/ |
Enables database event logging for the main request. |
DatabaseEventEnabler.php | file | core/ |
|
DatabaseEventEnabler::handle | function | core/ |
|
DatabaseEventEnabler::__construct | function | core/ |
|
DatabaseEventsTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Connection[[api-linebreak]] |
DatabaseEventsTest.php | file | core/ |
|
DatabaseEventsTest::$connection | property | core/ |
A database connection. |
DatabaseEventsTest::setUp | function | core/ |
|
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. |
DatabaseExceptionWrapperTest | class | core/ |
Tests exceptions thrown by queries. |
DatabaseExceptionWrapperTest.php | file | core/ |
|
DatabaseExceptionWrapperTest::testPrepareStatementFailOnExecution | function | core/ |
Tests Connection::prepareStatement exception on execution. |
DatabaseExceptionWrapperTest::testPrepareStatementFailOnPreparation | function | core/ |
Tests Connection::prepareStatement exceptions on preparation. |
DatabaseTestHooks | class | core/ |
Hook implementations for database_test. |
DatabaseTestHooks.php | file | core/ |
|
DatabaseTestHooks::queryAlter | function | core/ |
Implements hook_query_alter(). |
DatabaseTestHooks::queryDatabaseTestAlterRemoveRangeAlter | function | core/ |
Implements hook_query_TAG_alter(). |
database_test.services.yml | file | core/ |
core/modules/system/tests/modules/database_test/database_test.services.yml |
DataType | class | core/ |
Defines a data type attribute. |
DataType.php | file | core/ |
|
DataType::__construct | function | core/ |
Constructs a new DataType attribute. |
DatetimeRangeViewsHooks::fieldViewsData | function | core/ |
Implements hook_field_views_data(). |
DateTimeViewsHelper::buildViewsData | function | core/ |
Provides Views integration for any datetime-based fields. |
DatetimeViewsHooks::fieldViewsData | function | core/ |
Implements hook_field_views_data(). |
DbDumpTest::$data | property | core/ |
Test data to write into config. |
DblogViewsHooks::viewsData | function | core/ |
Implements hook_views_data(). |
DecimalData | class | core/ |
The decimal data type. |
DecimalData.php | file | core/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.