Search for database
- Search 6.x-1.x for database
- Search 7.x-1.x for database
- Search 4.x for database
- Search 5.x for database
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
database.html.twig | file | webprofiler/ |
{% block toolbar %} {% set icon %} {{ collector.querycount }} {% if collector.querycount > 0 %} in {{ '%0.2f ms'|format(collector.time) }} {% endif %} {% endset %} {% set text %} … |
DatabaseController | class | webprofiler/ |
Class DatabaseController |
DatabaseController.php | file | webprofiler/ |
|
DatabaseController::$database | property | webprofiler/ |
|
DatabaseController::$profiler | property | webprofiler/ |
|
DatabaseController::create | function | webprofiler/ |
|
DatabaseController::explainAction | function | webprofiler/ |
|
DatabaseController::getQuery | function | webprofiler/ |
|
DatabaseController::__construct | function | webprofiler/ |
Constructs a new WebprofilerController. |
DatabaseDataCollector | class | webprofiler/ |
Class DatabaseDataCollector |
DatabaseDataCollector.php | file | webprofiler/ |
|
DatabaseDataCollector::$configFactory | property | webprofiler/ |
|
DatabaseDataCollector::$database | property | webprofiler/ |
|
DatabaseDataCollector::collect | function | webprofiler/ |
|
DatabaseDataCollector::getColorCode | function | webprofiler/ |
Returns a color based on the number of executed queries. |
DatabaseDataCollector::getData | function | webprofiler/ |
|
DatabaseDataCollector::getDatabase | function | webprofiler/ |
|
DatabaseDataCollector::getIcon | function | webprofiler/ |
Returns the collector icon in base64 format. |
DatabaseDataCollector::getLibraries | function | webprofiler/ |
Returns the libraries needed in detail panel. |
DatabaseDataCollector::getName | function | webprofiler/ |
Returns the name of the collector. |
DatabaseDataCollector::getPanelSummary | function | webprofiler/ |
Returns the string used in vertical tab summary. |
DatabaseDataCollector::getQueries | function | webprofiler/ |
|
DatabaseDataCollector::getQueryCount | function | webprofiler/ |
|
DatabaseDataCollector::getQueryHighlightThreshold | function | webprofiler/ |
Returns the configured query highlight threshold. |
DatabaseDataCollector::getTime | function | webprofiler/ |
Returns the total execution time. |
DatabaseDataCollector::getTitle | function | webprofiler/ |
Returns the datacollector title. |
DatabaseDataCollector::orderQueryByTime | function | webprofiler/ |
|
DatabaseDataCollector::__construct | function | webprofiler/ |
|
DatabaseProfilerStorage | class | webprofiler/ |
Implements a profiler storage using the DBTNG query api. |
DatabaseProfilerStorage.php | file | webprofiler/ |
|
DatabaseProfilerStorage::$database | property | webprofiler/ |
The database connection. |
DatabaseProfilerStorage::createProfileFromData | function | webprofiler/ |
|
DatabaseProfilerStorage::find | function | webprofiler/ |
|
DatabaseProfilerStorage::purge | function | webprofiler/ |
|
DatabaseProfilerStorage::read | function | webprofiler/ |
|
DatabaseProfilerStorage::write | function | webprofiler/ |
|
DatabaseProfilerStorage::__construct | function | webprofiler/ |
Constructs a new DatabaseProfilerStorage instance. |
profiler.database_storage | service | webprofiler/ |
Drupal\webprofiler\Profiler\DatabaseProfilerStorage |
webprofiler.database | service | webprofiler/ |
Drupal\webprofiler\DataCollector\DatabaseDataCollector |