Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| PhpExtensionsValidator | class | core/ |
Performs validation if certain PHP extensions are enabled. |
| PhpExtensionsValidator.php | file | core/ |
|
| PhpExtensionsValidator::getSubscribedEvents | function | core/ |
|
| PhpExtensionsValidator::insideTest | function | core/ |
Whether this validator is running inside a test. |
| PhpExtensionsValidator::isExtensionLoaded | function | core/ |
Indicates if a particular PHP extension is loaded. |
| PhpExtensionsValidator::validateOpenSsl | function | core/ |
Flags an error if the OpenSSL extension is not installed. |
| PhpExtensionsValidator::validateXdebug | function | core/ |
Flags a warning if Xdebug is enabled. |
| PhpExtensionsValidatorTest | class | core/ |
Tests Php Extensions Validator. |
| PhpExtensionsValidatorTest.php | file | core/ |
|
| PhpExtensionsValidatorTest::providerPhpExtensionsValidation | function | core/ |
Data provider for ::testPhpExtensionsValidation(). |
| PhpExtensionsValidatorTest::testPhpExtensionsValidation | function | core/ |
Tests that PHP extensions' status are checked by Package Manager. |
| 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/ |
Tests Drupal\Core\Mail\Plugin\Mail\PhpMail. |
| 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. |
| PhpPasswordArgon2idIntegrationTest | class | core/ |
Argon2id specific integration tests for the PHP password hashing service. |
| PhpPasswordArgon2idIntegrationTest.php | file | core/ |
|
| PhpPasswordArgon2idIntegrationTest::$passwordAlgorithm | property | core/ |
The password algorithm to be used during this test. |
| PhpPasswordArgon2idIntegrationTest::$passwordOptions | property | core/ |
The password options to be used during this test. |
| PhpPasswordArgon2idIntegrationTest::testArgon2idHashing | function | core/ |
Tests that the argon2id password hashing algorithm is used. |
| PhpPasswordBcryptIntegrationTest | class | core/ |
Bcrypt specific integration tests for the PHP password hashing service. |
| PhpPasswordBcryptIntegrationTest.php | file | core/ |
|
| PhpPasswordBcryptIntegrationTest::$passwordAlgorithm | property | core/ |
The password algorithm to be used during this test. |
| PhpPasswordBcryptIntegrationTest::$passwordOptions | property | core/ |
The password options to be used during this test. |
| PhpPasswordBcryptIntegrationTest::testBcryptHashing | function | core/ |
Tests that the bcrypt password hashing algorithm is used. |
| PhpPasswordDefaultIntegrationTest | class | core/ |
Integration tests for the PHP password hashing service. |
| PhpPasswordDefaultIntegrationTest.php | file | core/ |
|
| PhpPasswordDefaultIntegrationTest::testDefaultHashing | function | core/ |
Tests that the default password hashing algorithm is used. |
| 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. |
Pagination
- Previous page
- Page 1082
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.