public function ProfilerStorageInterface::read

Reads data associated with the given token.

The method returns false if the token does not exists in the storage.

Parameters

string $token A token:

Return value

Profile The profile associated with token

5 methods override ProfilerStorageInterface::read()

File

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

Class

ProfilerStorageInterface
ProfilerStorageInterface.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function read($token);