Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LoggerChannelFactory::$channels | property | core/ |
Array of all instantiated logger channels keyed by channel name. |
| LoggerChannelFactory::$loggers | property | core/ |
An array of arrays of \Psr\Log\LoggerInterface keyed by priority. |
| LoggerChannelFactory::addLogger | function | core/ |
Adds a logger to all the channels. |
| LoggerChannelFactory::get | function | core/ |
Retrieves the registered logger for the requested channel. |
| LoggerChannelFactoryInterface | interface | core/ |
Logger channel factory interface. |
| LoggerChannelFactoryInterface.php | file | core/ |
|
| LoggerChannelFactoryInterface::addLogger | function | core/ |
Adds a logger to all the channels. |
| LoggerChannelFactoryInterface::get | function | core/ |
Retrieves the registered logger for the requested channel. |
| LoggerChannelFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Logger\LoggerChannelFactory[[api-linebreak]] @group Logger |
| LoggerChannelFactoryTest.php | file | core/ |
|
| LoggerChannelFactoryTest::testGet | function | core/ |
Tests LoggerChannelFactory::get(). |
| LoggerChannelInterface | interface | core/ |
Logger channel interface. |
| LoggerChannelInterface.php | file | core/ |
|
| LoggerChannelInterface::addLogger | function | core/ |
Adds a logger. |
| LoggerChannelInterface::setCurrentUser | function | core/ |
Sets the current user. |
| LoggerChannelInterface::setLoggers | function | core/ |
Sets the loggers for this channel. |
| LoggerChannelInterface::setRequestStack | function | core/ |
Sets the request stack. |
| LoggerChannelTest | class | core/ |
@coversDefaultClass \Drupal\Core\Logger\LoggerChannel[[api-linebreak]] @group Logger |
| LoggerChannelTest.php | file | core/ |
Contains \Drupal\Tests\Core\Logger\LoggerChannelTest. |
| LoggerChannelTest::providerTestLog | function | core/ |
Data provider for self::testLog(). |
| LoggerChannelTest::testLog | function | core/ |
Tests LoggerChannel::log(). |
| LoggerChannelTest::testLogRecursionProtection | function | core/ |
Tests LoggerChannel::log() recursion protection. |
| LoggerChannelTest::testNullIp | function | core/ |
Tests that $context['ip'] is a string even when the request's IP is NULL. |
| LoggerChannelTest::testSortLoggers | function | core/ |
Tests LoggerChannel::addLoggers(). |
| LoggerChannelTrait | trait | core/ |
Wrapper methods for the logger factory service. |
| LoggerChannelTrait.php | file | core/ |
|
| LoggerChannelTrait::$loggerFactory | property | core/ |
The logger channel factory service. |
| LoggerChannelTrait::getLogger | function | core/ |
Gets the logger for a specific channel. |
| LoggerChannelTrait::setLoggerFactory | function | core/ |
Injects the logger channel factory. |
| Logging severity levels | group | core/ |
Logging severity levels as defined in RFC 5424. |
| LoggingForm | class | core/ |
Configure logging settings for this site. |
| LoggingForm.php | file | core/ |
|
| LoggingForm::buildForm | function | core/ |
Form constructor. |
| LoggingForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| LoggingForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| LoggingForm::submitForm | function | core/ |
Form submission handler. |
| LoggingTest | class | core/ |
Tests the query logging facility. |
| LoggingTest.php | file | core/ |
|
| LoggingTest::providerContribDriverLog | function | core/ |
Provides data for the testContribDriverLog test. |
| LoggingTest::testContribDriverLog | function | core/ |
Tests that a log called by a custom database driver returns proper caller. |
| LoggingTest::testEnableLogging | function | core/ |
Tests that we can log the existence of a query. |
| LoggingTest::testEnableMultiConnectionLogging | function | core/ |
Tests that we can log queries separately on different connections. |
| LoggingTest::testEnableMultiLogging | function | core/ |
Tests that we can run two logs in parallel. |
| LoggingTest::testEnableTargetLogging | function | core/ |
Tests logging queries against multiple targets on the same connection. |
| LoggingTest::testEnableTargetLoggingNoTarget | function | core/ |
Tests that logs to separate targets use the same connection properly. |
| LoggingTest::testGetLoggingWrongKey | function | core/ |
Tests that getLog with a wrong key return an empty array. |
| LoginLogoutMenuLink | class | core/ |
A menu link that shows "Log in" or "Log out" as appropriate. |
| LoginLogoutMenuLink.php | file | core/ |
|
| LoginLogoutMenuLink::$currentUser | property | core/ |
The current user. |
| LoginLogoutMenuLink::create | function | core/ |
Creates an instance of the plugin. |
Pagination
- Previous page
- Page 915
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.