Search for db
Title | Object type | File name | Summary |
---|---|---|---|
PhpassHashedPasswordBase.php | file | core/ |
|
PhpassHashedPasswordBase::$ITOA64 | property | core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
PhpassHashedPasswordBase::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
PhpassHashedPasswordBase::check | function | core/ |
Check whether a plain text password matches a hashed password. |
PhpassHashedPasswordBase::crypt | function | core/ |
Hash a password using a secure stretched hash. |
PhpassHashedPasswordBase::enforceLog2Boundaries | function | core/ |
Ensures that $count_log2 is within set bounds. |
PhpassHashedPasswordBase::getCountLog2 | function | core/ |
Parses the log2 iteration count from a stored hash or setting string. |
PhpassHashedPasswordBase::hash | function | core/ |
Hash a password using a secure hash. |
PhpassHashedPasswordBase::HASH_LENGTH | constant | core/ |
The expected (and maximum) number of characters in a hashed password. |
PhpassHashedPasswordBase::MAX_HASH_COUNT | constant | core/ |
The maximum allowed log2 number of iterations for password stretching. |
PhpassHashedPasswordBase::MIN_HASH_COUNT | constant | core/ |
The minimum allowed log2 number of iterations for password stretching. |
PhpassHashedPasswordBase::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PhpassHashedPasswordBase::__construct | function | core/ |
Constructs a new password hashing instance. |
PostgreSqlSequenceUpdateTest::runDbTasks | function | core/ |
Runs the install database tasks for the driver used by the test runner. |
ProjectInfo::getSupportedBranches | function | core/ |
Gets the supported branches of the project. |
ProjectInfoTest::providerGetSupportedBranches | function | core/ |
Data provider for testGetSupportedBranches(). |
ProjectInfoTest::testGetSupportedBranches | function | core/ |
@covers ::getSupportedBranches[[api-linebreak]] |
ProxyBuilder::buildMethodBody | function | core/ |
Builds the body of a wrapped method. |
QuickStartTest::$testDb | property | core/ |
A test database object. |
QuickStartTest::$testDb | property | core/ |
A test database object. |
RecipeQuickStartTest::$testDb | property | core/ |
A test database object. |
RecipeQuickStartTest::$testDb | property | core/ |
A test database object. |
RecipeRunnerTest::testRecipesAreDisambiguatedByPath | function | core/ |
Tests recipes are distinguished by the file path. |
RegexConstraint::validatedBy | function | core/ |
|
RegistryTest::testThemeTemplatesRegisteredByModules | function | core/ |
Tests theme-provided templates that are registered by modules. |
RegressionTest::testDBFieldExists | function | core/ |
Tests the \Drupal\Core\Database\Schema::fieldExists() method. |
RegressionTest::testDBIndexExists | function | core/ |
Tests the Schema::indexExists() method. |
RegressionTest::testDBTableExists | function | core/ |
Tests the Schema::tableExists() method. |
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView | function | core/ |
Tests cache tags on output & result cache items for a field-based view. |
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone | function | core/ |
Tests a field-based view's cache tags when using the "none" cache plugin. |
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag | function | core/ |
Tests a field-based view's cache tags when using the "tag" cache plugin. |
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime | function | core/ |
Tests a field-based view's cache tags when using the "time" cache plugin. |
ResourceTestBase::$newRevisionsShouldBeAutomatic | property | core/ |
Whether new revisions of updated entities should be created by default. |
ResourceType::getFieldByInternalName | function | core/ |
Gets a particular attribute or relationship field by internal field name. |
ResourceType::getFieldByPublicName | function | core/ |
Gets a particular attribute or relationship field by public field name. |
ResourceTypeBuildEvent::createFromEntityTypeAndBundle | function | core/ |
Creates a new ResourceTypeBuildEvent. |
ResourceTypeBuildEvent::resourceTypeShouldBeDisabled | function | core/ |
Whether the resource type to be built should be disabled. |
RouteBuilderTest::testRebuildBlockingLock | function | core/ |
Tests route rebuilding with a blocking lock. |
SandboxDatabaseUpdatesValidator | class | core/ |
Flags a warning if there are database updates in a staged update. |
SandboxDatabaseUpdatesValidator.php | file | core/ |
|
SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates | function | core/ |
Checks that the staged update does not have changes to its install files. |
SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates | function | core/ |
Gets extensions that have database updates in the stage directory. |
SandboxDatabaseUpdatesValidator::getSubscribedEvents | function | core/ |
|
SandboxDatabaseUpdatesValidator::getUpdateFunctions | function | core/ |
Returns a list of all update functions for a module. |
SandboxDatabaseUpdatesValidator::hasStagedUpdates | function | core/ |
Determines if a staged extension has changed update functions. |
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern | function | core/ |
Determines if a set of tokens contain a function name matching a pattern. |
SandboxDatabaseUpdatesValidator::__construct | function | core/ |
|
SandboxDirectoryValidator | class | core/ |
Validates staging root is not a subdirectory of active. |
SandboxDirectoryValidator.php | file | core/ |
|
SandboxDirectoryValidator::getSubscribedEvents | function | core/ |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.