| FormBase::logger |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the logger for a specific channel. |
| FormCache::$logger |
property |
core/lib/Drupal/Core/Form/FormCache.php |
Logger channel. |
| FormCacheTest::$logger |
property |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
The logger channel. |
| FormStateDecoratorBaseTest::testSetCachedWithLogicException |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setCached[[api-linebreak]] |
| FormTestBase::$logger |
property |
core/tests/Drupal/Tests/Core/Form/FormTestBase.php |
|
| FormValidator::$logger |
property |
core/lib/Drupal/Core/Form/FormValidator.php |
A logger instance. |
| FormValidatorTest::$logger |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
A logger instance. |
| hook_user_login |
function |
core/modules/user/user.api.php |
The user just logged in. |
| hook_user_logout |
function |
core/modules/user/user.api.php |
The user just logged out. |
| HtaccessWriter::$logger |
property |
core/lib/Drupal/Core/File/HtaccessWriter.php |
The logger. |
| ImageEffectBase::$logger |
property |
core/modules/image/src/ImageEffectBase.php |
A logger instance. |
| ImageStyleDownloadController::$logger |
property |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
A logger instance. |
| ImageToolkitBase::$logger |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php |
A logger instance. |
| ImageToolkitOperationBase::$logger |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php |
A logger instance. |
| ImageToolkitOperationManager::$logger |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
A logger instance. |
| InlineBlockTestBase::assertDialogClosedAndTextVisible |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php |
Asserts that the dialog closes and the new text appears on the main canvas. |
| ItemsImporter::$logger |
property |
core/modules/aggregator/src/ItemsImporter.php |
A logger instance. |
| js_deprecation_log_test.info.yml |
file |
core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.info.yml |
core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.info.yml |
| js_deprecation_log_test.libraries.yml |
file |
core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.libraries.yml |
core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.libraries.yml |
| js_deprecation_log_test.module |
file |
core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.module |
Helper module for the JavaScript deprecation tests. |
| js_deprecation_log_test_js_settings_alter |
function |
core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.module |
Implements hook_js_settings_alter(). |
| js_deprecation_log_test_page_attachments |
function |
core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.module |
Implements hook_page_attachments(). |
| LanguageDeleteForm::logDeletionMessage |
function |
core/modules/language/src/Form/LanguageDeleteForm.php |
Logs a message about the deleted entity. |
| LayoutBuilderOptInTest::testCheckboxLogic |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php |
Tests the interaction between the two layout checkboxes. |
| LayoutBuilderQuickEditTest::loginLayoutAdmin |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php |
Login the Layout admin user for the test. |
| LayoutBuilderTest::testLayoutNoDialog |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php |
Tests bypassing the off-canvas dialog. |
| LibraryCachingTest::testConsecutiveDialogRequests |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php |
Tests if the Views UI dialogs open on consecutive requests. |
| Log |
class |
core/modules/migrate/src/Plugin/migrate/process/Log.php |
Logs values without changing them. |
| Log |
class |
core/lib/Drupal/Core/Database/Log.php |
Database query logger. |
| Log.php |
file |
core/lib/Drupal/Core/Database/Log.php |
|
| Log.php |
file |
core/modules/migrate/src/Plugin/migrate/process/Log.php |
|
| Log::$connectionKey |
property |
core/lib/Drupal/Core/Database/Log.php |
The connection key for which this object is logging. |
| Log::$queryLog |
property |
core/lib/Drupal/Core/Database/Log.php |
Cache of logged queries. This will only be used if the query logger is enabled. |
| Log::clear |
function |
core/lib/Drupal/Core/Database/Log.php |
Empty the query log for the specified logging key. |
| Log::end |
function |
core/lib/Drupal/Core/Database/Log.php |
Stop logging for the specified logging key. |
| Log::findCaller |
function |
core/lib/Drupal/Core/Database/Log.php |
Determine the routine that called this query. |
| Log::get |
function |
core/lib/Drupal/Core/Database/Log.php |
Retrieve the query log for the specified logging key so far. |
| Log::log |
function |
core/lib/Drupal/Core/Database/Log.php |
Log a query to all active logging keys. |
| Log::start |
function |
core/lib/Drupal/Core/Database/Log.php |
Begin logging queries to the specified connection and logging key. |
| Log::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/Log.php |
Performs the associated process. |
| Log::__construct |
function |
core/lib/Drupal/Core/Database/Log.php |
Constructor. |
| LoggedStatementsTrait |
trait |
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php |
Trait for Connection classes that can store logged statements. |
| LoggedStatementsTrait.php |
file |
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php |
|
| LoggedStatementsTrait::$loggedStatements |
property |
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php |
Logged statements. |
| LoggedStatementsTrait::getDriverClass |
function |
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php |
|
| LoggedStatementsTrait::getLoggedStatements |
function |
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php |
Returns the executed queries. |
| LoggedStatementsTrait::query |
function |
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php |
|
| LoggedStatementsTrait::resetLoggedStatements |
function |
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php |
Resets logged statements. |
| logger.broken |
service |
core/modules/system/tests/modules/error_service_test/error_service_test.services.yml |
Drupal\error_service_test\Logger\TestLog |
| logger.channel.aggregator |
service |
core/modules/aggregator/aggregator.services.yml |
|