Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LoggerStub::log function core/modules/system/tests/modules/logger_aware_test/src/LoggerStub.php
logger_aware_test.info.yml file core/modules/system/tests/modules/logger_aware_test/logger_aware_test.info.yml core/modules/system/tests/modules/logger_aware_test/logger_aware_test.info.yml
logger_aware_test.logger_aware_existing service core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml Drupal\logger_aware_test\LoggerAwareStub
logger_aware_test.logger_aware_stub service core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml Drupal\logger_aware_test\LoggerAwareStub
logger_aware_test.services.yml file core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml
Logging severity levels group core/lib/Drupal/Core/Logger/RfcLogLevel.php Logging severity levels as defined in RFC 5424.
LoggingBeginner::__construct function core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingBeginner.php Constructs a Beginner object.
LoggingBeginner::__construct function core/modules/package_manager/src/LoggingBeginner.php
LoggingBeginnerTest class core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php Tests Logging Beginner.
LoggingBeginnerTest.php file core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php
LoggingBeginnerTest::testDecoratedBeginnerIsCalled function core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php Tests the output of LoggingBeginner().
LoggingCommitter::__construct function core/modules/package_manager/src/LoggingCommitter.php
LoggingCommitter::__construct function core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php Constructs a Committer object.
LoggingCommitterTest class core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php Tests Logging Committer.
LoggingCommitterTest.php file core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php
LoggingCommitterTest::testDecoratedCommitterIsCalled function core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php Tests the output of LoggingCommitter().
LoggingDecoratorTrait::$state property core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php The state service.
LoggingDecoratorTrait::getInvocationArguments function core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php Returns the arguments from every invocation of the main class method.
LoggingDecoratorTrait::saveInvocationArguments function core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php Records the arguments from an invocation of the main class method.
LoggingStager class core/modules/package_manager/src/LoggingStager.php Logs Composer Stager's Stager process output to a file.
LoggingStager.php file core/modules/package_manager/src/LoggingStager.php
LoggingStager::stage function core/modules/package_manager/src/LoggingStager.php
LoggingStager::__construct function core/modules/package_manager/src/LoggingStager.php
LoggingStagerTest class core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php Tests Logging Stager.
LoggingStagerTest.php file core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php
LoggingStagerTest::testDecoratedStagerIsCalled function core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php Tests LoggingStager().
LoggingTest class core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests the query logging facility.
LoggingTest.php file core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php
LoggingTest::testEnableLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can log the existence of a query.
LoggingTest::testEnableMultiConnectionLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can log queries separately on different connections.
LoggingTest::testEnableMultiLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can run two logs in parallel.
LoggingTest::testEnableTargetLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests logging queries against multiple targets on the same connection.
LoggingTest::testEnableTargetLoggingNoTarget function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that logs to separate targets use the same connection properly.
LoggingTest::testGetLoggingWrongKey function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that getLog with a wrong key return an empty array.
LoginCommand::__construct function core/modules/user/src/Command/LoginCommand.php
LoginCommandTest class core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Tests user:login console command failure modes (blocked, user not found).
LoginCommandTest class core/modules/user/tests/src/Functional/Command/LoginCommandTest.php Tests user:login runs as a console command and generates a working link.
LoginCommandTest.php file core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php
LoginCommandTest.php file core/modules/user/tests/src/Functional/Command/LoginCommandTest.php
LoginCommandTest::$defaultTheme property core/modules/user/tests/src/Functional/Command/LoginCommandTest.php The theme to install as the default for testing.
LoginCommandTest::$modules property core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Modules to install.
LoginCommandTest::$modules property core/modules/user/tests/src/Functional/Command/LoginCommandTest.php Modules to install.
LoginCommandTest::buildLoginCommandTester function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Builds a CommandTester to test the user:login command.
LoginCommandTest::invalidUserProvider function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Data provider for testing invalid user login attempts.
LoginCommandTest::setUp function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php
LoginCommandTest::testBlockedUser function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Tests trying to get a login link for a blocked user.
LoginCommandTest::testLogin function core/modules/user/tests/src/Functional/Command/LoginCommandTest.php Tests logins.
LoginCommandTest::testLoginInvalidUsers function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Tests invalid login attempts.
LoginLogoutMenuLink::$currentUser property core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The current user.
LoginLogoutMenuLink::getCacheContexts function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The cache contexts associated with this object.

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