Search for db
Title | Object type | File name | Summary |
---|---|---|---|
DbLogTest::$adminUser | property | core/ |
A user with some relevant administrative permissions. |
DbLogTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DbLogTest::$modules | property | core/ |
Modules to install. |
DbLogTest::$modules | property | core/ |
Modules to install. |
DbLogTest::$webUser | property | core/ |
A user without any permissions. |
DbLogTest::assertLogMessage | function | core/ |
Confirms that a log message appears on the database log overview screen. |
DbLogTest::clearLogsEntries | function | core/ |
Clear the entry logs by clicking on 'Clear log messages' button. |
DbLogTest::doNode | function | core/ |
Generates and then verifies some node events. |
DbLogTest::doUser | function | core/ |
Generates and then verifies some user events. |
DbLogTest::filterLogsEntries | function | core/ |
Filters the logs according to the specific severity and log entry type. |
DbLogTest::getLogEntries | function | core/ |
Gets the database log event information from the browser page. |
DbLogTest::getLogsEntriesTable | function | core/ |
Find the Logs table in the DOM. |
DbLogTest::getSeverityConstant | function | core/ |
Gets the watchdog severity constant corresponding to the CSS class. |
DbLogTest::getTypeCount | function | core/ |
Gets the count of database log entries by database log event type. |
DbLogTest::runCron | function | core/ |
Runs cron and returns number of new log entries. |
DbLogTest::setUp | function | core/ |
|
DbLogTest::setUp | function | core/ |
|
DbLogTest::test403LogEventPage | function | core/ |
Tests that a 403 event is logged with the exception triggering it. |
DbLogTest::testBacktrace | function | core/ |
Tests that the details page displays correctly backtrace. |
DbLogTest::testDbLog | function | core/ |
Tests Database Logging module functionality through interfaces. |
DbLogTest::testDBLogAddAndClear | function | core/ |
Tests the addition and clearing of log events through the admin interface. |
DbLogTest::testDbLogCron | function | core/ |
Tests that cron correctly applies the database log row limit. |
DbLogTest::testFilter | function | core/ |
Tests the database log filter functionality at admin/reports/dblog. |
DbLogTest::testInvalidPlaceholders | function | core/ |
Tests that only valid placeholders are stored in the variables column. |
DbLogTest::testLogEventNotFoundPage | function | core/ |
Tests not-existing log event page. |
DbLogTest::testLogEventPage | function | core/ |
Tests individual log event page. |
DbLogTest::testLogEventPageWithMissingInfo | function | core/ |
Tests individual log event page with missing log attributes. |
DbLogTest::testMessageParsing | function | core/ |
Test that twig errors are displayed correctly. |
DbLogTest::testOnError | function | core/ |
Tests that the details page displays the backtrace for a logged \Throwable. |
DbLogTest::testOverviewLinks | function | core/ |
Make sure HTML tags are filtered out in the log overview links. |
DbLogTest::testSameTimestampEntries | function | core/ |
Tests sorting for entries with the same timestamp. |
DbLogTest::testTemporaryUser | function | core/ |
Tests that the details page displays correctly for a temporary user. |
DbLogTest::verifyBreadcrumbs | function | core/ |
Generates and then verifies breadcrumbs. |
DbLogTest::verifyEvents | function | core/ |
Generates and then verifies various types of events. |
DbLogTest::verifyLinkEscaping | function | core/ |
Tests link escaping in the operation row of a database log detail page. |
DbLogTest::verifyReports | function | core/ |
Confirms that database log reports are displayed at the correct paths. |
DbLogTest::verifyRowLimit | function | core/ |
Verifies setting of the database log row limit. |
DbLogTest::verifySort | function | core/ |
Verifies the sorting functionality of the database logging reports table. |
DblogTypes | class | core/ |
Exposes log types to views module. |
DblogTypes.php | file | core/ |
|
DblogTypes::getValueOptions | function | core/ |
Gets the value options. |
DblogTypes::valueForm | function | core/ |
Options form subform for setting options. |
DblogViewsHooks | class | core/ |
Hook implementations for dblog. |
DblogViewsHooks.php | file | core/ |
|
DblogViewsHooks::viewsData | function | core/ |
Implements hook_views_data(). |
DbLogViewsTest | class | core/ |
Verifies user access to log reports based on permissions. |
DbLogViewsTest.php | file | core/ |
|
DbLogViewsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DbLogViewsTest::$modules | property | core/ |
Modules to install. |
DbLogViewsTest::filterLogsEntries | function | core/ |
Filters the logs according to the specific severity and log entry type. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.