Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FlashBag.php
function FlashBag::setName
File
vendor/
symfony/
http-foundation/
Session/
Flash/
FlashBag.php
, line 37
Class
FlashBag
FlashBag flash message container.
Namespace
Symfony\Component\HttpFoundation\Session\Flash
Code
public
function
setName
(string
$name
) : void {
$this
->
name
=
$name
; }
RSS feed