Search for db

  1. Search 7.x for db
  2. Search 9.5.x for db
  3. Search 8.9.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
RegexConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php @todo Add method return type declaration.
RegistryTest::testThemeTemplatesRegisteredByModules function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests theme-provided templates that are registered by modules.
RegressionTest::testDBFieldExists function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Tests the \Drupal\Core\Database\Schema::fieldExists() method.
RegressionTest::testDBIndexExists function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Tests the Schema::indexExists() method.
RegressionTest::testDBTableExists function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Tests the Schema::tableExists() method.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for a field-based view.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "time" cache plugin.
ResourceTestBase::$newRevisionsShouldBeAutomatic property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Whether new revisions of updated entities should be created by default.
ResourceType::getFieldByInternalName function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets a particular attribute or relationship field by internal field name.
ResourceType::getFieldByPublicName function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets a particular attribute or relationship field by public field name.
ResourceTypeBuildEvent::createFromEntityTypeAndBundle function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Creates a new ResourceTypeBuildEvent.
ResourceTypeBuildEvent::resourceTypeShouldBeDisabled function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Whether the resource type to be built should be disabled.
RouteBuilderTest::testRebuildBlockingLock function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Tests route rebuilding with a blocking lock.
SaveUploadFormTest::$maxFidBefore property core/modules/file/tests/src/Functional/SaveUploadFormTest.php The largest file id when the test starts.
SaveUploadTest::$maxFidBefore property core/modules/file/tests/src/Functional/SaveUploadTest.php The largest file id when the test starts.
SectionListTrait::addBlankSection function core/modules/layout_builder/src/SectionListTrait.php Adds a blank section to the list.
SectionListTraitTest::testAddBlankSection function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @covers ::addBlankSection[[api-linebreak]]
SectionStorageManager::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds the section storage to load based on available contexts.
SectionStorageManagerInterface::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Finds the section storage to load based on available contexts.
SectionStorageManagerTest::providerTestFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Provides test data for ::testFindByContext().
SectionStorageManagerTest::testFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext[[api-linebreak]]
SectionStorageManagerTest::testFindByContextCacheableSectionStorage function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext[[api-linebreak]]
ServiceClassMariaDb class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
SqlContentEntityStorageSchemaTest::$dbSchemaHandler property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked DB schema handler.
StaticMapTest::testMapWithInvalidSourceAndBypass function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid and bypass is enabled.
StringDatabaseStorage::dbDelete function core/modules/locale/src/StringDatabaseStorage.php Creates delete query.
StringDatabaseStorage::dbExecute function core/modules/locale/src/StringDatabaseStorage.php Executes an arbitrary SELECT query string with the injected options.
StringDatabaseStorage::dbFieldTable function core/modules/locale/src/StringDatabaseStorage.php Gets table alias for field.
StringDatabaseStorage::dbStringInsert function core/modules/locale/src/StringDatabaseStorage.php Creates a database record for a string object.
StringDatabaseStorage::dbStringKeys function core/modules/locale/src/StringDatabaseStorage.php Gets keys values that are in a database table.
StringDatabaseStorage::dbStringLoad function core/modules/locale/src/StringDatabaseStorage.php Loads multiple string objects.
StringDatabaseStorage::dbStringSelect function core/modules/locale/src/StringDatabaseStorage.php Builds a SELECT query with multiple conditions and fields.
StringDatabaseStorage::dbStringTable function core/modules/locale/src/StringDatabaseStorage.php Gets table name for storing string object.
StringDatabaseStorage::dbStringUpdate function core/modules/locale/src/StringDatabaseStorage.php Updates string object in the database.
SystemPoweredByBlock class core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php Provides a 'Powered by Drupal' block.
SystemPoweredByBlock.php file core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
SystemPoweredByBlock::build function core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php Builds and returns the renderable array for this block plugin.
SystemPoweredByBlock::defaultConfiguration function core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
Tasks::ensureInnoDbAvailable function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Ensure that InnoDB is available.
Tasks::MARIADB_MINIMUM_VERSION constant core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Minimum required MariaDB version.
TermTranslationTest::testTranslatedBreadcrumbs function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Tests translated breadcrumbs.
TestContextAwareUnsatisfiedBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php Provides a context-aware block.
TestContextAwareUnsatisfiedBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php
TestContextAwareUnsatisfiedBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php Builds and returns the renderable array for this block plugin.
TestController::tokenReplaceWithoutPassedBubbleableMetadata function core/modules/system/tests/modules/token_test/src/Controller/TestController.php Provides a token replacement with a node as well as the current user.
TestFieldConstraint::validatedBy function core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
TestPathBasedBreadcrumbBuilder class core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Helper class for testing purposes only.
TestPathBasedBreadcrumbBuilder::$linkGenerator property core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php

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