You are here

public function Profiler::getStorage in XHProf 8

Returns the current selected storage.

Return value

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

Overrides ProfilerInterface::getStorage

File

src/Profiler.php, line 187

Class

Profiler
Provides profiler service.

Namespace

Drupal\xhprof

Code

public function getStorage() {
  return $this->storage;
}