public function ProfilerStorageInterface::write

Saves a Profile.

Parameters

Profile $profile A Profile instance:

Return value

Boolean Write operation successful

5 methods override ProfilerStorageInterface::write()
BaseMemcacheProfilerStorage::write in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
Saves a Profile.
FileProfilerStorage::write in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
Saves a Profile.
MongoDbProfilerStorage::write in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php
Saves a Profile.
PdoProfilerStorage::write in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php
Saves a Profile.
RedisProfilerStorage::write in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php
Saves a Profile.

File

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

Class

ProfilerStorageInterface
ProfilerStorageInterface.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function write(Profile $profile);