public function AttributeBagInterface::replace

Sets attributes.

Parameters

array $attributes Attributes:

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

File

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

Class

AttributeBagInterface
Attributes store.

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function replace(array $attributes);