Search for has
| Title | Object type | File name | Summary |
|---|---|---|---|
| PermissionsHashGeneratorTest::testGenerateNoCache | function | core/ |
Tests the generate method with no cache returned. |
| PermissionsHashGeneratorTest::testGeneratePersistentCache | function | core/ |
@covers ::generate[[api-linebreak]] |
| PermissionsHashGeneratorTest::testGenerateStaticCache | function | core/ |
@covers ::generate[[api-linebreak]] |
| PhpassHashedPassword | class | core/ |
Secure password hashing functions based on the Portable PHP password hashing framework. |
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPassword::$countLog2 | property | core/ |
Specifies the number of times the hashing function will be applied when generating new password hashes. The number of times is calculated by raising 2 to the power of the given value. |
| 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/ |
|
| 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. |
| 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/ |
|
| 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[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| 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. |
| 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[[api-linebreak]] @covers ::hasImageStyleMappings[[api-linebreak]] |
| ResponsiveImageStyleInterface::hasImageStyleMappings | function | core/ |
Checks if there is at least one mapping defined. |
| Role::hasPermission | function | core/ |
Checks if the role has a permission. |
| RoleInterface::hasPermission | function | core/ |
Checks if the role has a permission. |
| RouteProviderLazyBuilder::hasRebuilt | function | core/ |
Determines if the router has been rebuilt. |
| Routes::hasNonInternalFileTargetResourceTypes | function | core/ |
Determines if an array of resource types lists non-internal "file" ones. |
| Routes::hasNonInternalTargetResourceTypes | function | core/ |
Determines if an array of resource types has any non-internal ones. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.