Removes an attribute.
Parameters
string $name:
Return value
mixed The removed value
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);