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