function SessionHandler::open

Same name in other branches
  1. 9 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::open()
  2. 8.9.x core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::open()
  3. 10 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::open()

File

core/lib/Drupal/Core/Session/SessionHandler.php, line 40

Class

SessionHandler
Default session handler.

Namespace

Drupal\Core\Session

Code

public function open(string $save_path, string $name) : bool {
    return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.