public function DrupalDataCollectorInterface::getIcon in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getIcon()
- 8.2 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getIcon()
- 4.x webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\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();