Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
History.php
function History::clear
Clears the history.
File
vendor/
symfony/
browser-kit/
History.php
, line 29
Class
History
History.
Namespace
Symfony\Component\BrowserKit
Code
public
function
clear
() : void {
$this
->
stack
= [];
$this
->
position
= -
1
; }
RSS feed