Search for data

  1. Search 7.x for data
  2. Search 9.5.x for data
  3. Search 8.9.x for data
  4. Search 10.3.x for data
  5. Other projects
Title Object type File name Summary
DatabaseDriverListTest::providerDatabaseDrivers function core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php Data provider for testLegacyGetFromDriverName().
DatabaseDriverListTest::testGet function core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php @covers ::get[[api-linebreak]]
DatabaseEvent class core/lib/Drupal/Core/Database/Event/DatabaseEvent.php Represents a database event.
DatabaseEvent.php file core/lib/Drupal/Core/Database/Event/DatabaseEvent.php
DatabaseEvent::$time property core/lib/Drupal/Core/Database/Event/DatabaseEvent.php The time of the event.
DatabaseEvent::__construct function core/lib/Drupal/Core/Database/Event/DatabaseEvent.php Constructs a DatabaseEvent object.
DatabaseEventEnabler class core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php Enables database event logging for the main request.
DatabaseEventEnabler.php file core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php
DatabaseEventEnabler::handle function core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php
DatabaseEventEnabler::__construct function core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php
DatabaseEventsTest class core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @coversDefaultClass \Drupal\Core\Database\Connection[[api-linebreak]]
DatabaseEventsTest.php file core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php
DatabaseEventsTest::$connection property core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php A database connection.
DatabaseEventsTest::setUp function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php
DatabaseEventsTest::testDisableInvalidEvent function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::disableEvents[[api-linebreak]]
DatabaseEventsTest::testEnableInvalidEvent function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::enableEvents[[api-linebreak]]
DatabaseEventsTest::testEventDispatchingWhenNoContainerAvailable function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::dispatchEvent[[api-linebreak]]
DatabaseEventsTest::testEventEnablingAndDisabling function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::isEventEnabled[[api-linebreak]]
@covers ::enableEvents[[api-linebreak]]
@covers ::disableEvents[[api-linebreak]]
DatabaseEventSubscriber class core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php Responds to database API events.
DatabaseEventSubscriber.php file core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php
DatabaseEventSubscriber::$countStatementEnds property core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php A counter of finished statement executions.
DatabaseEventSubscriber::$countStatementFailures property core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php A counter of failed statement executions.
DatabaseEventSubscriber::$countStatementStarts property core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php A counter of started statement executions.
DatabaseEventSubscriber::$statementIdsInExecution property core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php A map of statements being executed.
DatabaseEventSubscriber::getSubscribedEvents function core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php
DatabaseEventSubscriber::onStatementExecutionEnd function core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php Subscribes to a statement execution finished event.
DatabaseEventSubscriber::onStatementExecutionFailure function core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php Subscribes to a statement execution failure event.
DatabaseEventSubscriber::onStatementExecutionStart function core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php Subscribes to a statement execution started event.
DatabaseEventTest class core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php Tests the database API events.
DatabaseEventTest.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php
DatabaseEventTest::testStatementExecutionEvents function core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php Tests statement execution events.
DatabaseExceptionWrapperTest class core/modules/mysqli/tests/src/Kernel/mysqli/DatabaseExceptionWrapperTest.php Tests exceptions thrown by queries.
DatabaseExceptionWrapperTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/DatabaseExceptionWrapperTest.php
DatabaseExceptionWrapperTest::testPrepareStatementFailOnExecution function core/modules/mysqli/tests/src/Kernel/mysqli/DatabaseExceptionWrapperTest.php Tests Connection::prepareStatement exception on execution.
DatabaseExceptionWrapperTest::testPrepareStatementFailOnPreparation function core/modules/mysqli/tests/src/Kernel/mysqli/DatabaseExceptionWrapperTest.php Tests Connection::prepareStatement exceptions on preparation.
DatabaseTestHooks class core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php Hook implementations for database_test.
DatabaseTestHooks.php file core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php
DatabaseTestHooks::queryAlter function core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php Implements hook_query_alter().
DatabaseTestHooks::queryDatabaseTestAlterRemoveRangeAlter function core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php Implements hook_query_TAG_alter().
database_test.services.yml file core/modules/system/tests/modules/database_test/database_test.services.yml core/modules/system/tests/modules/database_test/database_test.services.yml
DataType class core/lib/Drupal/Core/TypedData/Attribute/DataType.php Defines a data type attribute.
DataType.php file core/lib/Drupal/Core/TypedData/Attribute/DataType.php
DataType::__construct function core/lib/Drupal/Core/TypedData/Attribute/DataType.php Constructs a new DataType attribute.
DatetimeRangeViewsHooks::fieldViewsData function core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php Implements hook_field_views_data().
DateTimeViewsHelper::buildViewsData function core/modules/datetime/src/DateTimeViewsHelper.php Provides Views integration for any datetime-based fields.
DatetimeViewsHooks::fieldViewsData function core/modules/datetime/src/Hook/DatetimeViewsHooks.php Implements hook_field_views_data().
DbDumpTest::$data property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Test data to write into config.
DblogViewsHooks::viewsData function core/modules/dblog/src/Hook/DblogViewsHooks.php Implements hook_views_data().
DecimalData class core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php The decimal data type.
DecimalData.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php

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