public function SessionInterface::remove

Removes an attribute.

@api

Parameters

string $name:

Return value

mixed The removed value

1 method overrides SessionInterface::remove()
Session::remove in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
Removes an attribute.

File

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

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function remove($name);