You are here

public function ProfilerStorageInterface::purge in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php \Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::purge()

Purges all data from the database.

5 methods override ProfilerStorageInterface::purge()
BaseMemcacheProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php
Purges all data from the database.
FileProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php
Purges all data from the database.
MongoDbProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/MongoDbProfilerStorage.php
Purges all data from the database.
PdoProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Purges all data from the database.
RedisProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/RedisProfilerStorage.php
Purges all data from the database.

File

vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php, line 58

Class

ProfilerStorageInterface
ProfilerStorageInterface.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function purge();