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 |
|---|---|---|---|
| pgsql_requirements | function | core/ |
Implements hook_requirements(). |
| pgsql_test.info.yml | file | core/ |
core/modules/system/tests/modules/pgsql_test/pgsql_test.info.yml |
| pgsql_test.install | file | core/ |
Install, update and uninstall functions for the pgsql_test module. |
| pgsql_test_schema | function | core/ |
Implements hook_schema(). |
| pgsql_update_10101 | function | core/ |
Update sequences' owner created from serial columns in PostgreSQL. |
| PHP Runtime Assert Statements | group | core/ |
Use of the assert() statement in Drupal. |
| PHP wrapper functions | group | core/ |
Functions that are wrappers or custom implementations of PHP functions. |
| PhpArrayContainer::createService | function | core/ |
Creates a service from a service definition. |
| PhpArrayContainer::resolveServicesAndParameters | function | core/ |
Resolves arguments that represent services or variables to the real values. |
| PhpArrayContainer::__construct | function | core/ |
Constructs a new Container instance. |
| PhpArrayContainerTest | class | core/ |
@coversDefaultClass \Drupal\Component\DependencyInjection\PhpArrayContainer[[api-linebreak]] @group DependencyInjection |
| PhpArrayContainerTest.php | file | core/ |
|
| PhpArrayContainerTest::getCollection | function | core/ |
Helper function to return a machine-optimized '@notation'. |
| PhpArrayContainerTest::getParameterCall | function | core/ |
Helper function to return a service definition. |
| PhpArrayContainerTest::getServiceCall | function | core/ |
Helper function to return a service definition. |
| PhpArrayContainerTest::setUp | function | core/ |
|
| PhpArrayDumper::getServiceCall | function | core/ |
Gets a service reference for an ID in a suitable PHP array format. |
| PhpArrayDumper::supportsMachineFormat | function | core/ |
Whether this supports the machine-optimized format or not. |
| PhpArrayDumperTest | class | core/ |
@coversDefaultClass \Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper[[api-linebreak]] @group DependencyInjection |
| PhpArrayDumperTest.php | file | core/ |
|
| PhpArrayDumperTest::getCollection | function | core/ |
Helper function to return a machine-optimized collection. |
| PhpArrayDumperTest::getParameterCall | function | core/ |
Helper function to return a parameter definition. |
| PhpArrayDumperTest::getServiceCall | function | core/ |
Helper function to return a service definition. |
| 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.module | file | core/ |
Provides the password checking algorithm used prior to version 10.1.0. |
| 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 | class | core/ |
Deprecated legacy password hashing framework. |
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPasswordBase | class | core/ |
Legacy password hashing framework. |
| PhpassHashedPasswordBase.php | file | core/ |
|
| PhpassHashedPasswordBase::$corePassword | property | core/ |
The core PHP password interface. |
| PhpassHashedPasswordBase::$countLog2 | property | core/ |
Password stretching iteration count. |
| 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::generateSalt | function | core/ |
Generates a random base 64-encoded salt prefixed with hash settings. |
| 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. |
Pagination
- Previous page
- Page 999
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.