You are here

public function DrupalDataCollectorInterface::getIcon in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getIcon()
  2. 8.2 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getIcon()
  3. 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.

... See full list

File

webprofiler/src/DrupalDataCollectorInterface.php, line 40

Class

DrupalDataCollectorInterface
Interface DrupalDataCollectorInterface.

Namespace

Drupal\webprofiler

Code

public function getIcon();