Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Session.php
function Session::back
Moves backward 1 page in history.
Return value
void
File
vendor/
behat/
mink/
src/
Session.php
, line 328
Class
Session
Mink session.
Namespace
Behat\Mink
Code
public
function
back
() {
$this
->
driver
->
back
(); }
RSS feed