public function SessionInterface::getName

Returns the session name.

@api

Return value

mixed The session name.

1 method overrides SessionInterface::getName()
Session::getName in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
Returns the session name.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php, line 59

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getName();