| RevisionLogInterface::setRevisionUserId |
function |
core/lib/Drupal/Core/Entity/RevisionLogInterface.php |
Sets the entity revision author by ID. |
| RevisionRevertFormTest::getLogs |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Loads watchdog entries by channel. |
| RevisionVersionHistoryTest::testDescriptionNoRevLog |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php |
Test description with entity, without revision log, label access. |
| RevisionVersionHistoryTest::testDescriptionRevisionLogMessage |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php |
Test revision log message if supported, and HTML tags are stripped. |
| RevisionVersionHistoryTest::testDescriptionRevLogNullValues |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php |
Test description with entity implementing revision log, with empty values. |
| RfcLoggerTrait |
trait |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
A copy of \Psr\Log\LoggerTrait that uses RFC 5424 compliant log levels. |
| RfcLoggerTrait.php |
file |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::alert |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::critical |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::debug |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::emergency |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::error |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::info |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::log |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::notice |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLoggerTrait::warning |
function |
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php |
|
| RfcLogLevel |
class |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Defines various logging severity levels. |
| RfcLogLevel.php |
file |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
|
| RfcLogLevel::$levels |
property |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
An array with the severity levels as keys and labels as values. |
| RfcLogLevel::ALERT |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Alert: action must be taken immediately. |
| RfcLogLevel::CRITICAL |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Critical conditions. |
| RfcLogLevel::DEBUG |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Debug-level messages. |
| RfcLogLevel::EMERGENCY |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Emergency: system is unusable. |
| RfcLogLevel::ERROR |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Error conditions. |
| RfcLogLevel::getLevels |
function |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Returns a list of severity levels, as defined in RFC 5424. |
| RfcLogLevel::INFO |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Informational messages. |
| RfcLogLevel::NOTICE |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Normal but significant conditions. |
| RfcLogLevel::WARNING |
constant |
core/lib/Drupal/Core/Logger/RfcLogLevel.php |
Log message severity -- Warning conditions. |
| RouteProviderTest::$logger |
property |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
The test logger. |
| SaveUploadTest::testSecurityRenameLogging |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests that security renames are logged to watchdog. |
| SearchController::$logger |
property |
core/modules/search/src/Controller/SearchController.php |
A logger instance. |
| SecurityAdvisoriesFetcher::$logger |
property |
core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php |
The logger. |
| SecurityAdvisoriesFetcherTest::$logErrorMessages |
property |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
The log error log messages. |
| SecurityAdvisoriesFetcherTest::assertServiceAdvisoryLoggedErrors |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Asserts the expected error messages were logged. |
| SecurityAdvisoriesFetcherTest::log |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
|
| SecurityAdvisoryTest::assertServiceAdvisoryLoggedErrors |
function |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
Asserts the expected error messages were logged on the system logger. |
| ServerCommand::getOneTimeLoginUrl |
function |
core/lib/Drupal/Core/Command/ServerCommand.php |
Gets a one time login URL for user 1. |
| SessionHttpsTest::getUserLoginFormBuildId |
function |
core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php |
Gets the form build ID for the user login form. |
| SessionHttpsTest::loginHttp |
function |
core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php |
Log in a user via HTTP. |
| SessionHttpsTest::loginHttps |
function |
core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php |
Log in a user via HTTPS. |
| SessionTest::testSessionPersistenceOnLogin |
function |
core/modules/system/tests/src/Functional/Session/SessionTest.php |
Tests storing data in Session() object. |
| SessionTestController::isLoggedIn |
function |
core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php |
Only available if current user is logged in. |
| SessionTestHooks::userLogin |
function |
core/modules/system/tests/modules/session_test/src/Hook/SessionTestHooks.php |
Implements hook_user_login(). |
| SetDialogOptionCommand |
class |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
Defines an AJAX command that sets jQuery UI dialog properties. |
| SetDialogOptionCommand.php |
file |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
|
| SetDialogOptionCommand::$optionName |
property |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
A jQuery UI dialog option name. |
| SetDialogOptionCommand::$optionValue |
property |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
A jQuery UI dialog option value. |
| SetDialogOptionCommand::$selector |
property |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
A CSS selector string. |
| SetDialogOptionCommand::render |
function |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
Return an array to be run through json_encode and sent to the client. |
| SetDialogOptionCommand::__construct |
function |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
Constructs a SetDialogOptionCommand object. |