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

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal