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

Breadcrumb

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

function MetadataBag::setName

Sets name.

File

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

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function setName(string $name) : void {
    $this->name = $name;
}
RSS feed
Powered by Drupal