public function SessionHandler::open in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::open()
File
- core/
lib/ Drupal/ Core/ Session/ SessionHandler.php, line 49
Class
- SessionHandler
- Default session handler.
Namespace
Drupal\Core\SessionCode
public function open($save_path, $name) {
return TRUE;
}