public function AttributeBagInterface::remove

Removes an attribute.

Parameters

string $name:

Return value

mixed The removed value

1 method overrides AttributeBagInterface::remove()

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php, line 71

Class

AttributeBagInterface
Attributes store.

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function remove($name);