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
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php, line 44
Class
- ProfilerStorageInterface
- ProfilerStorageInterface.
Namespace
Symfony\Component\HttpKernel\Profiler
Code
public function read($token);