Search for collect

  1. Search 6.x-1.x for collect
  2. Search 7.x-1.x for collect
  3. Search 4.x for collect
  4. Search 5.x for collect
  5. Other projects
Title Object type File name Summary
CacheDataCollector::getTitle function webprofiler/src/DataCollector/CacheDataCollector.php Returns the datacollector title.
CacheDataCollector::registerCacheHit function webprofiler/src/DataCollector/CacheDataCollector.php Registers a cache get on a specific cache bin.
CacheDataCollector::registerCacheMiss function webprofiler/src/DataCollector/CacheDataCollector.php Registers a cache get on a specific cache bin.
CacheDataCollector::WEBPROFILER_CACHE_HIT constant webprofiler/src/DataCollector/CacheDataCollector.php
CacheDataCollector::WEBPROFILER_CACHE_MISS constant webprofiler/src/DataCollector/CacheDataCollector.php
CacheDataCollector::__construct function webprofiler/src/DataCollector/CacheDataCollector.php
CacheDataCollectorTest class webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php @coversDefaultClass \Drupal\webprofiler\DataCollector\CacheDataCollector
CacheDataCollectorTest.php file webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php
CacheDataCollectorTest::$cacheBackendInterface property webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php
CacheDataCollectorTest::$cacheDataCollector property webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php
CacheDataCollectorTest::setUp function webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php
CacheDataCollectorTest::testCacheCollectorHit function webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php Tests the collection of a cache hit.
CacheDataCollectorTest::testCacheCollectorMiss function webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php Tests the collection of a cache miss.
CacheFactoryWrapper::$cacheDataCollector property webprofiler/src/Cache/CacheFactoryWrapper.php The cache data collector.
ConfigDataCollector class webprofiler/src/DataCollector/ConfigDataCollector.php Provides a datacollector to show all requested configs.
ConfigDataCollector.php file webprofiler/src/DataCollector/ConfigDataCollector.php
ConfigDataCollector::addConfigName function webprofiler/src/DataCollector/ConfigDataCollector.php Registers a new requested config name.
ConfigDataCollector::collect function webprofiler/src/DataCollector/ConfigDataCollector.php
ConfigDataCollector::getConfigNames function webprofiler/src/DataCollector/ConfigDataCollector.php Callback to display the config names.
ConfigDataCollector::getIcon function webprofiler/src/DataCollector/ConfigDataCollector.php Returns the collector icon in base64 format.
ConfigDataCollector::getName function webprofiler/src/DataCollector/ConfigDataCollector.php Returns the name of the collector.
ConfigDataCollector::getPanelSummary function webprofiler/src/DataCollector/ConfigDataCollector.php Returns the string used in vertical tab summary.
ConfigDataCollector::getTitle function webprofiler/src/DataCollector/ConfigDataCollector.php Returns the datacollector title.
ConfigFactoryWrapper::$dataCollector property webprofiler/src/Config/ConfigFactoryWrapper.php
ConfigFactoryWrapper::setDataCollector function webprofiler/src/Config/ConfigFactoryWrapper.php
ConfigForm::getCollectors function webprofiler/src/Form/ConfigForm.php
CssCollectionRendererWrapper class webprofiler/src/Asset/CssCollectionRendererWrapper.php Class CssCollectionRendererWrapper.
CssCollectionRendererWrapper.php file webprofiler/src/Asset/CssCollectionRendererWrapper.php
CssCollectionRendererWrapper::$assetCollectionRenderer property webprofiler/src/Asset/CssCollectionRendererWrapper.php
CssCollectionRendererWrapper::$dataCollector property webprofiler/src/Asset/CssCollectionRendererWrapper.php
CssCollectionRendererWrapper::render function webprofiler/src/Asset/CssCollectionRendererWrapper.php
CssCollectionRendererWrapper::__construct function webprofiler/src/Asset/CssCollectionRendererWrapper.php
DashboardController::restCollectorAction function webprofiler/src/Controller/DashboardController.php Exposes collector's data as JSON.
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.