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 11.x for data
  5. Other projects
Title Object type File name Summary
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.
DatabaseLegacyTest class core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Legacy database tests.
DatabaseLegacyTest.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php
DatabaseLegacyTest::testDeprecatedInstallFunctions function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of install.inc database driver functions.
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.
DateRangeFormatterSettingsUpdateTest::setDatabaseDumpFiles function core/modules/datetime_range/tests/src/Functional/DateRangeFormatterSettingsUpdateTest.php Set database dump files to be used.
DbDumpTest::$data property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Test data to write into config.
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
DecimalData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php Gets the primitive data value casted to the correct PHP type.
DevelopmentSettingsFormTest::twigDevelopmentData function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Test data for Twig development mode.
DevReleaseTest::getProjectData function core/modules/update/tests/src/Kernel/DevReleaseTest.php Gets project data from update_calculate_project_data().
DevReleaseTest::setReleaseMetadata function core/modules/update/tests/src/Kernel/DevReleaseTest.php Sets the release metadata file to use when fetching available updates.
DirectoryWithMetadataDiscovery class core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Does the actual finding of the directories with metadata files.
DirectoryWithMetadataDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
DirectoryWithMetadataDiscovery::findProvider function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Finds the provider of the discovered file.
DirectoryWithMetadataDiscovery::getDirectoryIterator function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Gets an iterator to loop over the files in the provided directory.
DirectoryWithMetadataDiscovery::getIdentifier function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DirectoryWithMetadataDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Constructs a DirectoryWithMetadataDiscovery object.
DirectoryWithMetadataPluginDiscovery class core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Discover directories that contain a specific metadata file.
DirectoryWithMetadataPluginDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a DirectoryWithMetadataPluginDiscovery object.
Drupal\database_test\EventSubscriber\DatabaseEventSubscriber service core/modules/system/tests/modules/database_test/database_test.services.yml
Drupal\performance_test\DatabaseEventEnabler service core/modules/system/tests/modules/performance_test/performance_test.services.yml
Drupal\performance_test\PerformanceDataCollector service core/modules/system/tests/modules/performance_test/performance_test.services.yml
EntityArgumentUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Set database dump files to be used.
EntityComputedFieldTest::testFormatterComputedFieldCacheableMetadata function core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php Tests that formatters bubble the cacheable metadata of computed fields.
EntityDefinitionUpdateProviderTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php The database connection.
EntityDefinitionUpdateProviderTest::baseFieldDeleteWithExistingDataTestCases function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Test cases for ::testBaseFieldDeleteWithExistingData.
EntityDefinitionUpdateProviderTest::testBaseFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Tests deleting a base field when it has existing data.
ExceptionLoggingSubscriberTest::exceptionDataProvider function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php

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