public function AttributeBagInterface::set

Sets an attribute.

Parameters

string $name:

mixed $value:

1 method overrides AttributeBagInterface::set()
AttributeBag::set in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
Sets an attribute.

File

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

Class

AttributeBagInterface
Attributes store.

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function set($name, $value);