Search for has
Title | Object type | File name | Summary |
---|---|---|---|
PermissionsHashGeneratorTest::testGenerateAdmin | function | core/ |
Tests the generate method for admin users. |
PermissionsHashGeneratorTest::testGenerateCache | function | core/ |
Tests the generate method's caching. |
PermissionsHashGeneratorTest::testGenerateNoAccessPolicies | function | core/ |
Tests the generate method with no access policies. |
PermissionsHashGeneratorTest::testGenerateRegular | function | core/ |
Tests the generate method for regular accounts. |
PhpassHashedPassword | class | core/ |
Deprecated legacy password hashing framework. |
PhpassHashedPassword | class | core/ |
Legacy password hashing framework. |
PhpassHashedPassword.php | file | core/ |
|
PhpassHashedPassword.php | file | core/ |
|
PhpassHashedPasswordBase | class | core/ |
Legacy password hashing framework. |
PhpassHashedPasswordBase.php | file | core/ |
|
PhpassHashedPasswordBase::$ITOA64 | property | core/ |
|
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. |
PhpassHashedPasswordLog2BoundariesDouble | class | core/ |
Test double for test coverage of enforceLog2Boundaries(). |
PhpassHashedPasswordLog2BoundariesDouble::enforceLog2Boundaries | function | core/ |
Exposes this method as public for tests. |
PhpassHashedPasswordLog2BoundariesDouble::__construct | function | core/ |
|
PhpBackend::getByHash | function | core/ |
Fetch a cache item using a hashed cache ID. |
PhpBackend::invalidateByHash | function | core/ |
Invalidate one cache item. |
PhpPassword::hash | function | core/ |
Hash a password using a secure hash. |
PhpPassword::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PhpPasswordTest::$passwordHash | property | core/ |
The hashed password. |
PhpPasswordTest::$passwordHasher | property | core/ |
The password hasher under test. |
PhpPasswordTest::testEmptyHash | function | core/ |
Tests password check in case provided hash is NULL. |
PhpPasswordTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
PluginWithFormsInterface::hasFormClass | function | core/ |
Gets whether the plugin has a form class for the given operation. |
PluginWithFormsTrait::hasFormClass | function | core/ |
Implements \Drupal\Core\Plugin\PluginWithFormsInterface::hasFormClass(). |
PrecedingConstraintAwareValidatorTrait::hasViolationsForPrecedingConstraints | function | core/ |
Checks whether any preceding constraints have been violated. |
PredefinedStatesWorkflowTestType::hasState | function | core/ |
Determines if the workflow has a state with the provided ID. |
ProfileTranslationHandler::hasCreatedTime | function | core/ |
Checks whether the entity type supports creation time natively. |
ProfileTranslationHandler::hasPublishedStatus | function | core/ |
Checks whether the entity type supports published status natively. |
QueryBase::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
QueryBase::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
QueryBase::hasTag | function | core/ |
Determines if a given query has a given tag. |
RecursiveValidator::hasMetadataFor | function | core/ |
|
Renderer::hasRenderContext | function | core/ |
Checks whether a render context is active. |
RendererInterface::hasRenderContext | function | core/ |
Checks whether a render context is active. |
RendererTest::testRenderSortingWithSetHashSorted | function | core/ |
@covers ::render @covers ::doRender |
ResourceIdentifier::hasArity | function | core/ |
Whether this ResourceIdentifier has an arity. |
ResourceObject::hasField | function | core/ |
Whether the resource object has the given field. |
ResourceResponseTestTrait::collectionHasResourceIdentifier | function | core/ |
Determines if a given resource exists in a list of resources. |
ResourceType::hasField | function | core/ |
Checks if the field exists. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.