dblog.migrate_drupal.yml |
file |
core/modules/dblog/migrations/state/dblog.migrate_drupal.yml |
core/modules/dblog/migrations/state/dblog.migrate_drupal.yml |
dblog.module |
file |
core/modules/dblog/dblog.module |
System monitoring and logging for administrators. |
dblog.module.css |
file |
core/themes/stable9/css/dblog/dblog.module.css |
Admin styles for the Database Logging module. |
dblog.module.css |
file |
core/modules/dblog/css/dblog.module.css |
Admin styles for the Database Logging module. |
DbLog.php |
file |
core/modules/dblog/src/Logger/DbLog.php |
|
dblog.post_update.php |
file |
core/modules/dblog/dblog.post_update.php |
Post update functions for the Database Logging module. |
dblog.routing.yml |
file |
core/modules/dblog/dblog.routing.yml |
core/modules/dblog/dblog.routing.yml |
dblog.schema.yml |
file |
core/modules/dblog/config/schema/dblog.schema.yml |
core/modules/dblog/config/schema/dblog.schema.yml |
dblog.services.yml |
file |
core/modules/dblog/dblog.services.yml |
core/modules/dblog/dblog.services.yml |
dblog.settings.yml |
file |
core/modules/dblog/config/install/dblog.settings.yml |
core/modules/dblog/config/install/dblog.settings.yml |
dblog.views.inc |
file |
core/modules/dblog/dblog.views.inc |
Provide views data for dblog.module. |
dblog.views.schema.yml |
file |
core/modules/dblog/config/schema/dblog.views.schema.yml |
core/modules/dblog/config/schema/dblog.views.schema.yml |
DbLog::$connection |
property |
core/modules/dblog/src/Logger/DbLog.php |
The database connection object. |
DbLog::$parser |
property |
core/modules/dblog/src/Logger/DbLog.php |
The message's placeholders parser. |
DbLog::DEDICATED_DBLOG_CONNECTION_TARGET |
constant |
core/modules/dblog/src/Logger/DbLog.php |
The dedicated database connection target to use for log entries. |
DbLog::log |
function |
core/modules/dblog/src/Logger/DbLog.php |
|
DbLog::__construct |
function |
core/modules/dblog/src/Logger/DbLog.php |
Constructs a DbLog object. |
DblogClearLogConfirmForm |
class |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
Provides a confirmation form before clearing out the logs. |
DblogClearLogConfirmForm.php |
file |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
|
DblogClearLogConfirmForm::$connection |
property |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
The database connection. |
DblogClearLogConfirmForm::create |
function |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
Instantiates a new instance of this class. |
DblogClearLogConfirmForm::getCancelUrl |
function |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
Returns the route to go to if the user cancels the action. |
DblogClearLogConfirmForm::getFormId |
function |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
Returns a unique string identifying the form. |
DblogClearLogConfirmForm::getQuestion |
function |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
Returns the question to ask the user. |
DblogClearLogConfirmForm::submitForm |
function |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
Form submission handler. |
DblogClearLogConfirmForm::__construct |
function |
core/modules/dblog/src/Form/DblogClearLogConfirmForm.php |
Constructs a new DblogClearLogConfirmForm. |
DbLogController |
class |
core/modules/dblog/src/Controller/DbLogController.php |
Returns responses for dblog routes. |
DbLogController.php |
file |
core/modules/dblog/src/Controller/DbLogController.php |
|
DbLogController::$database |
property |
core/modules/dblog/src/Controller/DbLogController.php |
The database service. |
DbLogController::$dateFormatter |
property |
core/modules/dblog/src/Controller/DbLogController.php |
The date formatter service. |
DbLogController::$userStorage |
property |
core/modules/dblog/src/Controller/DbLogController.php |
The user storage. |
DbLogController::buildFilterQuery |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Builds a query for database log administration filters based on session. |
DbLogController::createLink |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Creates a Link object if the provided URI is valid. |
DbLogController::eventDetails |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Displays details about a specific database log message. |
DbLogController::formatMessage |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Formats a database log message. |
DbLogController::getLogLevelClassMap |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Gets an array of log level classes. |
DbLogController::overview |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Displays a listing of database log messages. |
DbLogController::topLogMessages |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Shows the most frequent log messages of a given event type. |
DbLogController::__construct |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Constructs a DbLogController object. |
DbLogControllerTest |
class |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Tests for the DbLogController class. |
DbLogControllerTest.php |
file |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
|
DbLogControllerTest::$modules |
property |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Modules to install. |
DbLogControllerTest::setUp |
function |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
|
DbLogControllerTest::testDbLogCorrupted |
function |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Tests corrupted log entries can still display available data. |
DbLogControllerTest::testNonLatinCharacters |
function |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Tests links with non latin characters. |
DblogFilterForm |
class |
core/modules/dblog/src/Form/DblogFilterForm.php |
Provides the database logging filter form. |
DblogFilterForm.php |
file |
core/modules/dblog/src/Form/DblogFilterForm.php |
|
DblogFilterForm::buildForm |
function |
core/modules/dblog/src/Form/DblogFilterForm.php |
Form constructor. |
DblogFilterForm::getFormId |
function |
core/modules/dblog/src/Form/DblogFilterForm.php |
Returns a unique string identifying the form. |
DblogFilterForm::resetForm |
function |
core/modules/dblog/src/Form/DblogFilterForm.php |
Resets the filter form. |