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

Breadcrumb

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

function MetadataBag::clear

Overrides SessionBagInterface::clear

File

vendor/symfony/http-foundation/Session/Storage/MetadataBag.php, line 106

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function clear() : mixed {
    // nothing to do
    return null;
}
RSS feed
Powered by Drupal