You are here

public function ProfilerInterface::getStorage in XHProf 8

Returns the current selected storage.

Return value

\Drupal\xhprof\XHProfLib\Storage\StorageInterface The storage.

1 method overrides ProfilerInterface::getStorage()
Profiler::getStorage in src/Profiler.php
Returns the current selected storage.

File

src/ProfilerInterface.php, line 79

Class

ProfilerInterface
Provides interface to interact with profiler.

Namespace

Drupal\xhprof

Code

public function getStorage();