Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
PhpPassword.php file core/lib/Drupal/Core/Password/PhpPassword.php
PhpPassword::check function core/lib/Drupal/Core/Password/PhpPassword.php
PhpPassword::hash function core/lib/Drupal/Core/Password/PhpPassword.php
PhpPassword::needsRehash function core/lib/Drupal/Core/Password/PhpPassword.php
PhpPassword::__construct function core/lib/Drupal/Core/Password/PhpPassword.php Constructs a new password hashing instance.
PhpPasswordArgon2idIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php Argon2id specific integration tests for the PHP password hashing service.
PhpPasswordArgon2idIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php
PhpPasswordArgon2idIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php
PhpPasswordArgon2idIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php
PhpPasswordArgon2idIntegrationTest::testArgon2idHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php Tests that the argon2id password hashing algorithm is used.
PhpPasswordBcryptIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php Bcrypt specific integration tests for the PHP password hashing service.
PhpPasswordBcryptIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php
PhpPasswordBcryptIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php
PhpPasswordBcryptIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php
PhpPasswordBcryptIntegrationTest::testBcryptHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php Tests that the bcrypt password hashing algorithm is used.
PhpPasswordDefaultIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php Integration tests for the PHP password hashing service.
PhpPasswordDefaultIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php
PhpPasswordDefaultIntegrationTest::testDefaultHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php Tests that the default password hashing algorithm is used.
PhpPasswordTest class core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Unit tests for password hashing API.
PhpPasswordTest.php file core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php
PhpPasswordTest::$password property core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php The raw password.
PhpPasswordTest::$passwordHash property core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php The hashed password.
PhpPasswordTest::$passwordHasher property core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php The password hasher under test.
PhpPasswordTest::providerLongPasswords function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Provides the test matrix for testLongPassword().
PhpPasswordTest::setUp function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php
PhpPasswordTest::testEmptyHash function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Tests password check in case provided hash is NULL.
PhpPasswordTest::testLongPassword function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Verifies that passwords longer than 512 bytes are not hashed.
PhpPasswordTest::testPasswordChecking function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Tests password hashing.
PhpPasswordTest::testPasswordNeedsUpdate function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Tests a password needs update.
PhpPasswordTest::testPasswordRehashing function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Tests password rehashing.
PhpPasswordUnknownAlgorithmIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php Integration tests for the PHP password hashing service.
PhpPasswordUnknownAlgorithmIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php
PhpPasswordUnknownAlgorithmIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php
PhpPasswordUnknownAlgorithmIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php
PhpPasswordUnknownAlgorithmIntegrationTest::testUnknownAlgorithmHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php Tests that the default password hashing algorithm is used.
PhpRequirements class core/lib/Drupal/Core/Utility/PhpRequirements.php Provides an object for dynamically identifying the minimum supported PHP.
PhpRequirements.php file core/lib/Drupal/Core/Utility/PhpRequirements.php
PhpRequirements::$drupalMinimumPhp property core/lib/Drupal/Core/Utility/PhpRequirements.php The minimum PHP version requirement for the installed Drupal version.
PhpRequirements::$phpEolDates property core/lib/Drupal/Core/Utility/PhpRequirements.php The expected PHP version end-of-life dates, keyed by PHP minor version.
PhpRequirements::getMinimumSupportedPhp function core/lib/Drupal/Core/Utility/PhpRequirements.php Dynamically identifies the minimum supported PHP version based on the date.
PhpRequirements::__construct function core/lib/Drupal/Core/Utility/PhpRequirements.php This class should not be instantiated.
PhpRequirementsTest class core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Tests the \Drupal\Core\Utility\PhpRequirements class.
PhpRequirementsTest.php file core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php
PhpRequirementsTest::providerMinimumSupportedPhp function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Data provider for ::testMinimumSupportedPhp().
PhpRequirementsTest::testMinimumSupportedPhp function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Tests the minimum supported PHP for valid scenarios.
PhpRequirementsTest::testPhpEolDates function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Ensures that PHP EOL dates are valid.
PhpRequirementTest class core/modules/system/tests/src/Functional/System/PhpRequirementTest.php Tests the output of PHP requirements on the status report.
PhpRequirementTest.php file core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
PhpRequirementTest::$defaultTheme property core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
PhpRequirementTest::setUp function core/modules/system/tests/src/Functional/System/PhpRequirementTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.