Search for log

  1. Search 7.x for log
  2. Search 9.5.x for log
  3. Search 8.9.x for log
  4. Search 11.x for log
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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.

All search results

Title Object type File name Summary
syslog_install function core/modules/syslog/syslog.install Implements hook_install().
syslog_logging_settings_submit function core/modules/syslog/syslog.module Form submission handler for system_logging_settings().
syslog_test.info.yml file core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml
syslog_test.services.yml file core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml
syslog_update_last_removed function core/modules/syslog/syslog.install Implements hook_update_last_removed().
system.logging.yml file core/modules/system/config/install/system.logging.yml core/modules/system/config/install/system.logging.yml
system_logging.yml file core/modules/system/migrations/system_logging.yml core/modules/system/migrations/system_logging.yml
system_post_update_set_blank_log_url_to_null function core/modules/system/system.post_update.php Updates system.theme.global:logo.url config if it's still at the default.
system_post_update_set_cron_logging_setting_to_boolean function core/modules/system/system.post_update.php Fix system.cron:logging values to boolean.
TabbableShimDialogIntegrationTestController class core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php For testing the jQuery :tabbable shim as used in a dialog.
TabbableShimDialogIntegrationTestController.php file core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php
TabbableShimDialogIntegrationTestController::build function core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php Provides a page with the jQuery UI dialog library for testing .
TemporaryJsonapiFileFieldUploader::$logger property core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php A logger instance.
TermKernelTest::testRevisionLogAccess function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests revision log access.
TestController::otherDialogLinks function core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php Displays dialogs links to be displayed inside the off-canvas dialog.
TestControllers::removeExceptionLogger function core/modules/system/tests/modules/router_test_directory/src/TestControllers.php
TestControllers::testLogin function core/modules/system/tests/modules/menu_test/src/TestControllers.php Returns page to be used as a login path.
TestDatabase::getPhpErrorLogPath function core/lib/Drupal/Core/Test/TestDatabase.php Gets the file path of the PHP error log of the test.
TestLog class core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php Throws an exception while logging an exception.
TestLog.php file core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
TestLog::log function core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
TestRun::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRun.php Get test results for a test run, ordered by test class.
TestRun::insertLogEntry function core/lib/Drupal/Core/Test/TestRun.php Adds a test log entry.
TestRun::processPhpErrorLogFile function core/lib/Drupal/Core/Test/TestRun.php Reads the PHP error log and reports any errors as assertion failures.
TestRunResultsStorageInterface::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get test results for a test run, ordered by test class.
TestRunResultsStorageInterface::insertLogEntry function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Adds a test log entry for a test run to the storage.
TestRunTest::getTestLogEntry function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Returns a sample test run log entry.
TestRunTest::testGetLogEntriesByTestClass function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php @covers ::createNew
@covers ::insertLogEntry
@covers ::setDatabasePrefix
@covers ::getLogEntriesByTestClass
@covers ::getDatabasePrefix
@covers ::getTestClass
TestRunTest::testProcessPhpErrorLogFile function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php @covers ::createNew
@covers ::setDatabasePrefix
@covers ::processPhpErrorLogFile
@covers ::getLogEntriesByTestClass
TestSiteApplicationTest::testUserLogin function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteUserLoginCommand class core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php Command to generate a login link for the test site.
TestSiteUserLoginCommand.php file core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSiteUserLoginCommand::$classLoader property core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php The class loader to use for installation and initialization of setup.
TestSiteUserLoginCommand::configure function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSiteUserLoginCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSystemLoggerChannel class core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php Provides a decorator for the 'logger.channel.system' service for testing.
TestSystemLoggerChannel.php file core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php
TestSystemLoggerChannel::$innerLogger property core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php The decorated logger.channel.system service.
TestSystemLoggerChannel::$state property core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php The state service.
TestSystemLoggerChannel::log function core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php
TestSystemLoggerChannel::__construct function core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php Constructs an AdvisoriesTestHttpClient object.
TestToolkit::logCall function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Stores the values passed to a toolkit call.
ThemeInstaller::$logger property core/lib/Drupal/Core/Extension/ThemeInstaller.php
ThemeSettingsTest::testLogoConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that the default logo config can be overridden.
ThemeTest::testThemeSettingsLogo function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the theme settings logo form.
ThemeTest::testThemeSettingsNoLogoNoFavicon function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the theme settings form when logo and favicon features are disabled.
ui-dialog.css file core/profiles/demo_umami/themes/umami/css/classy/components/ui-dialog.css Styles for modal windows.
ui-dialog.css file core/themes/olivero/css/components/ui-dialog.css Styles for jQuery UI dialog.
ui-dialog.css file core/themes/claro/css/classy/components/ui-dialog.css Styles for modal windows.
ui-dialog.css file core/themes/starterkit_theme/css/components/ui-dialog.css Styles for modal windows.

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