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

Breadcrumb

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

function Session::isStarted

Same name in this branch
  1. 11.1.x vendor/symfony/http-foundation/Session/Session.php \Symfony\Component\HttpFoundation\Session\Session::isStarted()

Checks whether session (driver) was started.

Return value

bool

1 call to Session::isStarted()
Session::visit in vendor/behat/mink/src/Session.php
Visit specified URL and automatically start session if not already running.

File

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

Class

Session
Mink session.

Namespace

Behat\Mink

Code

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

API Navigation

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