class FileProfilerStorage

Storage for profiler using files.

@author Alexandre Salomé <alexandre.salome@gmail.com>

Hierarchy

Expanded class hierarchy of FileProfilerStorage

1 file declares its use of FileProfilerStorage

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php, line 18

Namespace

Symfony\Component\HttpKernel\Profiler
View source

Members

Namesort descending Modifiers Type Description Overrides
FileProfilerStorage::$folder private property Folder where profiler data are stored.
FileProfilerStorage::createProfileFromData protected function
FileProfilerStorage::find public function Finds profiler tokens for the given criteria. Overrides ProfilerStorageInterface::find
FileProfilerStorage::getFilename protected function Gets filename to store data, associated to the token.
FileProfilerStorage::getIndexFilename protected function Gets the index filename.
FileProfilerStorage::purge public function Purges all data from the database. Overrides ProfilerStorageInterface::purge
FileProfilerStorage::read public function Reads data associated with the given token. Overrides ProfilerStorageInterface::read
FileProfilerStorage::readLineFromFile protected function Reads a line in the file, ending with the current position.
FileProfilerStorage::write public function Saves a Profile. Overrides ProfilerStorageInterface::write
FileProfilerStorage::__construct public function Constructs the file storage using a "dsn-like" path.