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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Session.php

function Session::getWindowName

Return the name of the currently active window.

Return value

string The name of the current window.

File

vendor/behat/mink/src/Session.php, line 308

Class

Session
Mink session.

Namespace

Behat\Mink

Code

public function getWindowName() {
    return $this->driver
        ->getWindowName();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal