Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AutoExpireFlashBag.php
function AutoExpireFlashBag::clear
Overrides
SessionBagInterface::clear
File
vendor/
symfony/
http-foundation/
Session/
Flash/
AutoExpireFlashBag.php
, line 117
Class
AutoExpireFlashBag
AutoExpireFlashBag flash message container.
Namespace
Symfony\Component\HttpFoundation\Session\Flash
Code
public
function
clear
() : mixed {
return
$this
->
all
(); }
RSS feed