Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractBrowser.php
function AbstractBrowser::getHistory
Returns the History instance.
File
vendor/
symfony/
browser-kit/
AbstractBrowser.php
, line 182
Class
AbstractBrowser
Simulates a browser.
Namespace
Symfony\Component\BrowserKit
Code
public
function
getHistory
() : History {
return
$this
->
history
; }
RSS feed