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

Breadcrumb

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

function MarshallingSessionHandler::open

File

vendor/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php, line 27

Class

MarshallingSessionHandler
@author Ahmed TAILOULOUTE <ahmed.tailouloute@gmail.com>

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

public function open(string $savePath, string $name) : bool {
    return $this->handler
        ->open($savePath, $name);
}

API Navigation

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