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
AccessManagerWrapper::$dataCollector property webprofiler/src/Access/AccessManagerWrapper.php
AccessManagerWrapper::setDataCollector function webprofiler/src/Access/AccessManagerWrapper.php
AssetsDataCollector class webprofiler/src/DataCollector/AssetsDataCollector.php Collects data about the used assets (CSS/JS).
AssetsDataCollector.php file webprofiler/src/DataCollector/AssetsDataCollector.php
AssetsDataCollector::$root property webprofiler/src/DataCollector/AssetsDataCollector.php The app root.
AssetsDataCollector::addCssAsset function webprofiler/src/DataCollector/AssetsDataCollector.php
AssetsDataCollector::addJsAsset function webprofiler/src/DataCollector/AssetsDataCollector.php
AssetsDataCollector::collect function webprofiler/src/DataCollector/AssetsDataCollector.php
AssetsDataCollector::getCssCount function webprofiler/src/DataCollector/AssetsDataCollector.php Twig callback to return the amount of CSS files.
AssetsDataCollector::getIcon function webprofiler/src/DataCollector/AssetsDataCollector.php Returns the collector icon in base64 format.
AssetsDataCollector::getJsCount function webprofiler/src/DataCollector/AssetsDataCollector.php Twig callback to return the amount of JS files.
AssetsDataCollector::getName function webprofiler/src/DataCollector/AssetsDataCollector.php Returns the name of the collector.
AssetsDataCollector::getPanelSummary function webprofiler/src/DataCollector/AssetsDataCollector.php Returns the string used in vertical tab summary.
AssetsDataCollector::getTitle function webprofiler/src/DataCollector/AssetsDataCollector.php Returns the datacollector title.
AssetsDataCollector::__construct function webprofiler/src/DataCollector/AssetsDataCollector.php Constructs a AssetDataCollector object.
AssetsDataCollectorTest class webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php @coversDefaultClass \Drupal\webprofiler\DataCollector\AssetsDataCollector
AssetsDataCollectorTest.php file webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php
AssetsDataCollectorTest::$assetCollectionRendererInterface property webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php
AssetsDataCollectorTest::$assetDataCollector property webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php
AssetsDataCollectorTest::ROOT constant webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php
AssetsDataCollectorTest::setUp function webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php
AssetsDataCollectorTest::testCSS function webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php Tests the Assets data collector.
BlocksDataCollector class webprofiler/src/DataCollector/BlocksDataCollector.php Class BlocksDataCollector
BlocksDataCollector.php file webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::$entityManager property webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::collect function webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::getBlocksData function webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::getIcon function webprofiler/src/DataCollector/BlocksDataCollector.php Returns the collector icon in base64 format.
BlocksDataCollector::getLoadedBlocks function webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::getLoadedBlocksCount function webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::getName function webprofiler/src/DataCollector/BlocksDataCollector.php Returns the name of the collector.
BlocksDataCollector::getPanelSummary function webprofiler/src/DataCollector/BlocksDataCollector.php Returns the string used in vertical tab summary.
BlocksDataCollector::getRenderedBlocks function webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::getRenderedBlocksCount function webprofiler/src/DataCollector/BlocksDataCollector.php
BlocksDataCollector::getTitle function webprofiler/src/DataCollector/BlocksDataCollector.php Returns the datacollector title.
BlocksDataCollector::__construct function webprofiler/src/DataCollector/BlocksDataCollector.php
CacheBackendWrapper::$cacheDataCollector property webprofiler/src/Cache/CacheBackendWrapper.php The data collector to register the calls.
CacheBackendWrapper::garbageCollection function webprofiler/src/Cache/CacheBackendWrapper.php
CacheDataCollector class webprofiler/src/DataCollector/CacheDataCollector.php Collects the used cache bins and cache CIDs.
CacheDataCollector.php file webprofiler/src/DataCollector/CacheDataCollector.php
CacheDataCollector::cacheCids function webprofiler/src/DataCollector/CacheDataCollector.php Callback to return the total amount of hit cache CIDs keyed by bin.
CacheDataCollector::collect function webprofiler/src/DataCollector/CacheDataCollector.php
CacheDataCollector::getCacheCidsCount function webprofiler/src/DataCollector/CacheDataCollector.php Callback to return the total amount of requested cache CIDS.
CacheDataCollector::getCacheHits function webprofiler/src/DataCollector/CacheDataCollector.php Callback to return hit cache CIDs keyed by bin.
CacheDataCollector::getCacheHitsCount function webprofiler/src/DataCollector/CacheDataCollector.php Callback to return the total amount of hit cache CIDS.
CacheDataCollector::getCacheMisses function webprofiler/src/DataCollector/CacheDataCollector.php Callback to return miss cache CIDs keyed by bin.
CacheDataCollector::getCacheMissesCount function webprofiler/src/DataCollector/CacheDataCollector.php Callback to return the total amount of miss cache CIDS.
CacheDataCollector::getIcon function webprofiler/src/DataCollector/CacheDataCollector.php Returns the collector icon in base64 format.
CacheDataCollector::getName function webprofiler/src/DataCollector/CacheDataCollector.php Returns the name of the collector.
CacheDataCollector::getPanelSummary function webprofiler/src/DataCollector/CacheDataCollector.php Returns the string used in vertical tab summary.