Search for database

  1. Search 6.x-1.x for database
  2. Search 7.x-1.x for database
  3. Search 4.x for database
  4. Search 5.x for database
  5. Other projects
Title Object type File name Summary
database.html.twig file webprofiler/templates/Collector/database.html.twig {% block toolbar %}
{% set icon %}


{{ collector.querycount }}
{% if collector.querycount > 0 %}
in {{ '%0.2f ms'|format(collector.time) }}
{% endif %}

{% endset %}
{% set text %}

DatabaseController class webprofiler/src/Controller/DatabaseController.php Class DatabaseController
DatabaseController.php file webprofiler/src/Controller/DatabaseController.php
DatabaseController::$database property webprofiler/src/Controller/DatabaseController.php
DatabaseController::$profiler property webprofiler/src/Controller/DatabaseController.php
DatabaseController::create function webprofiler/src/Controller/DatabaseController.php
DatabaseController::explainAction function webprofiler/src/Controller/DatabaseController.php
DatabaseController::getQuery function webprofiler/src/Controller/DatabaseController.php
DatabaseController::__construct function webprofiler/src/Controller/DatabaseController.php Constructs a new WebprofilerController.
DatabaseDataCollector class webprofiler/src/DataCollector/DatabaseDataCollector.php Class DatabaseDataCollector
DatabaseDataCollector.php file webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::$configFactory property webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::$database property webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::collect function webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::getColorCode function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns a color based on the number of executed queries.
DatabaseDataCollector::getData function webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::getDatabase function webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::getIcon function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the collector icon in base64 format.
DatabaseDataCollector::getLibraries function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the libraries needed in detail panel.
DatabaseDataCollector::getName function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the name of the collector.
DatabaseDataCollector::getPanelSummary function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the string used in vertical tab summary.
DatabaseDataCollector::getQueries function webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::getQueryCount function webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::getQueryHighlightThreshold function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the configured query highlight threshold.
DatabaseDataCollector::getTime function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the total execution time.
DatabaseDataCollector::getTitle function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the datacollector title.
DatabaseDataCollector::orderQueryByTime function webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseDataCollector::__construct function webprofiler/src/DataCollector/DatabaseDataCollector.php
DatabaseProfilerStorage class webprofiler/src/Profiler/DatabaseProfilerStorage.php Implements a profiler storage using the DBTNG query api.
DatabaseProfilerStorage.php file webprofiler/src/Profiler/DatabaseProfilerStorage.php
DatabaseProfilerStorage::$database property webprofiler/src/Profiler/DatabaseProfilerStorage.php The database connection.
DatabaseProfilerStorage::createProfileFromData function webprofiler/src/Profiler/DatabaseProfilerStorage.php
DatabaseProfilerStorage::find function webprofiler/src/Profiler/DatabaseProfilerStorage.php
DatabaseProfilerStorage::purge function webprofiler/src/Profiler/DatabaseProfilerStorage.php
DatabaseProfilerStorage::read function webprofiler/src/Profiler/DatabaseProfilerStorage.php
DatabaseProfilerStorage::write function webprofiler/src/Profiler/DatabaseProfilerStorage.php
DatabaseProfilerStorage::__construct function webprofiler/src/Profiler/DatabaseProfilerStorage.php Constructs a new DatabaseProfilerStorage instance.
profiler.database_storage service webprofiler/webprofiler.services.yml Drupal\webprofiler\Profiler\DatabaseProfilerStorage
webprofiler.database service webprofiler/webprofiler.services.yml Drupal\webprofiler\DataCollector\DatabaseDataCollector