Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpArrayDumper::dumpCollection | function | core/ |
|
| PhpArrayDumper::getArray | function | core/ |
|
| PhpArrayDumper::getParameterCall | function | core/ |
|
| PhpArrayDumper::getServiceCall | function | core/ |
|
| PhpArrayDumper::supportsMachineFormat | function | core/ |
|
| PhpArrayDumperTest | class | core/ |
Tests Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper. |
| PhpArrayDumperTest.php | file | core/ |
|
| PhpArrayDumperTest::getCollection | function | core/ |
|
| PhpArrayDumperTest::getParameterCall | function | core/ |
|
| PhpArrayDumperTest::getServiceCall | function | core/ |
|
| PhpArrayDumperTest::serializeDefinition | function | core/ |
|
| 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/ |
|
| 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/ |
|
| 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/ |
|
| 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/ |
|
| 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 | class | core/ |
Defines a PHP cache implementation. |
| PhpBackend.php | file | core/ |
|
| PhpBackend::$bin | property | core/ |
|
| PhpBackend::$cache | property | core/ |
Array to store cache objects. |
| PhpBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackend::$storage | property | core/ |
The PHP storage. |
| PhpBackend::delete | function | core/ |
|
| PhpBackend::deleteAll | function | core/ |
|
| PhpBackend::deleteMultiple | function | core/ |
|
| PhpBackend::garbageCollection | function | core/ |
|
| PhpBackend::get | function | core/ |
|
| PhpBackend::getByHash | function | core/ |
Fetch a cache item using a hashed cache ID. |
Pagination
- Previous page
- Page 1260
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.