public function Profile::getToken

Gets the token.

Return value

string The token

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function getToken() {
  return $this->token;
}