function FileProfilerStorage::getIndexFilename
Gets the index filename.
3 calls to FileProfilerStorage::getIndexFilename()
- FileProfilerStorage::find in vendor/
symfony/ http-kernel/ Profiler/ FileProfilerStorage.php - Finds profiler tokens for the given criteria.
- FileProfilerStorage::removeExpiredProfiles in vendor/
symfony/ http-kernel/ Profiler/ FileProfilerStorage.php - FileProfilerStorage::write in vendor/
symfony/ http-kernel/ Profiler/ FileProfilerStorage.php
File
-
vendor/
symfony/ http-kernel/ Profiler/ FileProfilerStorage.php, line 215
Class
- FileProfilerStorage
- Storage for profiler using files.
Namespace
Symfony\Component\HttpKernel\ProfilerCode
protected function getIndexFilename() : string {
return $this->folder . '/index.csv';
}