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 10.3.x for db
  5. Other projects
Title Object type File name Summary
PhpassHashedPasswordBase.php file core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php
PhpassHashedPasswordBase::$ITOA64 property core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Returns a string for mapping an int to the corresponding base 64 character.
PhpassHashedPasswordBase::base64Encode function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Encodes bytes into printable base 64 using the *nix standard from crypt().
PhpassHashedPasswordBase::check function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Check whether a plain text password matches a hashed password.
PhpassHashedPasswordBase::crypt function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Hash a password using a secure stretched hash.
PhpassHashedPasswordBase::enforceLog2Boundaries function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Ensures that $count_log2 is within set bounds.
PhpassHashedPasswordBase::getCountLog2 function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Parses the log2 iteration count from a stored hash or setting string.
PhpassHashedPasswordBase::hash function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Hash a password using a secure hash.
PhpassHashedPasswordBase::HASH_LENGTH constant core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php The expected (and maximum) number of characters in a hashed password.
PhpassHashedPasswordBase::MAX_HASH_COUNT constant core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php The maximum allowed log2 number of iterations for password stretching.
PhpassHashedPasswordBase::MIN_HASH_COUNT constant core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php The minimum allowed log2 number of iterations for password stretching.
PhpassHashedPasswordBase::needsRehash function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Check whether a hashed password needs to be replaced with a new hash.
PhpassHashedPasswordBase::__construct function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Constructs a new password hashing instance.
PostgreSqlSequenceUpdateTest::runDbTasks function core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Runs the install database tasks for the driver used by the test runner.
ProjectInfo::getSupportedBranches function core/modules/package_manager/src/ProjectInfo.php Gets the supported branches of the project.
ProjectInfoTest::providerGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetSupportedBranches().
ProjectInfoTest::testGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php @covers ::getSupportedBranches[[api-linebreak]]
ProxyBuilder::buildMethodBody function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Builds the body of a wrapped method.
QuickStartTest::$testDb property core/tests/Drupal/BuildTests/QuickStart/QuickStartTest.php A test database object.
QuickStartTest::$testDb property core/tests/Drupal/Tests/Core/Command/QuickStartTest.php A test database object.
RecipeQuickStartTest::$testDb property core/tests/Drupal/Tests/Core/Recipe/RecipeQuickStartTest.php A test database object.
RecipeQuickStartTest::$testDb property core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php A test database object.
RecipeRunnerTest::testRecipesAreDisambiguatedByPath function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests recipes are distinguished by the file path.
RegexConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php
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.
SandboxDatabaseUpdatesValidator class core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Flags a warning if there are database updates in a staged update.
SandboxDatabaseUpdatesValidator.php file core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Checks that the staged update does not have changes to its install files.
SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Gets extensions that have database updates in the stage directory.
SandboxDatabaseUpdatesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::getUpdateFunctions function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Returns a list of all update functions for a module.
SandboxDatabaseUpdatesValidator::hasStagedUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a staged extension has changed update functions.
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a set of tokens contain a function name matching a pattern.
SandboxDatabaseUpdatesValidator::__construct function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDirectoryValidator class core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php Validates staging root is not a subdirectory of active.
SandboxDirectoryValidator.php file core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php
SandboxDirectoryValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php

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