Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::$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::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::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. |
| PhpRequirements | class | core/ |
Provides an object for dynamically identifying the minimum supported PHP. |
| PhpRequirements.php | file | core/ |
|
| PhpRequirements::$drupalMinimumPhp | property | core/ |
The minimum PHP version requirement for the installed Drupal version. |
| PhpRequirements::$phpEolDates | property | core/ |
The expected PHP version end-of-life dates, keyed by PHP minor version. |
| PhpRequirements::getMinimumSupportedPhp | function | core/ |
Dynamically identifies the minimum supported PHP version based on the date. |
| PhpRequirements::__construct | function | core/ |
This class should not be instantiated. |
| PhpRequirementsTest | class | core/ |
Tests the \Drupal\Core\Utility\PhpRequirements class. |
| PhpRequirementsTest.php | file | core/ |
|
| PhpRequirementsTest::providerMinimumSupportedPhp | function | core/ |
Data provider for ::testMinimumSupportedPhp(). |
| PhpRequirementsTest::testMinimumSupportedPhp | function | core/ |
Tests the minimum supported PHP for valid scenarios. |
| PhpRequirementsTest::testPhpEolDates | function | core/ |
Ensures that PHP EOL dates are valid. |
| PhpRequirementTest | class | core/ |
Tests the output of PHP requirements on the status report. |
| PhpRequirementTest.php | file | core/ |
|
| PhpRequirementTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PhpRequirementTest::setUp | function | core/ |
Pagination
- Previous page
- Page 972
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.