Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| dblog.routing.yml | file | core/ |
core/modules/dblog/dblog.routing.yml |
| dblog.schema.yml | file | core/ |
core/modules/dblog/config/schema/dblog.schema.yml |
| dblog.services.yml | file | core/ |
core/modules/dblog/dblog.services.yml |
| dblog.settings.yml | file | core/ |
core/modules/dblog/config/install/dblog.settings.yml |
| dblog.views.inc | file | core/ |
Provide views data for dblog.module. |
| dblog.views.schema.yml | file | core/ |
core/modules/dblog/config/schema/dblog.views.schema.yml |
| DbLog::$connection | property | core/ |
The database connection object. |
| DbLog::$parser | property | core/ |
The message's placeholders parser. |
| DbLog::DEDICATED_DBLOG_CONNECTION_TARGET | constant | core/ |
The dedicated database connection target to use for log entries. |
| DbLog::log | function | core/ |
|
| DbLog::__construct | function | core/ |
Constructs a DbLog object. |
| DblogClearLogConfirmForm | class | core/ |
Provides a confirmation form before clearing out the logs. |
| DblogClearLogConfirmForm.php | file | core/ |
|
| DblogClearLogConfirmForm::$connection | property | core/ |
The database connection. |
| DblogClearLogConfirmForm::create | function | core/ |
Instantiates a new instance of this class. |
| DblogClearLogConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| DblogClearLogConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| DblogClearLogConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| DblogClearLogConfirmForm::submitForm | function | core/ |
Form submission handler. |
| DblogClearLogConfirmForm::__construct | function | core/ |
Constructs a new DblogClearLogConfirmForm. |
| DbLogController | class | core/ |
Returns responses for dblog routes. |
| DbLogController.php | file | core/ |
|
| DbLogController::$database | property | core/ |
The database service. |
| DbLogController::$dateFormatter | property | core/ |
The date formatter service. |
| DbLogController::$formBuilder | property | core/ |
The form builder service. |
| DbLogController::$moduleHandler | property | core/ |
The module handler service. |
| DbLogController::$userStorage | property | core/ |
The user storage. |
| DbLogController::buildFilterQuery | function | core/ |
Builds a query for database log administration filters based on session. |
| DbLogController::create | function | core/ |
Instantiates a new instance of this class. |
| DbLogController::createLink | function | core/ |
Creates a Link object if the provided URI is valid. |
| DbLogController::eventDetails | function | core/ |
Displays details about a specific database log message. |
| DbLogController::formatMessage | function | core/ |
Formats a database log message. |
| DbLogController::getLogLevelClassMap | function | core/ |
Gets an array of log level classes. |
| DbLogController::overview | function | core/ |
Displays a listing of database log messages. |
| DbLogController::topLogMessages | function | core/ |
Shows the most frequent log messages of a given event type. |
| DbLogController::__construct | function | core/ |
Constructs a DbLogController object. |
| DbLogControllerTest | class | core/ |
Tests for the DbLogController class. |
| DbLogControllerTest.php | file | core/ |
|
| DbLogControllerTest::$modules | property | core/ |
Modules to enable. |
| DbLogControllerTest::setUp | function | core/ |
|
| DbLogControllerTest::testDbLogCorrupted | function | core/ |
Tests corrupted log entries can still display available data. |
| DbLogControllerTest::testNonLatinCharacters | function | core/ |
Tests links with non latin characters. |
| DblogFilterForm | class | core/ |
Provides the database logging filter form. |
| DblogFilterForm.php | file | core/ |
|
| DblogFilterForm::buildForm | function | core/ |
Form constructor. |
| DblogFilterForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| DblogFilterForm::resetForm | function | core/ |
Resets the filter form. |
| DblogFilterForm::submitForm | function | core/ |
Form submission handler. |
| DblogFilterForm::validateForm | function | core/ |
Form validation handler. |
| DblogFiltersAndFieldsUpgradeTest | class | core/ |
Tests the upgrade path for views field and filter handlers. |
Pagination
- Previous page
- Page 360
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.