Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Constructs a new password hashing instance. |
| phpass_form_system_modules_uninstall_confirm_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form. |
| phpass_help | function | core/ |
Implements hook_help(). |
| PhpBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackend::$storage | property | core/ |
The PHP storage. |
| PhpBackend::getByHash | function | core/ |
Fetch a cache item using a hashed cache ID. |
| PhpBackend::invalidateByHash | function | core/ |
Invalidate one cache item. |
| PhpBackend::set | function | core/ |
Stores data in the persistent cache. |
| PhpBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| PhpBackend::storage | function | core/ |
Gets the PHP code storage object to use. |
| PhpBackend::__construct | function | core/ |
Constructs a PhpBackend object. |
| PhpBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackendFactory::__construct | function | core/ |
Constructs a PhpBackendFactory object. |
| PhpBackendTest | class | core/ |
Unit test of the PHP cache backend using the generic cache unit test base. |
| PhpBackendTest.php | file | core/ |
|
| PhpBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| PhpMail::$request | property | core/ |
The currently active request object. |
| PhpMail::MAILBOX_LIST_HEADERS | constant | core/ |
A list of headers that can contain multiple email addresses. |
| PhpMail::_isShellSafe | function | core/ |
Disallows potentially unsafe shell characters. |
| PhpMail::__construct | function | core/ |
PhpMail constructor. |
| PhpMailTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\Plugin\Mail\PhpMail[[api-linebreak]] @group Mail |
| PhpMailTest.php | file | core/ |
|
| PhpMailTest::$configFactory | property | core/ |
The configuration factory. |
| PhpMailTest::$request | property | core/ |
The current request. |
| PhpMailTest::$requestStack | property | core/ |
The request stack. |
| PhpMailTest::createPhpMailInstance | function | core/ |
Creates a mocked PhpMail object. |
| PhpMailTest::setUp | function | core/ |
|
| PhpMailTest::testMail | function | core/ |
Tests sending a mail using a From address with a comma in it. |
| PhpPassword | class | core/ |
Secure PHP password hashing functions. |
| PhpPassword.php | file | core/ |
|
| PhpPassword::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| 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. |
| PhpPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
| PhpPasswordTest | class | core/ |
Unit tests for password hashing API. |
| PhpPasswordTest.php | file | core/ |
|
| PhpPasswordTest::$password | property | core/ |
The raw password. |
| PhpPasswordTest::$passwordHash | property | core/ |
The hashed password. |
| PhpPasswordTest::$passwordHasher | property | core/ |
The password hasher under test. |
| PhpPasswordTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
| PhpPasswordTest::setUp | function | core/ |
|
| PhpPasswordTest::testEmptyHash | function | core/ |
Tests password check in case provided hash is NULL. |
| PhpPasswordTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
| PhpPasswordTest::testPasswordChecking | function | core/ |
Tests password hashing. |
| PhpPasswordTest::testPasswordNeedsUpdate | function | core/ |
Tests a password needs update. |
| PhpPasswordTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
| PhpRequirements | class | core/ |
Provides an object for dynamically identifying the minimum supported PHP. |
| PhpRequirements.php | file | core/ |
Pagination
- Previous page
- Page 1000
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.