function FileExampleSessionHelperWrapper::__construct
Constructs a new FileExampleSessionHelperWrapper object.
Parameters
\Drupal\stream_wrapper_example\SessionHelper $sessionHelper: The session helper.
See also
https://php.watch/versions/8.0/constructor-property-promotion
File
-
modules/
file_example/ src/ FileExampleSessionHelperWrapper.php, line 20
Class
- FileExampleSessionHelperWrapper
- A wrapper of session helper for file_example.
Namespace
Drupal\file_exampleCode
public function __construct(SessionHelper $sessionHelper) {
}