public function ProfilerStorageInterface::purge

Purges all data from the database.

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

File

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

Class

ProfilerStorageInterface
ProfilerStorageInterface.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function purge();