Search for has
Title | Object type | File name | Summary |
---|---|---|---|
PermissionsHashGeneratorTest::testGenerateStaticCache | function | core/ |
@covers ::generate |
PhpassHashedPassword | class | core/ |
Secure hashing functions based on Portable PHP password hashing framework. |
PhpassHashedPassword.php | file | core/ |
|
PhpassHashedPassword::$countLog2 | property | core/ |
Password stretching iteration count. |
PhpassHashedPassword::$ITOA64 | property | core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
PhpassHashedPassword::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
PhpassHashedPassword::check | function | core/ |
Check whether a plain text password matches a hashed password. |
PhpassHashedPassword::crypt | function | core/ |
Hash a password using a secure stretched hash. |
PhpassHashedPassword::enforceLog2Boundaries | function | core/ |
Ensures that $count_log2 is within set bounds. |
PhpassHashedPassword::generateSalt | function | core/ |
Generates a random base 64-encoded salt prefixed with hash settings. |
PhpassHashedPassword::getCountLog2 | function | core/ |
Parses the log2 iteration count from a stored hash or setting string. |
PhpassHashedPassword::hash | function | core/ |
Hash a password using a secure hash. |
PhpassHashedPassword::HASH_LENGTH | constant | core/ |
The expected (and maximum) number of characters in a hashed password. |
PhpassHashedPassword::MAX_HASH_COUNT | constant | core/ |
The maximum allowed log2 number of iterations for password stretching. |
PhpassHashedPassword::MIN_HASH_COUNT | constant | core/ |
The minimum allowed log2 number of iterations for password stretching. |
PhpassHashedPassword::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PhpassHashedPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
PhpBackend::getByHash | function | core/ |
Fetch a cache item using a hashed cache ID. |
PhpBackend::invalidateByHash | function | core/ |
Invalidate one cache item. |
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. |
PrimitiveDataNormalizer::hasCacheableSupportsMethod | function | core/ |
|
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. |
RdfParsingTrait::hasRdfChildProperty | function | core/ |
Checks if a html document contains a resource with a given property value. |
RdfParsingTrait::hasRdfProperty | function | core/ |
Checks if a html document contains a resource with a given property value. |
RecursiveValidator::hasMetadataFor | function | core/ |
|
RelationshipNormalizer::hasCacheableSupportsMethod | 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. |
ResourceIdentifierNormalizer::hasCacheableSupportsMethod | function | core/ |
|
ResourceObject::hasField | function | core/ |
Whether the resource object has the given field. |
ResourceObjectNormalizer::hasCacheableSupportsMethod | function | core/ |
|
ResourceResponseTestTrait::collectionHasResourceIdentifier | function | core/ |
Determines if a given resource exists in a list of resources. |
ResourceType::hasField | function | core/ |
Checks if the field exists. |
ResourceTypeField::$hasOne | property | core/ |
Whether the field can only have one value. |
ResourceTypeField::hasMany | function | core/ |
Whether the field can have many values. |
ResourceTypeField::hasOne | function | core/ |
Whether the field can only have one value. |
ResponsiveImageStyle::hasImageStyleMappings | function | core/ |
Checks if there is at least one mapping defined. |
ResponsiveImageStyleConfigEntityUnitTest::testHasImageStyleMappings | function | core/ |
@covers ::addImageStyleMapping @covers ::hasImageStyleMappings |
ResponsiveImageStyleInterface::hasImageStyleMappings | function | core/ |
Checks if there is at least one mapping defined. |
ReverseContainer::generateServiceIdHash | function | core/ |
Generates an identifier for a service based on the object class and hash. |
Role::hasPermission | function | core/ |
Checks if the role has a permission. |
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.