| LoggingCommitter::$inner |
property |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php |
The decorated service. |
| LoggingCommitter::commit |
function |
core/modules/package_manager/src/LoggingCommitter.php |
|
| LoggingCommitter::commit |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php |
|
| 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 |
trait |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php |
Records information about method invocations. |
| LoggingDecoratorTrait.php |
file |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php |
|
| 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. |
| LoggingForm |
class |
core/modules/system/src/Form/LoggingForm.php |
Configure logging settings for this site. |
| LoggingForm.php |
file |
core/modules/system/src/Form/LoggingForm.php |
|
| LoggingForm::buildForm |
function |
core/modules/system/src/Form/LoggingForm.php |
Form constructor. |
| LoggingForm::getFormId |
function |
core/modules/system/src/Form/LoggingForm.php |
Returns a unique string identifying the form. |
| 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. |
| LoginLogoutMenuLink |
class |
core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php |
A menu link that shows "Log in" or "Log out" as appropriate. |
| LoginLogoutMenuLink.php |
file |
core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php |
|
| 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. |
| LoginLogoutMenuLink::getRouteName |
function |
core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php |
Returns the route name, if available. |
| LoginLogoutMenuLink::getTitle |
function |
core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php |
Returns the localized title to be shown for this link. |
| LoginLogoutMenuLink::__construct |
function |
core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php |
Constructs a new LoginLogoutMenuLink. |
| LoginStatusCheck |
class |
core/modules/user/src/Access/LoginStatusCheck.php |
Determines access to routes based on login status of current user. |
| LoginStatusCheck.php |
file |
core/modules/user/src/Access/LoginStatusCheck.php |
|
| LoginStatusCheck::access |
function |
core/modules/user/src/Access/LoginStatusCheck.php |
Checks access. |
| LogMessageParser |
class |
core/lib/Drupal/Core/Logger/LogMessageParser.php |
Parses log messages and their placeholders. |
| LogMessageParser.php |
file |
core/lib/Drupal/Core/Logger/LogMessageParser.php |
|
| LogMessageParser::parseMessagePlaceholders |
function |
core/lib/Drupal/Core/Logger/LogMessageParser.php |
Parses and transforms message and its placeholders to a common format. |
| LogMessageParserInterface |
interface |
core/lib/Drupal/Core/Logger/LogMessageParserInterface.php |
Defines an interface for parsing log messages and their placeholders. |
| LogMessageParserInterface.php |
file |
core/lib/Drupal/Core/Logger/LogMessageParserInterface.php |
|
| LogMessageParserInterface::parseMessagePlaceholders |
function |
core/lib/Drupal/Core/Logger/LogMessageParserInterface.php |
Parses and transforms message and its placeholders to a common format. |
| LogMessageParserTest |
class |
core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php |
Tests Drupal\Core\Logger\LogMessageParser. |
| LogMessageParserTest.php |
file |
core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php |
|