DBLogTest::verifyCron |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Verifies that cron correctly applies the database log row limit. |
DBLogTest::getContent |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Creates random content based on node content type. |
DBLogTest::testFilter |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Tests the database log filter functionality at admin/reports/dblog. |
statistics_access_log |
function |
drupal/core/modules/statistics/statistics.admin.inc |
Page callback: Gathers page access statistics suitable for rendering. |
UrlGenerator::$logger |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
|
LoggerInterface::crit |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
LoggerInterface::warn |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
LoggerInterface::info |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
ajax_test_dialog_form |
function |
drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module |
Form builder: Renders buttons with #ajax['dialog']. |
DBLogResource::routes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/DBLogResource.php |
Overrides \Drupal\rest\Plugin\ResourceBase::routes(). |
Connection::setLogger |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Associates a logging object with this connection. |
Connection::getLogger |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Gets the current logging object for this connection. |
user_login_form_submit |
function |
drupal/core/modules/user/user.module |
Submit handler for the login form. Load $user object and perform standard login
tasks. The user is then redirected to the My Account page. Setting the
destination in the query string overrides the redirect. |
user_login_destination |
function |
drupal/core/modules/user/user.module |
Helper function to rewrite the destination to avoid redirecting to login page after login. |
LoggerInterface::emerg |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
LoggerInterface::alert |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
dblog_clear_log_submit |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Form submission handler for dblog_clear_log_form(). |
LoggerInterface::debug |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
DialogTest::testDialog |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/DialogTest.php |
Ensure elements with #ajax['dialog'] render correctly. |
UserLoginTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php |
|
MockUserLoginBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Definition of Drupal\plugin_test\Plugin\plugin_test\mock_block\MockUserLoginBlock. |
Logging severity levels |
group |
drupal/core/includes/bootstrap.inc |
Logging severity levels as defined in RFC 3164. |
LoggerDataCollectorTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php |
|
Compiler::addLogMessage |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/Compiler.php |
Adds a log message. |
DBLogTest::verifyEvents |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Generates and then verifies various types of events. |
DBLogTest::getTypeCount |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Gets the count of database log entries by database log event type. |
session_test_user_login |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Implements hook_user(). |
system_logging_settings |
function |
drupal/core/modules/system/system.admin.inc |
Form builder; Configure error reporting settings. |
DBLogTest::testWatchdog |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/DBLogTest.php |
Writes a log messages and retrieves it via the web API. |
LoggerDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
|
LoggerInterface::notice |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
RouterListener::$logger |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
TestLogger::countErrors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php |
Returns the number of errors. |
user_login_name_validate |
function |
drupal/core/modules/user/user.module |
A FAPI validate handler. Sets an error if supplied username has been blocked. |
DBLogTest::verifyReports |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Confirms that database log reports are displayed at the correct paths. |
DBLogTest::getLogEntries |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Gets the database log event information from the browser page. |
DebugLoggerInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php |
|
dblog_build_filter_query |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Builds a query for database log administration filters based on session. |
dblog_filter_form_submit |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Form submission handler for dblog_filter_form(). |
_dblog_get_message_types |
function |
drupal/core/modules/dblog/dblog.module |
Gathers a list of uniquely defined database log message types. |
NodeRevisionsTest::$logs |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php |
|
DisplayInternalLogicTest |
class |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Tests the API and internal logic offered by Displays. |
SyslogTest::testSettings |
function |
drupal/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php |
Tests the syslog settings page. |
openid_login_form_submit |
function |
drupal/core/modules/openid/openid.module |
Form submit handler for openid_login_form(). |
WebTestBase::drupalLogin |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Log in a user with the internal browser. |
LoggingFormatter::format |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php |
|
user_login_final_validate |
function |
drupal/core/modules/user/user.module |
The final validation handler on the login form. |
DBLogTest::verifyRowLimit |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Verifies setting of the database log row limit. |
StatisticsLoggingTest.php |
file |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php |
Definition of Drupal\statistics\Tests\StatisticsLoggingTest. |
ajax_test_dialog_contents |
function |
drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module |
Menu callback: Returns the contents for dialogs opened by ajax_test_dialog(). |