You are here

public function SessionInterface::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/SessionInterface.php \Symfony\Component\HttpFoundation\Session\SessionInterface::getName()

Returns the session name.

Return value

mixed The session name.

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

File

vendor/symfony/http-foundation/Session/SessionInterface.php, line 51

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getName();