Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AttributeBagInterface.php

function AttributeBagInterface::remove

Removes an attribute.

Return value

mixed The removed value or null when it does not exist

1 method overrides AttributeBagInterface::remove()
AttributeBag::remove in vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
Removes an attribute.

File

vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php, line 52

Class

AttributeBagInterface
Attributes store.

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function remove(string $name) : mixed;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal