SysLog::syslogWrapper |
function |
core/modules/syslog/src/Logger/SysLog.php |
A syslog wrapper to make syslog functionality testable. |
SysLog::__construct |
function |
core/modules/syslog/src/Logger/SysLog.php |
Constructs a SysLog object. |
SyslogTest |
class |
core/modules/syslog/tests/src/Kernel/SyslogTest.php |
Test syslog logger functionality. |
SyslogTest |
class |
core/modules/syslog/tests/src/Functional/SyslogTest.php |
Tests syslog settings. |
SysLogTest |
class |
core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php |
Redirects logging messages to error_log. |
SyslogTest.php |
file |
core/modules/syslog/tests/src/Kernel/SyslogTest.php |
|
SyslogTest.php |
file |
core/modules/syslog/tests/src/Functional/SyslogTest.php |
|
SysLogTest.php |
file |
core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php |
|
SyslogTest::$defaultTheme |
property |
core/modules/syslog/tests/src/Functional/SyslogTest.php |
The theme to install as the default for testing. |
SyslogTest::$modules |
property |
core/modules/syslog/tests/src/Kernel/SyslogTest.php |
Modules to enable. |
SyslogTest::$modules |
property |
core/modules/syslog/tests/src/Functional/SyslogTest.php |
Modules to enable. |
SyslogTest::setUp |
function |
core/modules/syslog/tests/src/Kernel/SyslogTest.php |
|
SysLogTest::syslogWrapper |
function |
core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php |
A syslog wrapper to make syslog functionality testable. |
SyslogTest::testSettings |
function |
core/modules/syslog/tests/src/Functional/SyslogTest.php |
Tests the syslog settings page. |
SyslogTest::testSyslogSeverity |
function |
core/modules/syslog/tests/src/Kernel/SyslogTest.php |
Test severity level logging. |
SyslogTest::testSyslogWriting |
function |
core/modules/syslog/tests/src/Kernel/SyslogTest.php |
@covers ::log |
SyslogUpdateTest |
class |
core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php |
Tests that syslog settings are properly updated during database updates. |
SyslogUpdateTest.php |
file |
core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php |
|
SyslogUpdateTest::setDatabaseDumpFiles |
function |
core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php |
Set database dump files to be used. |
SyslogUpdateTest::testSyslogSettingsFacilityDataType |
function |
core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php |
Tests that syslog.settings.facility has been converted from string to int. |
syslog_facility_list |
function |
core/modules/syslog/syslog.module |
Lists all possible syslog facilities for UNIX/Linux. |
syslog_form_system_logging_settings_alter |
function |
core/modules/syslog/syslog.module |
Implements hook_form_FORM_ID_alter(). |
syslog_help |
function |
core/modules/syslog/syslog.module |
Implements hook_help(). |
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_8400 |
function |
core/modules/syslog/syslog.install |
Convert syslog.settings.facility to an integer. |
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 |
TemporaryJsonapiFileFieldUploader::$logger |
property |
core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php |
A logger instance. |
TestBase::assertErrorLogged |
function |
core/modules/simpletest/src/TestBase.php |
Asserts that a specific error has been logged to the PHP error log. |
TestBase::assertNoErrorsLogged |
function |
core/modules/simpletest/src/TestBase.php |
Asserts that no errors have been logged to the PHP error.log thus far. |
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::logRead |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Reads the error log and reports any errors as assertion failures. |
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 |
|
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 |
|
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 |
Test the theme settings logo form. |