Search for has
Title | Object type | File name | Summary |
---|---|---|---|
OptionsWidgetBase::$has_value | property | core/ |
Tracks whether the field has a value. |
OverridesSectionStorage::hasIntegerId | function | core/ |
Determines if this entity type's ID is stored as an integer. |
PagerPluginBase::hasMoreRecords | function | core/ |
Determine if there are more records available. |
PagerPluginBaseTest::providerTestHasMoreRecords | function | core/ |
Provides test data for the hasMoreRecord method test. |
PagerPluginBaseTest::testHasMoreRecords | function | core/ |
Tests the hasMoreRecords() method. |
password-hash.sh | file | core/ |
Drupal hash script - to generate a hash from a plaintext password |
PasswordHashingTest | class | core/ |
Unit tests for password hashing API. |
PasswordHashingTest.php | file | core/ |
Contains \Drupal\Tests\Core\Password\PasswordHashingTest. |
PasswordHashingTest::$hashedPassword | property | core/ |
The hashed password. |
PasswordHashingTest::$md5HashedPassword | property | core/ |
The md5 password. |
PasswordHashingTest::$password | property | core/ |
The raw password. |
PasswordHashingTest::$passwordHasher | property | core/ |
The password hasher under test. |
PasswordHashingTest::$user | property | core/ |
The user for testing. |
PasswordHashingTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
PasswordHashingTest::setUp | function | core/ |
|
PasswordHashingTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
PasswordHashingTest::testPasswordHashing | function | core/ |
Tests password hashing. |
PasswordHashingTest::testPasswordNeedsUpdate | function | core/ |
Tests a password needs update. |
PasswordHashingTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
PasswordHashingTest::testWithinBounds | function | core/ |
Tests the hash count boundaries are enforced. |
PasswordInterface::hash | function | core/ |
Hash a password using a secure hash. |
PasswordInterface::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PasswordItemTest::testPreSavePreHashed | function | core/ |
@covers ::preSave |
PathPluginBase::hasPath | function | core/ |
Checks to see if the display has a 'path' field. |
PermissionsHashGenerator | class | core/ |
Generates and caches the permissions hash for a user. |
PermissionsHashGenerator.php | file | core/ |
|
PermissionsHashGenerator::$cache | property | core/ |
The cache backend interface to use for the persistent cache. |
PermissionsHashGenerator::$privateKey | property | core/ |
The private key service. |
PermissionsHashGenerator::$static | property | core/ |
The cache backend interface to use for the static cache. |
PermissionsHashGenerator::doGenerate | function | core/ |
Generates a hash that uniquely identifies the user's permissions. |
PermissionsHashGenerator::generate | function | core/ |
Cached by role, invalidated whenever permissions change. |
PermissionsHashGenerator::hash | function | core/ |
Hashes the given string. |
PermissionsHashGenerator::__construct | function | core/ |
Constructs a PermissionsHashGenerator object. |
PermissionsHashGeneratorInterface | interface | core/ |
Defines the user permissions hash generator interface. |
PermissionsHashGeneratorInterface.php | file | core/ |
|
PermissionsHashGeneratorInterface::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
PermissionsHashGeneratorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\PermissionsHashGenerator @group Session |
PermissionsHashGeneratorTest.php | file | core/ |
|
PermissionsHashGeneratorTest::$account1 | property | core/ |
The mocked super user account. |
PermissionsHashGeneratorTest::$account2 | property | core/ |
A mocked account. |
PermissionsHashGeneratorTest::$account2Updated | property | core/ |
An "updated" mocked account. |
PermissionsHashGeneratorTest::$account3 | property | core/ |
A different account. |
PermissionsHashGeneratorTest::$cache | property | core/ |
The mocked cache backend. |
PermissionsHashGeneratorTest::$permissionsHash | property | core/ |
The permission hash class being tested. |
PermissionsHashGeneratorTest::$privateKey | property | core/ |
The mocked private key service. |
PermissionsHashGeneratorTest::$staticCache | property | core/ |
The mocked cache backend. |
PermissionsHashGeneratorTest::setUp | function | core/ |
|
PermissionsHashGeneratorTest::testGenerate | function | core/ |
@covers ::generate |
PermissionsHashGeneratorTest::testGenerateNoCache | function | core/ |
Tests the generate method with no cache returned. |
PermissionsHashGeneratorTest::testGeneratePersistentCache | function | core/ |
@covers ::generate |
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.