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 main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpArrayDumperTest::serializeDefinition | function | core/ |
Helper function to serialize a definition. |
| PhpArrayDumperTest::setUp | function | core/ |
|
| phpass.info.yml | file | core/ |
core/modules/phpass/phpass.info.yml |
| phpass.password | service | core/ |
Drupal\phpass\Password\PhpassHashedPassword |
| phpass.services.yml | file | core/ |
core/modules/phpass/phpass.services.yml |
| PhpassHashedPassword | class | core/ |
Legacy password hashing framework. |
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPasswordBase | class | core/ |
Legacy password hashing framework. |
| PhpassHashedPasswordBase.php | file | core/ |
|
| PhpassHashedPasswordBase::$ITOA64 | property | core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
| PhpassHashedPasswordBase::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
| PhpassHashedPasswordBase::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| PhpassHashedPasswordBase::crypt | function | core/ |
Hash a password using a secure stretched hash. |
| PhpassHashedPasswordBase::enforceLog2Boundaries | function | core/ |
Ensures that $count_log2 is within set bounds. |
| PhpassHashedPasswordBase::getCountLog2 | function | core/ |
Parses the log2 iteration count from a stored hash or setting string. |
| PhpassHashedPasswordBase::hash | function | core/ |
Hash a password using a secure hash. |
| PhpassHashedPasswordBase::HASH_LENGTH | constant | core/ |
The expected (and maximum) number of characters in a hashed password. |
| PhpassHashedPasswordBase::MAX_HASH_COUNT | constant | core/ |
The maximum allowed log2 number of iterations for password stretching. |
| PhpassHashedPasswordBase::MIN_HASH_COUNT | constant | core/ |
The minimum allowed log2 number of iterations for password stretching. |
| PhpassHashedPasswordBase::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
| PhpassHashedPasswordBase::__construct | function | core/ |
Constructs a new password hashing instance. |
| 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. |
| PhpassHooks | class | core/ |
Hook implementations for phpass. |
| PhpassHooks.php | file | core/ |
|
| PhpassHooks::formSystemModulesUninstallConfirmFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form. |
| PhpassHooks::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. |
| 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/ |
Pagination
- Previous page
- Page 1091
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.