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 10.3.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
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.
ui-dialog.pcss.css file core/themes/olivero/css/components/ui-dialog.pcss.css Styles for jQuery UI dialog.
UiHelperTrait::$loggedInUser property core/tests/Drupal/Tests/UiHelperTrait.php The current user logged in using the Mink controlled browser.
UiHelperTrait::$useOneTimeLoginLinks property core/tests/Drupal/Tests/UiHelperTrait.php Use one-time login links instead of submitting the login form.
UiHelperTrait::drupalLogin function core/tests/Drupal/Tests/UiHelperTrait.php Logs in a user using the Mink controlled browser.
UiHelperTrait::drupalLogout function core/tests/Drupal/Tests/UiHelperTrait.php Logs a user out of the Mink controlled browser and confirms.
UiHelperTrait::drupalUserIsLoggedIn function core/tests/Drupal/Tests/UiHelperTrait.php Returns whether a given user account is logged in.
UncaughtExceptionTest::assertErrorLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that a specific error has been logged to the PHP error log.
UncaughtExceptionTest::assertNoErrorsLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that no errors have been logged to the PHP error.log thus far.
UncaughtExceptionTest::testLoggerException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests fallback to PHP error log when an exception is thrown while logging.
UpdateFetcherTest::$logger property core/modules/update/tests/src/Unit/UpdateFetcherTest.php The logger.
UpdatePathTest::testLogEntryWithBigId function core/modules/dblog/tests/src/Functional/UpdatePathTest.php Tests that, after update 10101, the 'wid' column can be a 64-bit integer.
UpdateRegistry::$logFilename property core/lib/Drupal/Core/Update/UpdateRegistry.php The filename of the log file.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data without dblog installed.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data with dblog installed.
User::getLastLoginTime function core/modules/user/src/Entity/User.php Returns the UNIX timestamp when the user last logged in.
User::setLastLoginTime function core/modules/user/src/Entity/User.php Sets the UNIX timestamp when the user last logged in.

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