function DrupalDataCollectorInterface::getIcon
Returns the collector icon in base64 format.
Return value
string The collector icon.
23 methods override DrupalDataCollectorInterface::getIcon()
- AssetsDataCollector::getIcon in webprofiler/
src/ DataCollector/ AssetsDataCollector.php - Returns the collector icon in base64 format.
- BlocksDataCollector::getIcon in webprofiler/
src/ DataCollector/ BlocksDataCollector.php - Returns the collector icon in base64 format.
- CacheDataCollector::getIcon in webprofiler/
src/ DataCollector/ CacheDataCollector.php - Returns the collector icon in base64 format.
- ConfigDataCollector::getIcon in webprofiler/
src/ DataCollector/ ConfigDataCollector.php - Returns the collector icon in base64 format.
- DatabaseDataCollector::getIcon in webprofiler/
src/ DataCollector/ DatabaseDataCollector.php - Returns the collector icon in base64 format.
File
-
webprofiler/
src/ DrupalDataCollectorInterface.php, line 40
Class
- DrupalDataCollectorInterface
- Interface DrupalDataCollectorInterface.
Namespace
Drupal\webprofilerCode
public function getIcon();