You are here

public function DrupalDataCollectorInterface::getLibraries in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getLibraries()
  2. 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getLibraries()
  3. 4.x webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getLibraries()

Returns the libraries needed in detail panel.

Return value

array The render array for detail panel.

2 methods override DrupalDataCollectorInterface::getLibraries()
DatabaseDataCollector::getLibraries in webprofiler/src/DataCollector/DatabaseDataCollector.php
Returns the libraries needed in detail panel.
TimeDataCollector::getLibraries in webprofiler/src/DataCollector/TimeDataCollector.php
Returns the libraries needed in detail panel.

File

webprofiler/src/DrupalDataCollectorInterface.php, line 56

Class

DrupalDataCollectorInterface
Interface DrupalDataCollectorInterface.

Namespace

Drupal\webprofiler

Code

public function getLibraries();