| PerformanceTestTrait::processChromeDriverPerformanceLogs |
function |
core/tests/Drupal/Tests/PerformanceTestTrait.php |
Gets the chromedriver performance log and extracts metrics from it. |
| PhpassHashedPasswordBase::enforceLog2Boundaries |
function |
core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php |
Ensures that $count_log2 is within set bounds. |
| PhpassHashedPasswordBase::getCountLog2 |
function |
core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php |
Parses the log2 iteration count from a stored hash or setting string. |
| PhpassHashedPasswordLog2BoundariesDouble |
class |
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php |
Test double for test coverage of enforceLog2Boundaries(). |
| PhpassHashedPasswordLog2BoundariesDouble::enforceLog2Boundaries |
function |
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php |
Exposes this method as public for tests. |
| PhpassHashedPasswordLog2BoundariesDouble::__construct |
function |
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php |
Constructs a new password hashing instance. |
| PhpUnitTestRunner::xmlLogFilePath |
function |
core/lib/Drupal/Core/Test/PhpUnitTestRunner.php |
Returns the path to use for PHPUnit's --log-junit option. |
| PhpUnitTestRunnerTest::testXmlLogFilePath |
function |
core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php |
Tests xml log file path. |
| ProcessedText::logger |
function |
core/modules/filter/src/Element/ProcessedText.php |
Wraps a logger channel. |
| ProviderRepository::$logger |
property |
core/modules/media/src/OEmbed/ProviderRepository.php |
The logger channel. |
| ProviderRepositoryTest::$logger |
property |
core/modules/media/tests/src/Unit/ProviderRepositoryTest.php |
The mocked logger channel. |
| QuickStartTestBase::formLogin |
function |
core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php |
Helper that uses Drupal's user/login form to log in. |
| RedirectResponseSubscriberTest::$loggerClosure |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
The mocked logger closure. |
| RenderPlaceholderMessageTestController::setAndLogMessage |
function |
core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php |
Render API callback: Sets and prints a message. |
| RequestSanitizer::SANITIZE_LOG |
constant |
core/lib/Drupal/Core/Security/RequestSanitizer.php |
The name of the setting that determines if sanitized keys are logged. |
| ResourceBase::$logger |
property |
core/modules/rest/src/Plugin/ResourceBase.php |
A logger instance. |
| ResourceResponseValidator::$logger |
property |
core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php |
The JSON:API logger channel. |
| ResourceRoutes::$logger |
property |
core/modules/rest/src/Routing/ResourceRoutes.php |
A logger instance. |
| RestAuthenticationController::getLoginFloodIdentifier |
function |
core/modules/rest/src/Controller/RestAuthenticationController.php |
Gets the login identifier for user login flood control. |
| RestAuthenticationController::LOGGED_IN |
constant |
core/modules/rest/src/Controller/RestAuthenticationController.php |
String sent in responses, to describe the user as being logged in. |
| RestAuthenticationController::LOGGED_OUT |
constant |
core/modules/rest/src/Controller/RestAuthenticationController.php |
String sent in responses, to describe the user as being logged out. |
| RestAuthenticationController::login |
function |
core/modules/rest/src/Controller/RestAuthenticationController.php |
Logs in a user. |
| RestAuthenticationController::loginStatus |
function |
core/modules/rest/src/Controller/RestAuthenticationController.php |
Checks whether a user is logged in or not. |
| RestAuthenticationController::logout |
function |
core/modules/rest/src/Controller/RestAuthenticationController.php |
Logs out a user. |
| RestAuthenticationController::userLoginFinalize |
function |
core/modules/rest/src/Controller/RestAuthenticationController.php |
Finalizes the user login. |
| RestAuthenticationController::userLogout |
function |
core/modules/rest/src/Controller/RestAuthenticationController.php |
Logs the user out. |
| RestLoginHttpTest |
class |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests login and password reset via direct HTTP. |
| RestLoginHttpTest.php |
file |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
|
| RestLoginHttpTest::$cookies |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
The cookie jar. |
| RestLoginHttpTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
The theme to install as the default for testing. |
| RestLoginHttpTest::$modules |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Modules to install. |
| RestLoginHttpTest::$serializer |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
The serializer. |
| RestLoginHttpTest::assertHttpResponse |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Checks a response for status code and body. |
| RestLoginHttpTest::assertHttpResponseWithMessage |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Checks a response for status code and message. |
| RestLoginHttpTest::doTestGlobalLoginFloodControl |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests the global login flood control for a given serialization format. |
| RestLoginHttpTest::doTestLogin |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Do login testing for a given serialization format. |
| RestLoginHttpTest::doTestLogoutCsrfProtection |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests csrf protection of User Logout route for given serialization format. |
| RestLoginHttpTest::doTestPasswordReset |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Do password reset testing for given format and account. |
| RestLoginHttpTest::doTestPerUserLoginFloodControl |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests the per-user login flood control for a given serialization format. |
| RestLoginHttpTest::getLoginStatusUrlString |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Gets the URL string for checking login for a given serialization format. |
| RestLoginHttpTest::getResultValue |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Gets a value for a given key from the response. |
| RestLoginHttpTest::loginFromResetEmail |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Login from reset password email. |
| RestLoginHttpTest::loginRequest |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Executes a login HTTP request for a given serialization format. |
| RestLoginHttpTest::logoutRequest |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Executes a logout HTTP request for a given serialization format. |
| RestLoginHttpTest::passwordRequest |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Executes a password HTTP request for a given serialization format. |
| RestLoginHttpTest::providerDeprecatedUserRoutesSubscriber |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
|
| RestLoginHttpTest::resetFlood |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Resets all flood entries. |
| RestLoginHttpTest::setUp |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
|
| RestLoginHttpTest::testDeprecatedUserRoutesSubscriber |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests that DeprecatedUserRoutesSubscriber correctly alters the controller. |
| RestLoginHttpTest::testLogin |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests user session life cycle. |